Package org.forester.go
Interface GoTerm
-
- All Superinterfaces:
java.lang.Comparable<GoTerm>
,PhylogenyData
- All Known Implementing Classes:
BasicGoTerm
public interface GoTerm extends PhylogenyData, java.lang.Comparable<GoTerm>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<GoId>
getAltIds()
java.lang.String
getComment()
java.lang.String
getDefinition()
GoId
getGoId()
GoNameSpace
getGoNameSpace()
java.util.List<GoRelationship>
getGoRelationships()
java.util.List<GoSubset>
getGoSubsets()
java.util.List<GoXRef>
getGoXRefs()
java.lang.String
getName()
java.util.List<GoId>
getSuperGoIds()
boolean
isObsolete()
-
Methods inherited from interface org.forester.phylogeny.data.PhylogenyData
asSimpleText, asText, copy, isEqual, toNHX, toPhyloXML
-
-
-
-
Method Detail
-
getAltIds
java.util.List<GoId> getAltIds()
-
getComment
java.lang.String getComment()
-
getDefinition
java.lang.String getDefinition()
-
getGoId
GoId getGoId()
-
getGoNameSpace
GoNameSpace getGoNameSpace()
-
getGoRelationships
java.util.List<GoRelationship> getGoRelationships()
-
getGoSubsets
java.util.List<GoSubset> getGoSubsets()
-
getGoXRefs
java.util.List<GoXRef> getGoXRefs()
-
getName
java.lang.String getName()
-
getSuperGoIds
java.util.List<GoId> getSuperGoIds()
-
isObsolete
boolean isObsolete()
-
-