public class EntityFinderImpl extends Object implements EntityFinder
| Constructor and Description |
|---|
EntityFinderImpl(org.semanticweb.owlapi.model.OWLOntologyManager mngr,
OWLEntityRenderingCache renderingCache,
boolean useRegularExpressions) |
| 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) |
public EntityFinderImpl(org.semanticweb.owlapi.model.OWLOntologyManager mngr,
OWLEntityRenderingCache renderingCache,
boolean useRegularExpressions)
mngr - mngrrenderingCache - renderingCacheuseRegularExpressions - useRegularExpressionspublic Set<org.semanticweb.owlapi.model.OWLClass> getMatchingOWLClasses(String match)
getMatchingOWLClasses in interface EntityFindermatch - matchpublic Set<org.semanticweb.owlapi.model.OWLClass> getMatchingOWLClasses(String match, boolean fullRegExp)
getMatchingOWLClasses in interface EntityFindermatch - matchfullRegExp - fullRegExppublic Set<org.semanticweb.owlapi.model.OWLObjectProperty> getMatchingOWLObjectProperties(String match)
getMatchingOWLObjectProperties in interface EntityFindermatch - matchpublic Set<org.semanticweb.owlapi.model.OWLObjectProperty> getMatchingOWLObjectProperties(String match, boolean fullRegExp)
getMatchingOWLObjectProperties in interface EntityFindermatch - matchfullRegExp - fullRegExppublic Set<org.semanticweb.owlapi.model.OWLDataProperty> getMatchingOWLDataProperties(String match)
getMatchingOWLDataProperties in interface EntityFindermatch - matchpublic Set<org.semanticweb.owlapi.model.OWLDataProperty> getMatchingOWLDataProperties(String match, boolean fullRegExp)
getMatchingOWLDataProperties in interface EntityFindermatch - matchfullRegExp - fullRegExppublic Set<org.semanticweb.owlapi.model.OWLNamedIndividual> getMatchingOWLIndividuals(String match)
getMatchingOWLIndividuals in interface EntityFindermatch - matchpublic Set<org.semanticweb.owlapi.model.OWLNamedIndividual> getMatchingOWLIndividuals(String match, boolean fullRegExp)
getMatchingOWLIndividuals in interface EntityFindermatch - matchfullRegExp - fullRegExppublic Set<org.semanticweb.owlapi.model.OWLDatatype> getMatchingOWLDataTypes(String match)
getMatchingOWLDataTypes in interface EntityFindermatch - matchpublic Set<org.semanticweb.owlapi.model.OWLDatatype> getMatchingOWLDataTypes(String match, boolean fullRegExp)
getMatchingOWLDataTypes in interface EntityFindermatch - matchfullRegExp - fullRegExppublic Set<org.semanticweb.owlapi.model.OWLEntity> getEntities(String match)
EntityFindergetEntities in interface EntityFindermatch - matchpublic Set<org.semanticweb.owlapi.model.OWLEntity> getEntities(String match, boolean fullRegExp)
getEntities in interface EntityFindermatch - matchfullRegExp - fullRegExpCopyright © 2015 The University of Manchester. All Rights Reserved.