public class SimpleFiringRecording<T> extends Recording
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Actor,FireState<T>> |
_fireStateTable
A table to map actor to its firing state object.
|
_containerFullName, _containerLSID, _containerName, _debugPrint, _debugWriter, _machineStr, _recorder, _recorderContainer, _stateSerializer
Constructor and Description |
---|
SimpleFiringRecording() |
Modifier and Type | Method and Description |
---|---|
boolean |
regActor(Actor actor)
Register an actor.
|
boolean |
regContents()
Always register the contents of the workflow.
|
void |
specificationStart()
Called before registering workflow contents.
|
_debug, _debug, _debugWrite, _debugWrite, _error, _getExceptionMessage, _getNameableFullName, _needWorkflowContents, _updateContainerName, _warn, actorFire, actorFire, addFileForLastExecution, attributeChanged, changeExecutionLSID, customProvEvent, disconnect, evolutionStart, evolutionStop, executionError, executionError, executionImported, executionImported, executionStart, executionStart, executionStart, executionStart, executionStop, executionStop, executionStop, executionStop, generateParameters, getContainer, getQueryable, portEvent, portEvent, refillPortEvent, regDirector, regLink, regParameter, regPort, regRelation, remove, removeLink, removeStateSerializer, rename, renamedWorkflow, setContainer, setContainerLSID, setContainerName, setDebugWriter, setStateSerializer, specificationStop, tagAdded, tagRemoved
protected final java.util.Map<Actor,FireState<T>> _fireStateTable
public SimpleFiringRecording() throws RecordingException
RecordingException
public boolean regActor(Actor actor) throws RecordingException
regActor
in class Recording
RecordingException
public boolean regContents()
regContents
in class Recording
public void specificationStart() throws RecordingException
specificationStart
in class Recording
RecordingException