Package org.forester.go
Class BasicGoSubset
- java.lang.Object
-
- org.forester.go.BasicGoSubset
-
-
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_ASPERGILLUS_STR, 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
Constructors Constructor Description BasicGoSubset(java.lang.String s)
BasicGoSubset(GoSubset.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(GoSubset sub)
boolean
equals(java.lang.Object o)
GoSubset.Type
getType()
java.lang.String
toString()
-
-
-
Constructor Detail
-
BasicGoSubset
public BasicGoSubset(java.lang.String s)
-
BasicGoSubset
public BasicGoSubset(GoSubset.Type type)
-
-
Method Detail
-
compareTo
public int compareTo(GoSubset sub)
- Specified by:
compareTo
in interfacejava.lang.Comparable<GoSubset>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
getType
public GoSubset.Type getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-