org.forester.go
Class BasicGoSubset

java.lang.Object
  extended by org.forester.go.BasicGoSubset
All Implemented Interfaces:
Comparable<GoSubset>, GoSubset

public class BasicGoSubset
extends Object
implements GoSubset


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.forester.go.GoSubset
GoSubset.Type
 
Field Summary
 
Fields inherited from interface org.forester.go.GoSubset
GOSLIM_CANDIDA_STR, GOSLIM_GENERIC_STR, GOSLIM_GOA_STR, GOSLIM_PIR_STR, GOSLIM_PLANT_STR, GOSLIM_POMBE_STR, GOSLIM_YEAST_STR, GOSUBSET_PROK_STR
 
Constructor Summary
BasicGoSubset(GoSubset.Type type)
           
BasicGoSubset(String s)
           
 
Method Summary
 int compareTo(GoSubset sub)
           
 boolean equals(Object o)
           
 GoSubset.Type getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicGoSubset

public BasicGoSubset(String s)

BasicGoSubset

public BasicGoSubset(GoSubset.Type type)
Method Detail

compareTo

public int compareTo(GoSubset sub)
Specified by:
compareTo in interface Comparable<GoSubset>

equals

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

getType

public GoSubset.Type getType()
Specified by:
getType in interface GoSubset

toString

public String toString()
Overrides:
toString in class Object