com.rubecula.darwin.examples.travelingsalesman
Class Trait_TS

java.lang.Object
  extended by com.rubecula.util.AuditableObject
      extended by com.rubecula.darwin.core.Attribute_Abstract
          extended by com.rubecula.darwin.core.Trait_Abstract
              extended by com.rubecula.darwin.examples.travelingsalesman.Trait_TS
All Implemented Interfaces:
Attribute, Trait, Auditable, Identifiable, Cloneable, Comparable<Trait_TS>

public class Trait_TS
extends Trait_Abstract
implements Comparable<Trait_TS>

Author:
Robin

Field Summary
 
Fields inherited from class com.rubecula.darwin.core.Trait_Abstract
log
 
Constructor Summary
Trait_TS(String identifier, Integer sequence)
           
 
Method Summary
 int compareTo(Trait_TS other)
           
 int intValue()
           
 
Methods inherited from class com.rubecula.darwin.core.Trait_Abstract
equals, hashCode, toString
 
Methods inherited from class com.rubecula.darwin.core.Attribute_Abstract
audit, getAttribute, getIdentifier, getValue, setValue
 
Methods inherited from class com.rubecula.util.AuditableObject
audit, audit, audit, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rubecula.darwin.core.Attribute
getAttribute, getValue, setValue
 
Methods inherited from interface com.rubecula.util.Auditable
audit, audit, audit
 
Methods inherited from interface com.rubecula.util.Identifiable
getIdentifier
 

Constructor Detail

Trait_TS

public Trait_TS(String identifier,
                Integer sequence)
Method Detail

intValue

public int intValue()

compareTo

public int compareTo(Trait_TS other)
Specified by:
compareTo in interface Comparable<Trait_TS>