public class TraversingEcoMapperImpl extends EcoMapperImpl implements TraversingEcoMapper
ECO_MAPPING_PURL, ECO_PURL, ECO_PURL_IRI
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose this instance
|
Set<String> |
getAllValidEvidenceIds(Set<String> codes,
boolean includeChildren)
Get all strings which are valid identifiers for the given evidence codes.
|
Set<String> |
getAllValidEvidenceIds(String code,
boolean includeChildren)
Get all strings which are valid identifiers for a given evidence code.
|
Set<org.semanticweb.owlapi.model.OWLClass> |
getAncestors(org.semanticweb.owlapi.model.OWLClass source,
boolean reflexive)
Traversing method for the ECO ontology.
|
Set<org.semanticweb.owlapi.model.OWLClass> |
getAncestors(Set<org.semanticweb.owlapi.model.OWLClass> sources,
boolean reflexive)
Traversing method for the ECO ontology.
|
Set<org.semanticweb.owlapi.model.OWLClass> |
getDescendents(org.semanticweb.owlapi.model.OWLClass source,
boolean reflexive)
Traversing method for the ECO ontology.
|
Set<org.semanticweb.owlapi.model.OWLClass> |
getDescendents(Set<org.semanticweb.owlapi.model.OWLClass> sources,
boolean reflexive)
Traversing method for the ECO ontology.
|
getAllEcoClassesForCode, getCodesForEcoClasses, getEcoClassForCode, getEcoClassForCode, isGoEvidenceCode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllEcoClassesForCode, getCodesForEcoClasses, getEcoClassForCode, getEcoClassForCode, isGoEvidenceCode
public Set<org.semanticweb.owlapi.model.OWLClass> getAncestors(Set<org.semanticweb.owlapi.model.OWLClass> sources, boolean reflexive)
TraversingEcoMapper
getAncestors
in interface TraversingEcoMapper
public Set<org.semanticweb.owlapi.model.OWLClass> getAncestors(org.semanticweb.owlapi.model.OWLClass source, boolean reflexive)
TraversingEcoMapper
getAncestors
in interface TraversingEcoMapper
public Set<org.semanticweb.owlapi.model.OWLClass> getDescendents(Set<org.semanticweb.owlapi.model.OWLClass> sources, boolean reflexive)
TraversingEcoMapper
getDescendents
in interface TraversingEcoMapper
public Set<org.semanticweb.owlapi.model.OWLClass> getDescendents(org.semanticweb.owlapi.model.OWLClass source, boolean reflexive)
TraversingEcoMapper
getDescendents
in interface TraversingEcoMapper
public Set<String> getAllValidEvidenceIds(String code, boolean includeChildren)
TraversingEcoMapper
getAllValidEvidenceIds
in interface TraversingEcoMapper
public Set<String> getAllValidEvidenceIds(Set<String> codes, boolean includeChildren)
TraversingEcoMapper
getAllValidEvidenceIds
in interface TraversingEcoMapper
public void dispose()
TraversingEcoMapper
dispose
in interface TraversingEcoMapper
Copyright © 2010-2015. All Rights Reserved.