Uses of Interface
org.episteme.natural.computing.ai.agents.Behavior
Packages that use Behavior
Package
Description
Provides the
module.
invalid reference
org.episteme.core.computing.ai.simulation
-
Uses of Behavior in org.episteme.natural.computing.ai.agents
Methods in org.episteme.natural.computing.ai.agents with parameters of type BehaviorModifier and TypeMethodDescriptionvoidAgent.addBehavior(Behavior behavior) Adds a behavior to this agent.voidAgent.removeBehavior(Behavior behavior) Removes a behavior from this agent. -
Uses of Behavior in org.episteme.natural.computing.ai.agents.bdi
Fields in org.episteme.natural.computing.ai.agents.bdi with type parameters of type BehaviorMethods in org.episteme.natural.computing.ai.agents.bdi with parameters of type BehaviorModifier and TypeMethodDescriptionvoidBDIAgent.addBehavior(Behavior behavior) voidBDIAgent.removeBehavior(Behavior behavior) -
Uses of Behavior in org.episteme.natural.computing.ai.simulation
Classes in org.episteme.natural.computing.ai.simulation that implement BehaviorModifier and TypeClassDescriptionclassBehavior implementing the Reynolds flocking rules (Cohesion, Alignment, Separation).Methods in org.episteme.natural.computing.ai.simulation with parameters of type BehaviorModifier and TypeMethodDescriptionvoidFlockingAgent.addBehavior(Behavior behavior) voidFlockingAgent.removeBehavior(Behavior behavior)