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
|
filter
addChangeListener, addChangeListener, generateChangeSupport, getChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListener
public SimpleOrthoPairSet()
public String getName()
OrthoPairSet
public void setName(String name)
OrthoPairSet
public void addOrthoPair(OrthoPair orthology) throws ChangeVetoException
OrthoPairSet
ChangeVetoException
public void removeOrthoPair(OrthoPair orthology) throws ChangeVetoException
OrthoPairSet
ChangeVetoException
public OrthoPairSet.Iterator iterator()
OrthoPairSet
public double getMinIdentity()
OrthoPairSet
public int size()
OrthoPairSet
public Set getTaxa()
OrthoPairSet
Copyright © 2014 BioJava. All rights reserved.