SteeringProperties
Class StickToPathProperties

Package class diagram package StickToPathProperties
java.lang.Object
  extended by SteeringProperties.SteeringProperties
      extended by SteeringProperties.StickToPathProperties
All Implemented Interfaces:
Serializable

public class StickToPathProperties
extends SteeringProperties

The steering properties of the Stick To Path Steering.

Author:
Jimmy
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class SteeringProperties.SteeringProperties
SteeringProperties.BehaviorType
 
Field Summary
 
Fields inherited from class SteeringProperties.SteeringProperties
active, behaviorType, type, weight
 
Constructor Summary
StickToPathProperties()
           
StickToPathProperties(StickToPathProperties values)
           
 
Method Summary
 int getDistanceFromThePath()
           
 cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> getPath()
           
 int getProjection()
           
 double getRegulatingForce()
           
 int getRepulsiveForce()
           
 String getSpecialText()
           
 cz.cuni.amis.pogamut.base3d.worldview.object.Location getTargetLocation()
           
 XMLPathFollowingProperties getXMLProperties()
           
 void setDistanceFromThePath(int distanceFromThePath)
           
protected  void setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
           
 void setPath(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path)
           
 void setProjection(int projection)
           
 void setProperties(SteeringProperties newProperties)
           
 void setRegulatingForce(double regulatingForce)
           
 void setRepulsiveForce(int orderOfTheForce)
           
 void setTargetLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location targetLocation)
           
 
Methods inherited from class SteeringProperties.SteeringProperties
getBehaviorType, getText, getType, getWeight, isActive, setActive, setBehaviorType, setType, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StickToPathProperties

public StickToPathProperties()

StickToPathProperties

public StickToPathProperties(StickToPathProperties values)
Method Detail

setNewBehaviorType

protected void setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
Specified by:
setNewBehaviorType in class SteeringProperties

getRepulsiveForce

public int getRepulsiveForce()

setRepulsiveForce

public void setRepulsiveForce(int orderOfTheForce)

getDistanceFromThePath

public int getDistanceFromThePath()

setDistanceFromThePath

public void setDistanceFromThePath(int distanceFromThePath)

getPath

public cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> getPath()

setPath

public void setPath(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path)

getTargetLocation

public cz.cuni.amis.pogamut.base3d.worldview.object.Location getTargetLocation()

setTargetLocation

public void setTargetLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location targetLocation)

getRegulatingForce

public double getRegulatingForce()

setRegulatingForce

public void setRegulatingForce(double regulatingForce)

getProjection

public int getProjection()

setProjection

public void setProjection(int projection)

getSpecialText

public String getSpecialText()
Specified by:
getSpecialText in class SteeringProperties

setProperties

public void setProperties(SteeringProperties newProperties)
Specified by:
setProperties in class SteeringProperties

getXMLProperties

public XMLPathFollowingProperties getXMLProperties()


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