@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, tagRemoved
public OpenProvenanceModelXML() throws RecordingException
RecordingException
public void attributeChanged(Attribute attribute) throws IllegalActionException
attributeChanged
in class Recording
IllegalActionException
public boolean regActor(Actor actor) throws RecordingException
regActor
in class Recording
RecordingException
public boolean regPort(TypedIOPort port) throws RecordingException
regPort
in class Recording
RecordingException
public void executionStart() throws RecordingException
executionStart
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
protected void _recordPortEvent(IOPort port, org.openprovenance.model.ProcessId processId, boolean isRead, int channel, Token token) throws RecordingException
RecordingException