sidnet.stack.users.topological_tree_aggregation.routing
Class TrajectoryManager
java.lang.Object
sidnet.stack.users.topological_tree_aggregation.routing.TrajectoryManager
public class TrajectoryManager
- extends java.lang.Object
Constructor Summary |
TrajectoryManager(double low_limit,
double high_limit,
int count,
double init_trajectory,
int method,
int contorSameTraj)
Creates a new instance of TrajectoryManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RANDOM
public static final int RANDOM
- See Also:
- Constant Field Values
ONE_WAY_SWEEP
public static final int ONE_WAY_SWEEP
- See Also:
- Constant Field Values
TWO_WAY_SWEEP
public static final int TWO_WAY_SWEEP
- See Also:
- Constant Field Values
ALTERNATE_ONE_WAY_SWEEP
public static final int ALTERNATE_ONE_WAY_SWEEP
- See Also:
- Constant Field Values
TrajectoryManager
public TrajectoryManager(double low_limit,
double high_limit,
int count,
double init_trajectory,
int method,
int contorSameTraj)
- Creates a new instance of TrajectoryManager
getNext
public double getNext()