public class Trajectory extends Object
Modifier and Type | Field and Description |
---|---|
(package private) double |
angleDeviation |
(package private) LinkedList<Annotation> |
moveList |
Constructor and Description |
---|
Trajectory(double angleDeviation) |
Modifier and Type | Method and Description |
---|---|
void |
addList(LinkedList<Annotation> a) |
void |
addMove(Annotation a) |
double |
getDeviation() |
double |
getTime() |
Annotation |
peek() |
Annotation |
poll() |
void |
print() |
LinkedList<Annotation> moveList
double angleDeviation
public void addMove(Annotation a)
public void addList(LinkedList<Annotation> a)
public void print()
public double getTime()
public Annotation poll()
public Annotation peek()
public double getDeviation()