Package | Description |
---|---|
org.kepler.profiling.gui | |
org.kepler.provenance | |
org.kepler.provenance.opm | |
org.kepler.provenance.prov | |
org.kepler.provenance.sql | |
org.kepler.webview.actor | |
org.kepler.webview.provenance | |
ptolemy.actor |
Executable entities.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionMonitorPanel.ExecutionMonitorRecording.actorFire(FiringEvent event,
java.util.Date timestamp)
Record an actor firing.
|
Modifier and Type | Method and Description |
---|---|
void |
Recording.actorFire(FiringEvent event)
Record an actor firing at the current time.
|
void |
XMLRecording.actorFire(FiringEvent event)
Deprecated.
Record starting an actor fire event.
|
void |
Recording.actorFire(FiringEvent event,
java.util.Date timestamp)
Record an actor firing at a specific time.
|
void |
TextFileRecording.actorFire(FiringEvent event,
java.util.Date timestamp)
Record starting an actor fire event.
|
void |
ProvenanceRecorder.firingEvent(FiringEvent event)
React to an actor firing.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenProvenanceModelXML.actorFire(FiringEvent event)
Deprecated.
Record an actor firing.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvRecording.actorFire(FiringEvent event,
java.util.Date timestamp)
Record an actor firing.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLRecording.actorFire(FiringEvent event,
java.util.Date timestamp)
Record an actor fire event.
|
Modifier and Type | Method and Description |
---|---|
void |
WebViewAttribute.firingEvent(FiringEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
WebViewRecording.actorFire(FiringEvent event,
java.util.Date timestamp) |
Modifier and Type | Method and Description |
---|---|
protected void |
AtomicActor._actorFiring(FiringEvent event)
Send an actor firing event to all actor firing listeners that
have registered with this actor.
|
protected void |
CompositeActor._actorFiring(FiringEvent event)
Send an actor firing event to all actor firing listeners that
have registered with this actor.
|
void |
ActorFiringListener.firingEvent(FiringEvent event)
Report an actor firing state.
|