virtual bool execute(const DtSimCommand *command, DtSimCommandContextPtr &context, const DtPlan *plan=0)=0
Perform the actual execution of the DtSimCommand.
virtual ~DtSimCommandCreateContext()
Definition: createObjectCommandExecutor.h:23
DtSimCommandCreateContext(int id)
Definition: createObjectCommandExecutor.h:21
DtCreateObjectCommandExecutor.
Definition: createObjectCommandExecutor.h:18
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
virtual bool isSimCommandComplete(const DtSimCommand *command, const DtSimCommandContextPtr &context, const DtPlan *=0) const
Will, by default, return true to indicate the sim command is complete.
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
DtSimCommandCreateContext(const DtSimCommandCreateContext &orig)
Definition: createObjectCommandExecutor.h:22
An empty class that is used simply for the purposes of allowing command context executors to fill in ...
Definition: simCommandStmt.h:21