@Deprecated public class OpenProvenanceModelXML extends Recording
_containerFullName, _containerLSID, _containerName, _debugPrint, _debugWriter, _machineStr, _recorder, _recorderContainer, _stateSerializer| Constructor and Description |
|---|
OpenProvenanceModelXML()
Deprecated.
Construct a new OpenProvenanceModelXML.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
_recordPortEvent(IOPort port,
org.openprovenance.model.ProcessId processId,
boolean isRead,
int channel,
Token token)
Deprecated.
Record a port read or write.
|
void |
actorFire(FiringEvent event)
Deprecated.
Record an actor firing.
|
void |
attributeChanged(Attribute attribute)
Deprecated.
React to a parameter change.
|
void |
executionStart()
Deprecated.
Record the starting of workflow execution.
|
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 |
regPort(TypedIOPort port)
Deprecated.
Register a port or portparameter.
|
_debug, _debug, _debugWrite, _debugWrite, _error, _getExceptionMessage, _getNameableFullName, _needWorkflowContents, _updateContainerName, _warn, actorFire, addFileForLastExecution, changeExecutionLSID, customProvEvent, disconnect, evolutionStart, evolutionStop, executionError, executionError, executionImported, executionImported, executionStart, executionStart, executionStart, executionStop, executionStop, executionStop, getContainer, getQueryable, portEvent, refillPortEvent, regContents, regDirector, regLink, regParameter, regRelation, remove, removeLink, removeStateSerializer, rename, renamedWorkflow, setContainer, setContainerLSID, setContainerName, setDebugWriter, setStateSerializer, specificationStart, specificationStop, tagAdded, tagRemovedpublic OpenProvenanceModelXML() throws RecordingException
RecordingExceptionpublic void attributeChanged(Attribute attribute) throws IllegalActionException
attributeChanged in class RecordingIllegalActionExceptionpublic boolean regActor(Actor actor) throws RecordingException
regActor in class RecordingRecordingExceptionpublic boolean regPort(TypedIOPort port) throws RecordingException
regPort in class RecordingRecordingExceptionpublic void executionStart() throws RecordingException
executionStart 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 RecordingIllegalActionExceptionNameDuplicationExceptionprotected void _recordPortEvent(IOPort port, org.openprovenance.model.ProcessId processId, boolean isRead, int channel, Token token) throws RecordingException
RecordingException