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.
|
filter
addChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListener
public SimpleOrthologueSet()
public void addOrthologue(Orthologue ortho) throws ChangeVetoException
OrthologueSet
ChangeVetoException
public void removeOrthologue(Orthologue ortho) throws ChangeVetoException
OrthologueSet
ChangeVetoException
public Orthologue getOrthologue(String homologeneID)
public OrthologueSet.Iterator iterator()
OrthologueSet
Copyright © 2014 BioJava. All rights reserved.