Uses of Interface
de.uni_trier.wi2.procake.data.object.base.URIObject
-
Packages that use URIObject Package Description de.uni_trier.wi2.procake.data.model.base de.uni_trier.wi2.procake.data.model.base.impl de.uni_trier.wi2.procake.data.object Provides interfaces of all data objects.de.uni_trier.wi2.procake.data.object.base.impl de.uni_trier.wi2.procake.similarity.base.ontology.impl de.uni_trier.wi2.procake.utils.ontology -
-
Uses of URIObject in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that return URIObject Modifier and Type Method Description URIObjectURIClass. newURIObject()Creates a newURIObject. -
Uses of URIObject in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that return URIObject Modifier and Type Method Description URIObjectURIClassImpl. newURIObject()Creates a newURIObject. -
Uses of URIObject in de.uni_trier.wi2.procake.data.object
Methods in de.uni_trier.wi2.procake.data.object that return URIObject Modifier and Type Method Description URIObjectDataObjectUtils. createOntologyRefObject(String className)URIObjectDataObjectUtils. createOntologyRefObject(String className, String value)This method creates an OntologyRefObject with a given URI. -
Uses of URIObject in de.uni_trier.wi2.procake.data.object.base.impl
Classes in de.uni_trier.wi2.procake.data.object.base.impl that implement URIObject Modifier and Type Class Description classURIObjectImplImplementation of theURIObjectImplto represent a resource in an owl ontology. -
Uses of URIObject in de.uni_trier.wi2.procake.similarity.base.ontology.impl
Methods in de.uni_trier.wi2.procake.similarity.base.ontology.impl with parameters of type URIObject Modifier and Type Method Description protected SimilarityImplSMOntologyImpl. 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
Methods in de.uni_trier.wi2.procake.utils.ontology that return URIObject Modifier and Type Method Description URIObjectOntology. getLCA(URIObject queryRes, URIObject caseRes)Determine the LCA (Least Common Ancestor) of to concepts.URIObjectOntology. getLCA(URIObject queryRes, URIObject caseRes, Set<String> relations)URIObjectOntologyImpl. getLCA(URIObject queryRes, URIObject caseRes)Determine the LCA(Least Common Ancestor) of two concepts.URIObjectOntologyImpl. getLCA(URIObject queryRes, URIObject caseRes, Set<String> relations)Methods in de.uni_trier.wi2.procake.utils.ontology with parameters of type URIObject Modifier and Type Method Description intOntology. calculateDepthOfResource(URIObject res)Calculate the depth of an entity from the root.intOntology. calculateDepthOfResource(URIObject res, String root, Set<String> relations)intOntologyImpl. calculateDepthOfResource(URIObject res)Calculate the depth of an entity from the root.intOntologyImpl. calculateDepthOfResource(URIObject res, String root, Set<String> relations)booleanOntology. contains(URIObject resourceURIobject)Check for the existence of the resource in the underlying ontology.booleanOntologyImpl. contains(URIObject resourceURIobject)Set<String>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.Set<String>OntologyImpl. getAncestors(URIObject res, Set<String> relations, Predicate<String> isValidTreeValuePredicate)URIObjectOntology. getLCA(URIObject queryRes, URIObject caseRes)Determine the LCA (Least Common Ancestor) of to concepts.URIObjectOntology. getLCA(URIObject queryRes, URIObject caseRes, Set<String> relations)URIObjectOntologyImpl. getLCA(URIObject queryRes, URIObject caseRes)Determine the LCA(Least Common Ancestor) of two concepts.URIObjectOntologyImpl. getLCA(URIObject queryRes, URIObject caseRes, Set<String> relations)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.ResourceOntology. getResource(URIObject resourceURIObject)Fetches the Resource object with the given URI from the underlying Jena ontology model.org.apache.jena.rdf.model.ResourceOntologyImpl. getResource(URIObject resourceURIObject)intOntology. getShortestPathLength(URIObject res, URIObject des, String propName)Calculate the shortest path from on entity to another over a specific relation.intOntology. getShortestPathLength(URIObject source, URIObject destination, Set<String> relations)intOntologyImpl. getShortestPathLength(URIObject source, URIObject destination, String propName)Calculate the shortest path from on entity to another over a specific relation and return its length.intOntologyImpl. getShortestPathLength(URIObject source, URIObject destination, Set<String> relations)booleanOntology. isIndividual(URIObject res)Check whether entity is an Individual.booleanOntologyImpl. isIndividual(URIObject res)Check if entity is an Individual.
-