public class SimpleOrthoPairSet extends AbstractOrthoPairSet
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleOrthoPairSet.Iterator |
MODIFY| Constructor and Description |
|---|
SimpleOrthoPairSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrthoPair(OrthoPair orthology)
adds a specified OrthoPair relationship
to this group.
|
double |
getMinIdentity()
get the lowest level of identity observed
in this Group
|
String |
getName()
retrieves name of this group.
|
Set |
getTaxa()
get the taxa represented in this group
|
OrthoPairSet.Iterator |
iterator()
returns an iterator to the members of this set
|
void |
removeOrthoPair(OrthoPair orthology)
removes a specified OrthoPair relationship
from this group.
|
void |
setName(String name)
set the name of this group.
|
int |
size()
returns an iterator to the contents of the set.
/**
no. of entries in this Homologene group
|
filteraddChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListenerpublic SimpleOrthoPairSet()
public String getName()
OrthoPairSetpublic void setName(String name)
OrthoPairSetpublic void addOrthoPair(OrthoPair orthology) throws ChangeVetoException
OrthoPairSetChangeVetoExceptionpublic void removeOrthoPair(OrthoPair orthology) throws ChangeVetoException
OrthoPairSetChangeVetoExceptionpublic OrthoPairSet.Iterator iterator()
OrthoPairSetpublic double getMinIdentity()
OrthoPairSetpublic int size()
OrthoPairSetpublic Set getTaxa()
OrthoPairSetCopyright © 2020 BioJava. All rights reserved.