public class SimpleOrthologueSet extends AbstractOrthologueSet
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleOrthologueSet.Iterator  | 
MODIFY| Constructor and Description | 
|---|
SimpleOrthologueSet()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOrthologue(Orthologue ortho)
Add an orthologue to the set. 
 | 
Orthologue | 
getOrthologue(String homologeneID)  | 
OrthologueSet.Iterator | 
iterator()
Return an iterator to the contents of the set. 
 | 
void | 
removeOrthologue(Orthologue ortho)
Remove an orthologue from the set. 
 | 
filteraddChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListenerpublic SimpleOrthologueSet()
public void addOrthologue(Orthologue ortho) throws ChangeVetoException
OrthologueSetChangeVetoExceptionpublic void removeOrthologue(Orthologue ortho) throws ChangeVetoException
OrthologueSetChangeVetoExceptionpublic Orthologue getOrthologue(String homologeneID)
public OrthologueSet.Iterator iterator()
OrthologueSetCopyright © 2020 BioJava. All rights reserved.