org.biojava.bio.program.homologene
Class SimpleOrthologueSet
java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.program.homologene.AbstractOrthologueSet
org.biojava.bio.program.homologene.SimpleOrthologueSet
- All Implemented Interfaces:
- OrthologueSet, Changeable
public class SimpleOrthologueSet
- extends AbstractOrthologueSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleOrthologueSet
public SimpleOrthologueSet()
addOrthologue
public void addOrthologue(Orthologue ortho)
throws ChangeVetoException
- Description copied from interface:
OrthologueSet
- Add an orthologue to the set.
- Throws:
ChangeVetoException
removeOrthologue
public void removeOrthologue(Orthologue ortho)
throws ChangeVetoException
- Description copied from interface:
OrthologueSet
- Remove an orthologue from the set.
- Throws:
ChangeVetoException
getOrthologue
public Orthologue getOrthologue(String homologeneID)
iterator
public OrthologueSet.Iterator iterator()
- Description copied from interface:
OrthologueSet
- Return an iterator to the contents of the set.