|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.AbstractGroup
gov.usda.gdpc.AbstractDBElementGroup
gov.usda.gdpc.AbstractPhenotypeOntologyGroup
This class provides a skeletal implementation of the PhenotypeOntologyGroup interface to minimize the effort required to implement this interface.
| Field Summary |
| Fields inherited from class gov.usda.gdpc.AbstractDBElementGroup |
myIndex |
| Constructor Summary | |
AbstractPhenotypeOntologyGroup()
AbstractPhenotypeOntologyGroup constructor. |
|
AbstractPhenotypeOntologyGroup(java.util.List list)
AbstractPhenotypeOntologyGroup constructor. |
|
AbstractPhenotypeOntologyGroup(PhenotypeOntology[] ontology)
AbstractPhenotypeOntologyGroup constructor. |
|
AbstractPhenotypeOntologyGroup(PhenotypeOntologyGroup[] groups)
AbstractPhenotypeOntologyGroup constructor. |
|
| Method Summary | |
PhenotypeOntology |
getPhenotypeOntology(java.lang.String dataSource,
Identifier id)
This returns the phenotype ontology instance from this group that matches the specified id and source. |
PhenotypeOntologyGroup |
getPhenotypeOntologyGroup(PhenotypeOntologyFilter filter)
Get the phenotype ontology group matching the given filter from this phenotype ontology group. |
java.lang.String |
getType()
Get type of this group. |
| Methods inherited from class gov.usda.gdpc.AbstractDBElementGroup |
getDBElementGroup, getDBElements, getDefinedProperties, getDistinctProperties, index, toString |
| Methods inherited from class gov.usda.gdpc.AbstractGroup |
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface gov.usda.gdpc.DBElementGroup |
getDBElements, getDefinedProperties, getDistinctProperties, index |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
public AbstractPhenotypeOntologyGroup(PhenotypeOntology[] ontology)
ontology - list of phenotype ontology to be a part of this group.public AbstractPhenotypeOntologyGroup()
public AbstractPhenotypeOntologyGroup(java.util.List list)
list - list of objects to be a part of this group. Any
null in the list will be discarded.public AbstractPhenotypeOntologyGroup(PhenotypeOntologyGroup[] groups)
groups - groups to include in this new group.| Method Detail |
public PhenotypeOntologyGroup getPhenotypeOntologyGroup(PhenotypeOntologyFilter filter)
getPhenotypeOntologyGroup in interface PhenotypeOntologyGroupfilter - filter
public PhenotypeOntology getPhenotypeOntology(java.lang.String dataSource,
Identifier id)
getPhenotypeOntology in interface PhenotypeOntologyGroupdataSource - data sourceid - identifier
public java.lang.String getType()
getType in interface DBElementGroup
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||