@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, tagRemovedprotected boolean _recordSpecVal
protected boolean _alwaysFlushVal
protected java.text.SimpleDateFormat _dFormat
protected XMLRecording.XMLRecordingParameters _params
protected java.lang.String _outputName
public XMLRecording() throws RecordingException
RecordingExceptionpublic boolean regActor(Actor actor) throws RecordingException
RecordingregActor in class RecordingRecordingExceptionpublic boolean regDirector(Director director) throws RecordingException
RecordingregDirector in class RecordingRecordingExceptionpublic boolean regLink(NamedObj endPoint1, NamedObj endPoint2) throws RecordingException
regLink in class RecordingendPoint1 - first endpoint.endPoint2 - second endpoint.RecordingExceptionpublic boolean regPort(TypedIOPort port) throws RecordingException
regPort in class RecordingRecordingExceptionpublic boolean regRelation(IORelation relation) throws RecordingException
regRelation in class RecordingRecordingExceptionpublic boolean regParameter(NamedObj parameter) throws RecordingException
RecordingregNNN() 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 RecordingRecordingExceptionpublic void executionStop() throws RecordingException
executionStop in class RecordingRecordingExceptionpublic void actorFire(FiringEvent event) throws RecordingException
actorFire in class RecordingRecordingExceptionpublic void portEvent(IOPortEvent event) throws RecordingException
portEvent in class RecordingRecordingExceptionpublic RecordingParameters generateParameters(NamedObj no) throws IllegalActionException, NameDuplicationException
generateParameters in class RecordingIllegalActionExceptionNameDuplicationException