SocialSteeringsBeta
Class TriangleSteeringProperties
java.lang.Object
SteeringProperties.SteeringProperties
SocialSteeringsBeta.TriangleSteeringProperties
- All Implemented Interfaces:
- Serializable
public class TriangleSteeringProperties
- extends SteeringProperties
- Author:
- Petr
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fstDistance
protected Interval fstDistance
sndDistance
protected Interval sndDistance
angle
protected Interval angle
fst
protected UT2004Bot fst
snd
protected UT2004Bot snd
headingType
protected String headingType
headingValue
protected Interval headingValue
TriangleSteeringProperties
public TriangleSteeringProperties()
getAngle
public Interval getAngle()
getFstDistance
public Interval getFstDistance()
getSndDistance
public Interval getSndDistance()
SetAngle
public void SetAngle(Interval angle)
SetFstDistance
public void SetFstDistance(Interval fstDistance)
SetSndDistance
public void SetSndDistance(Interval sndDistance)
getFstBot
public UT2004Bot getFstBot()
getSndBot
public UT2004Bot getSndBot()
getSpecialText
public String getSpecialText()
- Specified by:
getSpecialText
in class SteeringProperties
setBasicProperties
protected void setBasicProperties(boolean bln)
setProperties
public void setProperties(SteeringProperties sp)
- Specified by:
setProperties
in class SteeringProperties
getHeadingType
public String getHeadingType()
setHeadingType
public void setHeadingType(String headingType)
getHeadingValue
public Interval getHeadingValue()
setHeadingValue
public void setHeadingValue(Interval headingValue)
SetOtherAgents
public void SetOtherAgents(UT2004Bot fst,
UT2004Bot snd)
setNewBehaviorType
protected void setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
- Specified by:
setNewBehaviorType
in class SteeringProperties
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.