@Deprecated public class XMLRecording extends Recording
Modifier and Type | Class and Description |
---|---|
protected class |
XMLRecording.XMLRecordingParameters
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
_alwaysFlushVal
Deprecated.
Whether to always flush after writing to output.
|
protected java.text.SimpleDateFormat |
_dFormat
Deprecated.
Format timestamps.
|
protected java.lang.String |
_outputName
Deprecated.
Output name.
|
protected XMLRecording.XMLRecordingParameters |
_params
Deprecated.
Parameters for TextFileRecording
|
protected boolean |
_recordSpecVal
Deprecated.
Whether to record workflow specification.
|
_containerFullName, _containerLSID, _containerName, _debugPrint, _debugWriter, _machineStr, _recorder, _recorderContainer, _stateSerializer
Constructor and Description |
---|
XMLRecording()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
actorFire(FiringEvent event)
Deprecated.
Record starting an actor fire event.
|
void |
executionStop()
Deprecated.
Record the stopping of workflow execution.
|
RecordingParameters |
generateParameters(NamedObj no)
Deprecated.
Add Parameters for ProvenanceListener.
|
void |
portEvent(IOPortEvent event)
Deprecated.
Record a port event.
|
boolean |
regActor(Actor actor)
Deprecated.
Register an actor.
|
boolean |
regDirector(Director director)
Deprecated.
Register a director.
|
boolean |
regLink(NamedObj endPoint1,
NamedObj endPoint2)
Deprecated.
Register a link between two endpoints.
|
boolean |
regParameter(NamedObj parameter)
Deprecated.
Register a parameter.
|
boolean |
regPort(TypedIOPort port)
Deprecated.
Register a port or portparameter.
|
boolean |
regRelation(IORelation relation)
Deprecated.
Register a relation.
|
_debug, _debug, _debugWrite, _debugWrite, _error, _getExceptionMessage, _getNameableFullName, _needWorkflowContents, _updateContainerName, _warn, actorFire, addFileForLastExecution, attributeChanged, changeExecutionLSID, customProvEvent, disconnect, evolutionStart, evolutionStop, executionError, executionError, executionImported, executionImported, executionStart, executionStart, executionStart, executionStart, executionStop, executionStop, executionStop, getContainer, getQueryable, portEvent, refillPortEvent, regContents, remove, removeLink, removeStateSerializer, rename, renamedWorkflow, setContainer, setContainerLSID, setContainerName, setDebugWriter, setStateSerializer, specificationStart, specificationStop, tagAdded, tagRemoved
protected boolean _recordSpecVal
protected boolean _alwaysFlushVal
protected java.text.SimpleDateFormat _dFormat
protected XMLRecording.XMLRecordingParameters _params
protected java.lang.String _outputName
public XMLRecording() throws RecordingException
RecordingException
public boolean regActor(Actor actor) throws RecordingException
Recording
regActor
in class Recording
RecordingException
public boolean regDirector(Director director) throws RecordingException
Recording
regDirector
in class Recording
RecordingException
public boolean regLink(NamedObj endPoint1, NamedObj endPoint2) throws RecordingException
regLink
in class Recording
endPoint1
- first endpoint.endPoint2
- second endpoint.RecordingException
public boolean regPort(TypedIOPort port) throws RecordingException
regPort
in class Recording
RecordingException
public boolean regRelation(IORelation relation) throws RecordingException
regRelation
in class Recording
RecordingException
public boolean regParameter(NamedObj parameter) throws RecordingException
Recording
regNNN()
method. This can be user-level
parameters (e.g., Parameter, StringParameter, etc.) or
internal to Kepler (e.g., _location, semanticType000, etc.).
(A "parameter" corresponds to a property in the MoML).regParameter
in class Recording
RecordingException
public void executionStop() throws RecordingException
executionStop
in class Recording
RecordingException
public void actorFire(FiringEvent event) throws RecordingException
actorFire
in class Recording
RecordingException
public void portEvent(IOPortEvent event) throws RecordingException
portEvent
in class Recording
RecordingException
public RecordingParameters generateParameters(NamedObj no) throws IllegalActionException, NameDuplicationException
generateParameters
in class Recording
IllegalActionException
NameDuplicationException