Uses of Class
SteeringProperties.SteeringProperties.BehaviorType

Packages that use SteeringProperties.BehaviorType
SocialSteeringsBeta   
SteeringProperties   
XMLSteeringProperties   
 

Uses of SteeringProperties.BehaviorType in SocialSteeringsBeta
 

Methods in SocialSteeringsBeta with parameters of type SteeringProperties.BehaviorType
protected  void TriangleSteeringProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
 

Uses of SteeringProperties.BehaviorType in SteeringProperties
 

Fields in SteeringProperties declared as SteeringProperties.BehaviorType
protected  SteeringProperties.BehaviorType SteeringProperties.behaviorType
          The behavior type.
 

Methods in SteeringProperties that return SteeringProperties.BehaviorType
 SteeringProperties.BehaviorType SteeringProperties.getBehaviorType()
           
static SteeringProperties.BehaviorType SteeringProperties.BehaviorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SteeringProperties.BehaviorType[] SteeringProperties.BehaviorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in SteeringProperties with parameters of type SteeringProperties.BehaviorType
 void SteeringProperties.setBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void WallFollowingProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void WalkAlongProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void TargetApproachingProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void StickToPathProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected abstract  void SteeringProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void PeopleAvoidanceProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void PathFollowingProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void ObstacleAvoidanceProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
protected  void LeaderFollowingProperties.setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
 

Constructors in SteeringProperties with parameters of type SteeringProperties.BehaviorType
LeaderFollowingProperties(SteeringProperties.BehaviorType behaviorType)
           
ObstacleAvoidanceProperties(SteeringProperties.BehaviorType behaviorType)
          Creates the ObstacleAvoidanceProperties - BASIC/ADVANCED.
PathFollowingProperties(SteeringProperties.BehaviorType behaviorType)
           
PeopleAvoidanceProperties(SteeringProperties.BehaviorType behaviorType)
           
SteeringProperties(SteeringType type, boolean active, double weight, SteeringProperties.BehaviorType behaviorType)
           
SteeringProperties(SteeringType type, SteeringProperties.BehaviorType behaviorType)
           
TargetApproachingProperties(SteeringProperties.BehaviorType behaviorType)
           
WalkAlongProperties(SteeringProperties.BehaviorType behaviorType)
           
WallFollowingProperties(SteeringProperties.BehaviorType behaviorType)
           
 

Uses of SteeringProperties.BehaviorType in XMLSteeringProperties
 

Fields in XMLSteeringProperties declared as SteeringProperties.BehaviorType
 SteeringProperties.BehaviorType XMLWallFollowingProperties.behavior
           
 SteeringProperties.BehaviorType XMLWalkAlongProperties.behavior
           
 SteeringProperties.BehaviorType XMLTargetApproachingProperties1.behavior
           
 SteeringProperties.BehaviorType XMLTargetApproachingProperties.behavior
           
 SteeringProperties.BehaviorType XMLPeopleAvoidanceProperties.behavior
           
 SteeringProperties.BehaviorType XMLPathFollowingProperties.behavior
           
 SteeringProperties.BehaviorType XMLObstacleAvoidanceProperties.behavior
           
 SteeringProperties.BehaviorType XMLLeaderFollowingProperties.behavior
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.