Uses of Class
laas.openrobots.ontology.modules.events.GenericWatcher
-
Packages that use GenericWatcher Package Description laas.openrobots.ontology.modules.alterite Allows explicit representation of other agents with independant models of the world.laas.openrobots.ontology.modules.events Provides the cognitive event manager module. -
-
Uses of GenericWatcher in laas.openrobots.ontology.modules.alterite
Subclasses of GenericWatcher in laas.openrobots.ontology.modules.alterite Modifier and Type Class Description class
AgentWatcher
-
Uses of GenericWatcher in laas.openrobots.ontology.modules.events
Subclasses of GenericWatcher in laas.openrobots.ontology.modules.events Modifier and Type Class Description class
NewClassInstanceWatcher
This class specializesGenericWatcher
to easily create event watchers that monitor new instances of a given class.
-