public class TriangleSteeringProperties extends SteeringProperties
SteeringProperties.BehaviorType
Modifier and Type | Field and Description |
---|---|
protected Interval |
angle |
protected cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot |
fst |
protected Interval |
fstDistance |
protected String |
headingType |
protected Interval |
headingValue |
protected cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot |
snd |
protected Interval |
sndDistance |
active, behaviorType, type, weight
Constructor and Description |
---|
TriangleSteeringProperties() |
Modifier and Type | Method and Description |
---|---|
Interval |
getAngle() |
cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot |
getFstBot() |
Interval |
getFstDistance() |
String |
getHeadingType() |
Interval |
getHeadingValue() |
cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot |
getSndBot() |
Interval |
getSndDistance() |
String |
getSpecialText() |
void |
SetAngle(Interval angle) |
protected void |
setBasicProperties(boolean bln) |
void |
SetFstDistance(Interval fstDistance) |
void |
setHeadingType(String headingType) |
void |
setHeadingValue(Interval headingValue) |
protected void |
setNewBehaviorType(SteeringProperties.BehaviorType behaviorType) |
void |
SetOtherAgents(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot fst,
cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot snd) |
void |
setProperties(SteeringProperties sp) |
void |
SetSndDistance(Interval sndDistance) |
getBehaviorType, getText, getType, getWeight, isActive, setActive, setBehaviorType, setType, setWeight
protected Interval fstDistance
protected Interval sndDistance
protected Interval angle
protected cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot fst
protected cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot snd
protected String headingType
protected Interval headingValue
public Interval getAngle()
public Interval getFstDistance()
public Interval getSndDistance()
public void SetAngle(Interval angle)
public void SetFstDistance(Interval fstDistance)
public void SetSndDistance(Interval sndDistance)
public cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot getFstBot()
public cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot getSndBot()
public String getSpecialText()
getSpecialText
in class SteeringProperties
protected void setBasicProperties(boolean bln)
public void setProperties(SteeringProperties sp)
setProperties
in class SteeringProperties
public String getHeadingType()
public void setHeadingType(String headingType)
public Interval getHeadingValue()
public void setHeadingValue(Interval headingValue)
public void SetOtherAgents(cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot fst, cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot snd)
protected void setNewBehaviorType(SteeringProperties.BehaviorType behaviorType)
setNewBehaviorType
in class SteeringProperties
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.