Package | Description |
---|---|
org.kepler.provenance | |
org.kepler.provenance.sql | |
ptolemy.actor |
Executable entities.
|
ptolemy.vergil.debugger |
Ptolemy II Debugger Interface.
|
Modifier and Type | Method and Description |
---|---|
FiringEvent.FiringEventType |
FireState.getLastStartFireType()
Get the last starting firing type seen.
|
FiringEvent.FiringEventType |
FireState.getNextStopFiringType()
Get the expected firing type for stopping the firing iteration.
|
Modifier and Type | Method and Description |
---|---|
void |
FireState.fireStart(FiringEvent.FiringEventType type,
FireIdType fireId)
Record the start of a firing for this actor.
|
FireIdType |
FireState.fireStop(FiringEvent.FiringEventType type)
Record the stop of a firing, and get the fire index
for a type of fire.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SQLRecording._recordFiringEvent(Actor actor,
FiringEvent.FiringEventType type,
java.util.Date timestamp)
Record a specific type of firing for an actor.
|
protected void |
SQLRecordingV8._recordFiringEvent(Actor actor,
FiringEvent.FiringEventType type,
java.util.Date timestamp)
Record a specific type of firing for an actor.
|
Modifier and Type | Field and Description |
---|---|
static FiringEvent.FiringEventType |
FiringEvent.AFTER_FIRE
This type of event is published after a fire method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.AFTER_ITERATE
This type of event is published after an iterate method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.AFTER_POSTFIRE
This type of event is published after a postfire method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.AFTER_PREFIRE
This type of event is published after a prefire method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.AFTER_RW_FIRE
The type of event published as part of the Kepler sql actor.
|
static FiringEvent.FiringEventType |
FiringEvent.BEFORE_FIRE
This type of event is published before a fire method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.BEFORE_ITERATE
This type of event is published before an iterate method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.BEFORE_POSTFIRE
This type of event is published before a postfire method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.BEFORE_PREFIRE
This type of event is published before a prefire method is called.
|
static FiringEvent.FiringEventType |
FiringEvent.BEFORE_RW_FIRE
The type of event published as part of the Kepler sql actor.
|
Modifier and Type | Method and Description |
---|---|
FiringEvent.FiringEventType |
FiringEvent.getType()
Return the type of activation that this event represents.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AtomicActor._actorFiring(FiringEvent.FiringEventType type,
int multiplicity)
Send an actor firing event type to all actor firing listeners that
have registered with this actor.
|
protected void |
CompositeActor._actorFiring(FiringEvent.FiringEventType type,
int multiplicity)
Send an actor firing event type to all actor firing listeners that
have registered with this actor.
|
void |
AtomicActor.recordFiring(FiringEvent.FiringEventType type)
Record a firing event.
|
void |
FiringsRecordable.recordFiring(FiringEvent.FiringEventType type)
Record a firing event.
|
void |
CompositeActor.recordFiring(FiringEvent.FiringEventType type)
Record a firing event.
|
Constructor and Description |
---|
FiringEvent(Director source,
Actor actor,
FiringEvent.FiringEventType type)
Create a new firing event with the given source, actor, and type.
|
FiringEvent(Director source,
Actor actor,
FiringEvent.FiringEventType type,
int multiplicity)
Create a new firing event with the given source, actor, type,
and multiplicity.
|
Modifier and Type | Field and Description |
---|---|
protected static FiringEvent.FiringEventType[] |
BreakpointConfigurer._firingEventTypes
FiringEventTypes that the user can set breakpoints on.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DebugProfile.isListening(FiringEvent.FiringEventType type)
See if the DebugProfile contains this FiringEventType.
|
void |
DebugProfile.listenForEvent(FiringEvent.FiringEventType type)
Add this FiringEventType to the DebugProfile.
|
boolean |
DebugProfile.matches(FiringEvent.FiringEventType type)
See if the DebugProfile contains this FiringEventType.
|
void |
DebugProfile.unlistenForEvent(FiringEvent.FiringEventType type)
Remove this FiringEventType from the DebugProfile.
|