public interface OrthologueSet
You cannot create Orthologues here, just work with them.
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
OrthologueSet.Iterator
An iterator for the contents of
 an OrthologueSet. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ChangeType | 
MODIFY  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOrthologue(Orthologue ortho)
Add an orthologue to the set. 
 | 
OrthologueSet | 
filter(OrthologueFilter filter)
Filter the contents of a 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. 
 | 
static final ChangeType MODIFY
Orthologue getOrthologue(String homologeneID)
void addOrthologue(Orthologue ortho) throws ChangeVetoException
ChangeVetoExceptionvoid removeOrthologue(Orthologue ortho) throws ChangeVetoException
ChangeVetoExceptionOrthologueSet.Iterator iterator()
OrthologueSet filter(OrthologueFilter filter)
Copyright © 2020 BioJava. All rights reserved.