jasi.sim.geo
Class ComparableGeoObject<T>

java.lang.Object
  extended by jasi.sim.basic.value.AbstractSimValueType
      extended by jasi.sim.basic.value.AbstractComparableObject<T>
          extended by jasi.sim.geo.ComparableGeoObject<T>
Type Parameters:
T - The type.
All Implemented Interfaces:
ExtendedComparable<T>, SimValue, Geometric, java.io.Serializable, java.lang.Comparable<T>
Direct Known Subclasses:
Arc, Space, Speed

public abstract class ComparableGeoObject<T>
extends AbstractComparableObject<T>
implements Geometric

A geometric element.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface jasi.sim.geo.Geometric
BEGIN, END, MIDLE
 
Constructor Summary
ComparableGeoObject()
           
 
Method Summary
 
Methods inherited from class jasi.sim.basic.value.AbstractComparableObject
compareTo, isEQ, isGE, isGT, isLE, isLT, isNE
 
Methods inherited from class jasi.sim.basic.value.AbstractSimValueType
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jasi.sim.basic.value.SimValue
getContent
 

Constructor Detail

ComparableGeoObject

public ComparableGeoObject()