public interface EntityFinder
| Modifier and Type | Method and Description |
|---|---|
Set<org.semanticweb.owlapi.model.OWLEntity> |
getEntities(String match)
Gets the entities that match the specified string.
|
Set<org.semanticweb.owlapi.model.OWLEntity> |
getEntities(String match,
boolean fullRegExp) |
Set<org.semanticweb.owlapi.model.OWLClass> |
getMatchingOWLClasses(String match) |
Set<org.semanticweb.owlapi.model.OWLClass> |
getMatchingOWLClasses(String match,
boolean fullRegExp) |
Set<org.semanticweb.owlapi.model.OWLDataProperty> |
getMatchingOWLDataProperties(String match) |
Set<org.semanticweb.owlapi.model.OWLDataProperty> |
getMatchingOWLDataProperties(String match,
boolean fullRegExp) |
Set<org.semanticweb.owlapi.model.OWLDatatype> |
getMatchingOWLDataTypes(String match) |
Set<org.semanticweb.owlapi.model.OWLDatatype> |
getMatchingOWLDataTypes(String match,
boolean fullRegExp) |
Set<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getMatchingOWLIndividuals(String match) |
Set<org.semanticweb.owlapi.model.OWLNamedIndividual> |
getMatchingOWLIndividuals(String match,
boolean fullRegExp) |
Set<org.semanticweb.owlapi.model.OWLObjectProperty> |
getMatchingOWLObjectProperties(String match) |
Set<org.semanticweb.owlapi.model.OWLObjectProperty> |
getMatchingOWLObjectProperties(String match,
boolean fullRegExp) |
Set<org.semanticweb.owlapi.model.OWLEntity> getEntities(String match)
match - matchSet<org.semanticweb.owlapi.model.OWLEntity> getEntities(String match, boolean fullRegExp)
match - matchfullRegExp - fullRegExpSet<org.semanticweb.owlapi.model.OWLClass> getMatchingOWLClasses(String match)
match - matchSet<org.semanticweb.owlapi.model.OWLClass> getMatchingOWLClasses(String match, boolean fullRegExp)
match - matchfullRegExp - fullRegExpSet<org.semanticweb.owlapi.model.OWLObjectProperty> getMatchingOWLObjectProperties(String match)
match - matchSet<org.semanticweb.owlapi.model.OWLObjectProperty> getMatchingOWLObjectProperties(String match, boolean fullRegExp)
match - matchfullRegExp - fullRegExpSet<org.semanticweb.owlapi.model.OWLDataProperty> getMatchingOWLDataProperties(String match)
match - matchSet<org.semanticweb.owlapi.model.OWLDataProperty> getMatchingOWLDataProperties(String match, boolean fullRegExp)
match - matchfullRegExp - fullRegExpSet<org.semanticweb.owlapi.model.OWLNamedIndividual> getMatchingOWLIndividuals(String match)
match - matchSet<org.semanticweb.owlapi.model.OWLNamedIndividual> getMatchingOWLIndividuals(String match, boolean fullRegExp)
match - matchfullRegExp - fullRegExpSet<org.semanticweb.owlapi.model.OWLDatatype> getMatchingOWLDataTypes(String match)
match - matchCopyright © 2015 The University of Manchester. All Rights Reserved.