Uses of Interface
gsim.core.objects.BehaviourIF

Packages that use BehaviourIF
gsim.core.objects The objects package provides an API that simplifies the usage of the entities in gsim. 
 

Uses of BehaviourIF in gsim.core.objects
 

Methods in gsim.core.objects that return BehaviourIF
 BehaviourIF AgentInstanceIF.getBehaviour()
          Gets the behaviour associated with this agent instance.
 BehaviourIF AgentClassIF.getBehaviour()
          Gets the behaviour associated with this agent.
 

Methods in gsim.core.objects with parameters of type BehaviourIF
 void AgentInstanceIF.setBehaviour(BehaviourIF behaviour)
          Sets the behaviour of this agent.
 void AgentClassIF.setBehaviour(BehaviourIF behaviour)
          Sets the behaviour of this agent.