public static class Trajectory.Point
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Trajectory.Point.SpecificInstanceInfo
Class used to store this extra data
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
mArgs
The arg string that was used for the wrapper on this trajectory point
|
double |
mErrorEstimate
The estimate of the error at this point in the trajectory that the SMBO method believes is true
|
double |
mTime
The time that this point was found by the SMBO method
|
java.util.ArrayList<Trajectory.Point.SpecificInstanceInfo> |
specificInstanceInfo
Any extra data (aka trajectoryPointExtras) on given instance strings for this point
|
Constructor and Description |
---|
Point(double time,
double errorEstimate,
java.lang.String args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgs() |
double |
getErrorEstimate() |
double |
getTime() |
java.lang.String |
toString() |
public double mTime
public double mErrorEstimate
public java.lang.String mArgs
public java.util.ArrayList<Trajectory.Point.SpecificInstanceInfo> specificInstanceInfo