org.forester.phylogenyinference
Class DiscreteState

java.lang.Object
  extended by org.forester.phylogenyinference.DiscreteState
All Implemented Interfaces:
Comparable<DiscreteState>

public class DiscreteState
extends Object
implements Comparable<DiscreteState>


Constructor Summary
DiscreteState(String id)
           
 
Method Summary
 int compareTo(DiscreteState discrete_state)
           
 boolean equals(Object o)
           
 String getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscreteState

public DiscreteState(String id)
Method Detail

compareTo

public int compareTo(DiscreteState discrete_state)
Specified by:
compareTo in interface Comparable<DiscreteState>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getId

public String getId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object