public class ForcePoint extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
continues
If it's false, the continuing segment has 0 value of the force.
|
int |
distance
Distance of the agent's location from the target location.
|
int |
forceValue
The value of the force-function at the distance distance.
|
Constructor and Description |
---|
ForcePoint(ForcePoint fPoint) |
ForcePoint(int distance,
int forceValue,
boolean continues) |
ForcePoint(XMLForcePoint xml) |
public int distance
public int forceValue
public boolean continues
public ForcePoint(int distance, int forceValue, boolean continues)
public ForcePoint(XMLForcePoint xml)
public ForcePoint(ForcePoint fPoint)
public String getSpecialText()
public XMLForcePoint getXMLForcePoint()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.