public abstract class BaseAgentsInitializationCommand extends java.lang.Object implements InitializationCommand
Constructor and Description |
---|
BaseAgentsInitializationCommand() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doExecute(IThreadContext tc) |
void |
execute()
Execute the command.
|
public void execute() throws ManifoldCFException
InitializationCommand
execute
in interface InitializationCommand
ManifoldCFException
- Thrown if the execution failsprotected abstract void doExecute(IThreadContext tc) throws ManifoldCFException
ManifoldCFException