public interface OrthoPairSet
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
OrthoPairSet.Iterator  | 
| Modifier and Type | Field and Description | 
|---|---|
static ChangeType | 
MODIFY  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOrthoPair(OrthoPair orthology)
adds a specified OrthoPair relationship
 to this group. 
 | 
OrthoPairSet | 
filter(OrthoPairFilter filter)
filter an OrthoPairSet 
 | 
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 
 | 
static final ChangeType MODIFY
String getName()
void addOrthoPair(OrthoPair orthology) throws ChangeVetoException
ChangeVetoExceptionvoid removeOrthoPair(OrthoPair orthology) throws ChangeVetoException
ChangeVetoExceptionint size()
OrthoPairSet.Iterator iterator()
double getMinIdentity()
OrthoPairSet filter(OrthoPairFilter filter)
Copyright © 2014 BioJava. All rights reserved.