public interface TraversingEcoMapper extends EcoMapper
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
Set<org.semanticweb.owlapi.model.OWLClass> getAncestors(Set<org.semanticweb.owlapi.model.OWLClass> sources, boolean reflexive)
sources
- reflexive
- Set<org.semanticweb.owlapi.model.OWLClass> getAncestors(org.semanticweb.owlapi.model.OWLClass source, boolean reflexive)
source
- reflexive
- Set<org.semanticweb.owlapi.model.OWLClass> getDescendents(Set<org.semanticweb.owlapi.model.OWLClass> sources, boolean reflexive)
sources
- reflexive
- Set<org.semanticweb.owlapi.model.OWLClass> getDescendents(org.semanticweb.owlapi.model.OWLClass source, boolean reflexive)
source
- reflexive
- Set<String> getAllValidEvidenceIds(String code, boolean includeChildren)
code
- includeChildren
- Set<String> getAllValidEvidenceIds(Set<String> codes, boolean includeChildren)
codes
- includeChildren
- void dispose()
Copyright © 2010–2015. All rights reserved.