Package | Description |
---|---|
jason.asSemantics |
Modifier and Type | Field and Description |
---|---|
protected Event |
Circumstance.SE |
Modifier and Type | Method and Description |
---|---|
Event |
Circumstance.addAchvGoal(Literal l,
Intention i) |
Event |
TransitionSystem.findEventForFailure(Intention i,
Trigger tevent) |
Event |
Circumstance.getAtomicEvent() |
Event |
Circumstance.getSelectedEvent() |
Event |
Circumstance.removeAtomicEvent()
remove and returns the event with atomic intention, null if none
|
Event |
Circumstance.removePendingEvent(java.lang.String pendingId) |
Event |
Agent.selectEvent(java.util.Queue<Event> events) |
Modifier and Type | Method and Description |
---|---|
java.util.Queue<Event> |
Circumstance.getEvents()
get the queue of events (which does not include the atomic event)
|
java.util.Iterator<Event> |
Circumstance.getEventsPlusAtomic()
get the all events (which include the atomic event, if it exists)
|
java.util.Map<java.lang.String,Event> |
Circumstance.getPendingEvents()
pending events
|
Modifier and Type | Method and Description |
---|---|
void |
Circumstance.addEvent(Event ev)
Events
|
void |
Circumstance.addPendingEvent(java.lang.String id,
Event e) |
protected void |
TransitionSystem.checkHardDeadline(Event evt) |
void |
CircumstanceListener.eventAdded(Event e) |
void |
GoalListenerForMetaEvents.goalStarted(Event goal) |
void |
GoalListener.goalStarted(Event goal)
method called when a new goal is produced by operator !
|
void |
Circumstance.insertMetaEvent(Event ev) |
boolean |
Circumstance.removeEvent(Event ev) |
void |
TransitionSystem.updateEvents(Event e) |
Modifier and Type | Method and Description |
---|---|
Event |
Agent.selectEvent(java.util.Queue<Event> events) |