trans.tpmap
Class IntensityFeature

java.lang.Object
  extended bytrans.tpmap.IntensityFeature
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class IntensityFeature
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable

Minimal info about a feature for combining multiple chips together.

See Also:
Serialized Form

Field Summary
 float intensity
           
static long serialVersionUID
           
 int start
           
 
Constructor Summary
IntensityFeature(MapFeature feature, float intensity)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
          Sorts by position.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

start

public int start

intensity

public float intensity
Constructor Detail

IntensityFeature

public IntensityFeature(MapFeature feature,
                        float intensity)
Method Detail

compareTo

public int compareTo(java.lang.Object obj)
Sorts by position.

Specified by:
compareTo in interface java.lang.Comparable