Uses of Interface
org.semanticweb.owl.model.OWLObjectProperty

Packages that use OWLObjectProperty
de.uulm.ecs.ai.owl.krssparser   
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
org.coode.owl.functionalparser   
org.coode.owl.functionalrenderer   
org.coode.owl.krssparser   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl   
org.semanticweb.owl.expression   
org.semanticweb.owl.inference   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of OWLObjectProperty in de.uulm.ecs.ai.owl.krssparser
 

Methods in de.uulm.ecs.ai.owl.krssparser that return OWLObjectProperty
 OWLObjectProperty KRSS2Parser.RoleName()
           
 

Methods in de.uulm.ecs.ai.owl.krssparser that return types with arguments of type OWLObjectProperty
 java.util.Set<OWLObjectProperty> KRSS2Parser.RoleNameSet()
           
 

Methods in de.uulm.ecs.ai.owl.krssparser with parameters of type OWLObjectProperty
 void KRSS2Parser.Domain(OWLObjectProperty subProp)
           
 void KRSS2Parser.InverseProperty(OWLObjectProperty subProp)
           
 void KRSS2Parser.LeftIdentity(OWLObjectProperty r)
           
 void KRSS2Parser.Parent(OWLObjectProperty subProp)
           
 void KRSS2Parser.Parents(OWLObjectProperty subProp)
           
 void KRSS2Parser.RangeAttribute(OWLObjectProperty subProp)
           
 void KRSS2Parser.RightIdentity(OWLObjectProperty r)
           
 void KRSS2Parser.SymmetricAttribute(OWLObjectProperty property)
           
 void KRSS2Parser.TransitiveAttribute(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLObjectProperty
 void KRSS2OWLObjectRenderer.visit(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLObjectProperty
 OWLObjectProperty ManchesterOWLSyntaxEditorParser.getOWLObjectProperty(java.lang.String name)
           
 

Uses of OWLObjectProperty in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLObjectProperty
 OWLObjectProperty OWLFunctionalSyntaxParser.ObjectProperty()
           
 OWLObjectProperty OWLFunctionalSyntaxParser.ObjectPropertyURI()
           
 

Uses of OWLObjectProperty in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLObjectProperty
 void OWLObjectRenderer.visit(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in org.coode.owl.krssparser
 

Methods in org.coode.owl.krssparser that return OWLObjectProperty
 OWLObjectProperty KRSSParser.RoleName()
           
 

Uses of OWLObjectProperty in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLObjectProperty
 void LatexObjectVisitor.visit(OWLObjectProperty entity)
           
 

Uses of OWLObjectProperty in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type OWLObjectProperty
 void AbstractTranslator.visit(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLObjectProperty
 void OWLXMLObjectRenderer.visit(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl
 

Constructors in org.semanticweb.owl with parameters of type OWLObjectProperty
CreateValuePartition(OWLDataFactory dataFactory, OWLClass valuePartitionClass, java.util.Set<OWLClass> valuePartionClasses, OWLObjectProperty valuePartitionProperty, OWLOntology targetOntology)
          Creates a composite change that will create a value partition.
 

Uses of OWLObjectProperty in org.semanticweb.owl.expression
 

Methods in org.semanticweb.owl.expression that return OWLObjectProperty
 OWLObjectProperty ShortFormEntityChecker.getOWLObjectProperty(java.lang.String name)
           
 OWLObjectProperty OWLEntityChecker.getOWLObjectProperty(java.lang.String name)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.inference
 

Methods in org.semanticweb.owl.inference that return types with arguments of type OWLObjectProperty
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> OWLPropertyReasoner.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> NullReasoner.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getInverseProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getInverseProperties(OWLObjectProperty property)
           
 java.util.Map<OWLObjectProperty,java.util.Set<OWLIndividual>> OWLIndividualReasoner.getObjectPropertyRelationships(OWLIndividual individual)
           
 java.util.Map<OWLObjectProperty,java.util.Set<OWLIndividual>> NullReasoner.getObjectPropertyRelationships(OWLIndividual individual)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getSuperProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getSuperProperties(OWLObjectProperty property)
           
 

Methods in org.semanticweb.owl.inference with parameters of type OWLObjectProperty
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLDescription>> OWLPropertyReasoner.getDomains(OWLObjectProperty property)
          Gets the domains of a particular property.
 java.util.Set<java.util.Set<OWLDescription>> NullReasoner.getDomains(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> OWLPropertyReasoner.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> NullReasoner.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getInverseProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getInverseProperties(OWLObjectProperty property)
           
 java.util.Set<OWLDescription> OWLPropertyReasoner.getRanges(OWLObjectProperty property)
           
 java.util.Set<OWLDescription> NullReasoner.getRanges(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLPropertyReasoner.getSuperProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> NullReasoner.getSuperProperties(OWLObjectProperty property)
           
 boolean OWLPropertyReasoner.isAntiSymmetric(OWLObjectProperty property)
           
 boolean NullReasoner.isAntiSymmetric(OWLObjectProperty property)
           
 boolean OWLReasonerBase.isDefined(OWLObjectProperty prop)
          Determines if the specified property is defined in the reasoner.
 boolean NullReasoner.isDefined(OWLObjectProperty prop)
           
 boolean OWLPropertyReasoner.isFunctional(OWLObjectProperty property)
           
 boolean NullReasoner.isFunctional(OWLObjectProperty property)
           
 boolean OWLPropertyReasoner.isInverseFunctional(OWLObjectProperty property)
           
 boolean NullReasoner.isInverseFunctional(OWLObjectProperty property)
           
 boolean OWLPropertyReasoner.isIrreflexive(OWLObjectProperty property)
           
 boolean NullReasoner.isIrreflexive(OWLObjectProperty property)
           
 boolean OWLPropertyReasoner.isReflexive(OWLObjectProperty property)
           
 boolean NullReasoner.isReflexive(OWLObjectProperty property)
           
 boolean OWLPropertyReasoner.isSymmetric(OWLObjectProperty property)
           
 boolean NullReasoner.isSymmetric(OWLObjectProperty property)
           
 boolean OWLPropertyReasoner.isTransitive(OWLObjectProperty property)
           
 boolean NullReasoner.isTransitive(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLObjectProperty
 OWLObjectProperty OWLObjectPropertyExpression.asOWLObjectProperty()
          If the property is a named object property then this method will obtain the property as such.
 OWLObjectProperty OWLEntity.asOWLObjectProperty()
          A convenience method that obtains this entity as an OWLObjectProperty (in order to avoid explicit casting).
 OWLObjectProperty OWLDeprecatedObjectPropertyAxiom.getDeprecatedObjectProperty()
           
 OWLObjectProperty OWLObjectPropertyExpression.getNamedProperty()
          Get the named object property used in this property expression.
 OWLObjectProperty OWLDataFactory.getOWLObjectProperty(java.net.URI uri)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLObjectProperty
 java.util.Set<OWLObjectProperty> OWLOntology.getReferencedObjectProperties()
          Gets the object properties that are referenced by axioms (including annotation axioms) in this ontology.
 

Methods in org.semanticweb.owl.model with parameters of type OWLObjectProperty
 OWLDeprecatedObjectPropertyAxiom OWLDataFactory.getOWLDeprecatedObjectPropertyAxiom(OWLObjectProperty property)
           
 O OWLPropertyExpressionVisitorEx.visit(OWLObjectProperty property)
           
 void OWLPropertyExpressionVisitor.visit(OWLObjectProperty property)
           
 O OWLNamedObjectVisitorEx.visit(OWLObjectProperty property)
           
 void OWLNamedObjectVisitor.visit(OWLObjectProperty property)
           
 O OWLEntityVisitorEx.visit(OWLObjectProperty property)
           
 void OWLEntityVisitor.visit(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return types with arguments of type OWLObjectProperty
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> OWLReasonerMediator.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getInverseProperties(OWLObjectProperty property)
           
 java.util.Map<OWLObjectProperty,java.util.Set<OWLIndividual>> OWLReasonerMediator.getObjectPropertyRelationships(OWLIndividual individual)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getSuperProperties(OWLObjectProperty property)
           
 

Methods in org.semanticweb.owl.util with parameters of type OWLObjectProperty
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLDescription>> OWLReasonerMediator.getDomains(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> OWLReasonerMediator.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getInverseProperties(OWLObjectProperty property)
           
 java.util.Set<OWLDescription> OWLReasonerMediator.getRanges(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> OWLReasonerMediator.getSuperProperties(OWLObjectProperty property)
           
 boolean OWLReasonerMediator.isAntiSymmetric(OWLObjectProperty property)
           
 boolean ToldClassHierarchyReasoner.isDefined(OWLObjectProperty prop)
           
 boolean OWLReasonerMediator.isDefined(OWLObjectProperty prop)
           
 boolean OWLReasonerMediator.isFunctional(OWLObjectProperty property)
           
 boolean OWLReasonerMediator.isInverseFunctional(OWLObjectProperty property)
           
 boolean OWLReasonerMediator.isIrreflexive(OWLObjectProperty property)
           
 boolean OWLReasonerMediator.isReflexive(OWLObjectProperty property)
           
 boolean OWLReasonerMediator.isSymmetric(OWLObjectProperty property)
           
 boolean OWLReasonerMediator.isTransitive(OWLObjectProperty property)
           
 void SimpleRenderer.visit(OWLObjectProperty property)
           
 O OWLObjectVisitorExAdapter.visit(OWLObjectProperty property)
           
 void OWLObjectVisitorAdapter.visit(OWLObjectProperty property)
           
 void OWLObjectTypeIndexProvider.visit(OWLObjectProperty property)
           
 void OWLObjectDuplicator.visit(OWLObjectProperty property)
           
 void OWLObjectComponentCollector.visit(OWLObjectProperty property)
           
 void OWLEntityRemover.visit(OWLObjectProperty property)
           
 void OWLEntityComparator.visit(OWLObjectProperty property)
           
 void OWLEntityCollector.visit(OWLObjectProperty property)
           
 void OWLDescriptionComparator.OWLPropertyExpressionComparator.visit(OWLObjectProperty property)
           
 void HashCode.visit(OWLObjectProperty property)
           
 void DLExpressivityChecker.visit(OWLObjectProperty property)
           
 O DelegatingObjectVisitorEx.visit(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLObjectProperty
 class OWLObjectPropertyImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectProperty
 OWLObjectProperty OWLObjectPropertyInverseImpl.asOWLObjectProperty()
           
 OWLObjectProperty OWLObjectPropertyImpl.asOWLObjectProperty()
           
 OWLObjectProperty OWLIndividualImpl.asOWLObjectProperty()
           
 OWLObjectProperty OWLDataTypeImpl.asOWLObjectProperty()
           
 OWLObjectProperty OWLDataPropertyImpl.asOWLObjectProperty()
           
 OWLObjectProperty OWLClassImpl.asOWLObjectProperty()
           
 OWLObjectProperty OWLObjectPropertyExpressionImpl.getNamedProperty()
           
 OWLObjectProperty OWLDataFactoryImpl.getOWLObjectProperty(java.net.URI uri)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLObjectProperty
 java.util.Set<OWLObjectProperty> OWLOntologyImpl.getReferencedObjectProperties()
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLObjectProperty
 boolean OWLOntologyImpl.containsReference(OWLObjectProperty prop)
           
 OWLDeprecatedObjectPropertyAxiom OWLDataFactoryImpl.getOWLDeprecatedObjectPropertyAxiom(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLObjectProperty
 void DLSyntaxObjectRenderer.visit(OWLObjectProperty property)
           
 

Uses of OWLObjectProperty in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 that return types with arguments of type OWLObjectProperty
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> DIGReasoner.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getInverseProperties(OWLObjectProperty property)
           
 java.util.Map<OWLObjectProperty,java.util.Set<OWLIndividual>> DIGReasoner.getObjectPropertyRelationships(OWLIndividual individual)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGQueryResponseImpl.getRoleSets()
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGQueryResponse.getRoleSets()
          If the query resulted in an object property set response type for example a query for super properties then this method can be used to get the concepts.
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getSuperProperties(OWLObjectProperty property)
           
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLObjectProperty
 void DIGTranslatorImpl.createAncestorPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
           
 void DIGTranslator.createAncestorPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
          Creates a query that asks for the ancestor properties (i.e.
 void DIGTranslatorImpl.createDescendantPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
           
 void DIGTranslator.createDescendantPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
          Creates a query that asks for the descendant properties (i.e.
 void DIGTranslatorImpl.createDirectSubPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
           
 void DIGTranslator.createDirectSubPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
          Creates a query that asks for the direct sub properties of a given property.
 void DIGTranslatorImpl.createDirectSuperPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
           
 void DIGTranslator.createDirectSuperPropertiesQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
          Creates a query that asks for the direct super properties of a given property.
 void DIGTranslatorImpl.createPropertyFillersQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLIndividual ins, OWLObjectProperty property)
           
 void DIGTranslator.createPropertyFillersQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLIndividual ins, OWLObjectProperty property)
          Creates a query that asks for the fillers for a qiven individual/property pair.
 void DIGTranslatorImpl.createRelatedIndividualsQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
           
 void DIGTranslator.createRelatedIndividualsQuery(org.w3c.dom.Document doc, java.lang.String queryID, OWLObjectProperty property)
          Creates a query that asks for the individuals that are related to each other via a given property.
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getAncestorProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getDescendantProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLDescription>> DIGReasoner.getDomains(OWLObjectProperty property)
           
 java.util.Set<OWLObjectProperty> DIGReasoner.getEquivalentProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getInverseProperties(OWLObjectProperty property)
           
 java.util.Set<OWLDescription> DIGReasoner.getRanges(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getSubProperties(OWLObjectProperty property)
           
 java.util.Set<java.util.Set<OWLObjectProperty>> DIGReasoner.getSuperProperties(OWLObjectProperty property)
           
 boolean DIGReasoner.isAntiSymmetric(OWLObjectProperty property)
           
 boolean DIGReasoner.isDefined(OWLObjectProperty prop)
           
 boolean DIGReasoner.isFunctional(OWLObjectProperty property)
           
 boolean DIGReasoner.isInverseFunctional(OWLObjectProperty property)
           
 boolean DIGReasoner.isIrreflexive(OWLObjectProperty property)
           
 boolean DIGReasoner.isReflexive(OWLObjectProperty property)
           
 boolean DIGReasoner.isSymmetric(OWLObjectProperty property)
           
 boolean DIGReasoner.isTransitive(OWLObjectProperty property)
           
 void DIGRenderer.visit(OWLObjectProperty node)
           
 

Uses of OWLObjectProperty in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLObjectProperty
 void ManchesterOWLSyntaxObjectRenderer.visit(OWLObjectProperty property)
           
 java.util.Set<OWLAxiom> ManchesterOWLSyntaxFrameRenderer.write(OWLObjectProperty property)