Uses of Interface
de.uni_trier.wi2.procake.data.object.base.URIObject
Package
Description
Provides interfaces of all data objects.
-
Uses of URIObject in de.uni_trier.wi2.procake.data.model.base
-
Uses of URIObject in de.uni_trier.wi2.procake.data.model.base.impl
-
Uses of URIObject in de.uni_trier.wi2.procake.data.object
Modifier and TypeMethodDescriptionDataObjectUtils.createOntologyRefObject
(String className) DataObjectUtils.createOntologyRefObject
(String value, String className) This method creates an OntologyRefObject with a given URI. -
Uses of URIObject in de.uni_trier.wi2.procake.data.object.base.impl
Modifier and TypeClassDescriptionclass
Implementation of theURIObjectImpl
to represent a resource in an owl ontology. -
Uses of URIObject in de.uni_trier.wi2.procake.similarity.base.ontology.impl
Modifier and TypeMethodDescriptionprotected @Nullable SimilarityImpl
SMOntologyImpl.validateOntologyResource
(org.slf4j.Logger logger, DataObject queryObject, DataObject caseObject, Ontology ontology, URIObject queryURIObject, URIObject caseURIObject) -
Uses of URIObject in de.uni_trier.wi2.procake.utils.ontology
Modifier and TypeMethodDescriptionDetermine the LCA (Least Common Ancestor) of to concepts.Determine the LCA(Least Common Ancestor) of two concepts.Modifier and TypeMethodDescriptionint
Ontology.calculateDepthOfResource
(URIObject res) Calculate the depth of an entity from the root.int
Ontology.calculateDepthOfResource
(URIObject res, String root, Set<String> relations) int
OntologyImpl.calculateDepthOfResource
(URIObject res) Calculate the depth of an entity from the root.int
OntologyImpl.calculateDepthOfResource
(URIObject res, String root, Set<String> relations) boolean
Check for the existence of the resource in the underlying ontology.boolean
Ontology.getAncestors
(URIObject res, Set<String> relations, Predicate<String> isValidTreeValuePredicate) Recursively collects all parents of the given node connected by minimally one relation in the given set of relations.OntologyImpl.getAncestors
(URIObject res, Set<String> relations, Predicate<String> isValidTreeValuePredicate) Determine the LCA (Least Common Ancestor) of to concepts.Determine the LCA(Least Common Ancestor) of two concepts.List<org.apache.jena.rdf.model.RDFNode>
Ontology.getObjectsOfProperty
(URIObject resourceURIObject, String property) Examine the given resource for the given property and collect its objects.List<org.apache.jena.rdf.model.RDFNode>
OntologyImpl.getObjectsOfProperty
(URIObject resourceURIObject, String property) org.apache.jena.rdf.model.Resource
Ontology.getResource
(URIObject resourceURIObject) Fetches the Resource object with the given URI from the underlying Jena ontology model.org.apache.jena.rdf.model.Resource
OntologyImpl.getResource
(URIObject resourceURIObject) int
Ontology.getShortestPathLength
(URIObject res, URIObject des, String propName) Calculate the shortest path from on entity to another over a specific relation.int
Ontology.getShortestPathLength
(URIObject source, URIObject destination, Set<String> relations) int
OntologyImpl.getShortestPathLength
(URIObject source, URIObject destination, String propName) Calculate the shortest path from on entity to another over a specific relation and return its length.int
OntologyImpl.getShortestPathLength
(URIObject source, URIObject destination, Set<String> relations) boolean
Ontology.isIndividual
(URIObject res) Check whether entity is an Individual.boolean
OntologyImpl.isIndividual
(URIObject res) Check if entity is an Individual.