| Modifier and Type | Field and Description |
|---|---|
static FunctionType |
functionType |
static RealType |
indexType |
static FieldImpl |
missing |
static FunctionType |
timeSequenceType |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BaseTrack t) |
int |
compareTo(java.lang.Object obj) |
boolean |
equals(java.lang.Object obj) |
float |
getEnergy() |
float |
getLength() |
float |
getXMax() |
float |
getXMin() |
float |
getYMax() |
float |
getYMin() |
float |
getZMax() |
float |
getZMin() |
java.lang.String |
toString() |
public static final RealType indexType
public static FunctionType functionType
public static FunctionType timeSequenceType
public static FieldImpl missing
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparablepublic int compareTo(BaseTrack t)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic final float getEnergy()
public final float getLength()
public final float getXMax()
public final float getXMin()
public final float getYMax()
public final float getYMin()
public final float getZMax()
public final float getZMin()
public java.lang.String toString()
toString in class java.lang.Object