Uses of Class
jason.asSemantics.Event
Package | Description |
---|---|
jason.asSemantics | |
jason.infra.components | |
jason.stdlib |
Internal actions of Jason.
|
-
Uses of Event in jason.asSemantics
Fields in jason.asSemantics declared as Event Modifier and Type Field Description private Event
Circumstance. AE
protected Event
Circumstance. SE
Fields in jason.asSemantics with type parameters of type Event Modifier and Type Field Description private java.util.Queue<Event>
Circumstance. E
private java.util.Map<java.lang.String,Event>
Circumstance. PE
Methods in jason.asSemantics that return Event Modifier and Type Method 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 noneEvent
Circumstance. removePendingEvent(java.lang.String pendingId)
Event
Agent. selectEvent(java.util.Queue<Event> events)
Methods in jason.asSemantics that return types with arguments of type Event Modifier and Type Method Description Pair<Event,java.lang.Integer>
Intention. findEventForFailure(Trigger tevent, PlanLibrary pl, Circumstance c)
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 eventsMethods in jason.asSemantics with parameters of type Event Modifier and Type Method Description void
Circumstance. addEvent(Event ev)
Eventsvoid
Circumstance. addPendingEvent(java.lang.String id, Term reason, Event e)
protected void
TransitionSystem. checkHardDeadline(Event evt)
default void
CircumstanceListener. eventAdded(Event e)
private Option
TransitionSystem. getOption(Event evt, Plan pl, Unifier relUn)
default void
GoalListener. goalStarted(Event goal)
method called when a new goal is produced by operator !void
GoalListenerForMetaEvents. goalStarted(Event goal)
void
Circumstance. insertMetaEvent(Event ev)
java.util.List<Option>
TransitionSystem. relevantPlans(Trigger teP, Event evt)
boolean
Circumstance. removeEvent(Event ev)
private static void
TransitionSystem. setDefaultFailureAnnots(Event failEvent, Term body, java.util.List<Term> failAnnots)
add default error annotations (error, error_msg, code, code_src, code_line) in the failure eventvoid
TransitionSystem. updateEvents(Event e)
Method parameters in jason.asSemantics with type arguments of type Event Modifier and Type Method Description Event
Agent. selectEvent(java.util.Queue<Event> events)
-
Uses of Event in jason.infra.components
Methods in jason.infra.components with parameters of type Event Modifier and Type Method Description void
CircumstanceListenerComponents. eventAdded(Event e)
-
Uses of Event in jason.stdlib
Fields in jason.stdlib declared as Event Modifier and Type Field Description private Event
at.CheckDeadline. event
Methods in jason.stdlib that return types with arguments of type Event Modifier and Type Method Description Pair<Event,java.lang.Integer>
fork.ForkIntention. findEventForFailure(Trigger tevent, PlanLibrary pl, Circumstance c)
Methods in jason.stdlib with parameters of type Event Modifier and Type Method Description protected void
fail_goal. addAnnotsToFailEvent(Event failEvent)
(package private) void
fail_goal. dropInEvent(TransitionSystem ts, Event e, Intention i)
(package private) void
succeed_goal. dropInEvent(TransitionSystem ts, Event e, Intention i)
void
wait.WaitEvent. eventAdded(Event e)
private void
wait.WaitEvent. testResumeCondition(Event e)