Uses of Class
org.episteme.natural.engineering.eventdriven.Event
Packages that use Event
Package
Description
- social structures, persons, and cultural modeling.
-
Uses of Event in org.episteme.natural.biology
Methods in org.episteme.natural.biology with parameters of type EventModifier and TypeMethodDescriptionvoidIndividual.processEvent(Event event) abstract voidSocialEntity.processEvent(Event event) -
Uses of Event in org.episteme.natural.biology.ecology
Methods in org.episteme.natural.biology.ecology with parameters of type Event -
Uses of Event in org.episteme.natural.engineering.eventdriven
Classes in org.episteme.natural.engineering.eventdriven that implement interfaces with type arguments of type EventModifier and TypeClassDescriptionclassRepresents an event occurring in the system targeting a specific entity.Methods in org.episteme.natural.engineering.eventdriven that return EventMethods in org.episteme.natural.engineering.eventdriven with parameters of type EventModifier and TypeMethodDescriptionintvoidSimulationAgent.processEvent(Event event) Process an event delivered to this agent.abstract voidSimulationEntity.processEvent(Event event) Process an event delivered to this entity.voidEventQueue.queueInternal(Event event) voidEventQueue.queueNormal(Event event) -
Uses of Event in org.episteme.social.sociology
Methods in org.episteme.social.sociology with parameters of type EventModifier and TypeMethodDescriptionvoidSociety.processEvent(Event event) voidSociologicalGroup.processEvent(Event event)