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

Packages that use OWLObjectProperty
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.io.simple Simple output of OWL models.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
uk.ac.man.cs.img.owl.io.dig1_0   
uk.ac.man.cs.img.owl.io.fact Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.factplus Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.html   
uk.ac.man.cs.img.owl.io.tptp Simple renderer that writes ontologies as TPTP.  
 

Uses of OWLObjectProperty in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLObjectProperty
 class OWLObjectPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 

Methods in org.semanticweb.owl.impl.model that return OWLObjectProperty
 OWLObjectProperty OWLOntologyImpl.getObjectProperty(URI uri)
          getObjectProperty Retrieves a ObjectProperty with a given uri
 OWLObjectProperty OWLObjectRestrictionImpl.getObjectProperty()
          Returns the OWLObjectProperty that the restriction applies to.
 OWLObjectProperty OWLDataFactoryImpl.getOWLObjectProperty(URI uri)
           
 

Methods in org.semanticweb.owl.impl.model with parameters of type OWLObjectProperty
 void OWLOntologyImpl.EntityAdder.visit(OWLObjectProperty entity)
           
 void OWLOntologyImpl.EntityRemover.visit(OWLObjectProperty entity)
           
 OWLObjectAllRestriction OWLDataFactoryImpl.getOWLObjectAllRestriction(OWLObjectProperty property, OWLDescription description)
           
 OWLObjectCardinalityRestriction OWLDataFactoryImpl.getOWLObjectCardinalityRestriction(OWLObjectProperty property, int atLeast, int atMost)
           
 OWLObjectCardinalityRestriction OWLDataFactoryImpl.getOWLObjectCardinalityAtLeastRestriction(OWLObjectProperty property, int atLeast)
           
 OWLObjectCardinalityRestriction OWLDataFactoryImpl.getOWLObjectCardinalityAtMostRestriction(OWLObjectProperty property, int atMost)
           
 OWLObjectSomeRestriction OWLDataFactoryImpl.getOWLObjectSomeRestriction(OWLObjectProperty property, OWLDescription description)
           
 OWLObjectValueRestriction OWLDataFactoryImpl.getOWLObjectValueRestriction(OWLObjectProperty property, OWLIndividual individual)
           
 OWLObjectPropertyInstance OWLDataFactoryImpl.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
           
 

Constructors in org.semanticweb.owl.impl.model with parameters of type OWLObjectProperty
OWLObjectValueRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLIndividual individual)
           
OWLObjectSomeRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLDescription description)
           
OWLObjectRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property)
           
OWLObjectQuantifiedRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLDescription description)
           
OWLObjectCardinalityRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, int atLeast, int atMost)
           
OWLObjectAllRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLDescription description)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLObjectProperty
 OWLObjectProperty ANTLRParser.objectProperty()
          Rule.
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLObjectProperty
 void RenderingVisitor.visit(OWLObjectProperty prop)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf that return OWLObjectProperty
protected  OWLObjectProperty OWLConsumer.createObjectProperty(OWLOntology onto, URI uri)
           
protected  OWLObjectProperty OWLConsumer.getOrCreateObjectProperty(URI uri)
           
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLObjectProperty
 void RenderingVisitor.visit(OWLObjectProperty prop)
           
protected  void Renderer.renderObjectProperty(OWLOntology ontology, OWLObjectProperty prop)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.io.simple
 

Methods in org.semanticweb.owl.io.simple with parameters of type OWLObjectProperty
 void DescriptionRenderer.visit(OWLObjectProperty node)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLObjectProperty
 OWLObjectProperty OWLOntology.getObjectProperty(URI uri)
          getObjectProperty Retrieves a ObjectProperty with a given uri
 OWLObjectProperty OWLObjectRestriction.getObjectProperty()
          Returns the OWLObjectProperty that the restriction applies to.
 OWLObjectProperty OWLObjectPropertyInstance.getProperty()
           
 OWLObjectProperty OWLDataFactory.getOWLObjectProperty(URI uri)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLObjectProperty
 void OWLObjectVisitor.visit(OWLObjectProperty node)
           
 void OWLEntityVisitor.visit(OWLObjectProperty entity)
           
 OWLObjectAllRestriction OWLDataFactory.getOWLObjectAllRestriction(OWLObjectProperty prop, OWLDescription filler)
           
 OWLObjectCardinalityRestriction OWLDataFactory.getOWLObjectCardinalityRestriction(OWLObjectProperty prop, int atLeast, int atMost)
           
 OWLObjectCardinalityRestriction OWLDataFactory.getOWLObjectCardinalityAtLeastRestriction(OWLObjectProperty prop, int atLeast)
           
 OWLObjectCardinalityRestriction OWLDataFactory.getOWLObjectCardinalityAtMostRestriction(OWLObjectProperty prop, int atMost)
           
 OWLObjectSomeRestriction OWLDataFactory.getOWLObjectSomeRestriction(OWLObjectProperty prop, OWLDescription filler)
           
 OWLObjectValueRestriction OWLDataFactory.getOWLObjectValueRestriction(OWLObjectProperty prop, OWLIndividual filler)
           
 OWLObjectPropertyInstance OWLDataFactory.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
          Method getOWLOntology.
 

Uses of OWLObjectProperty in org.semanticweb.owl.model.change
 

Methods in org.semanticweb.owl.model.change that return OWLObjectProperty
 OWLObjectProperty SetTransitive.getProperty()
          The entity that should be added.
 OWLObjectProperty SetSymmetric.getProperty()
          The entity that should be added.
 OWLObjectProperty SetOneToOne.getProperty()
          The entity that should be added.
 OWLObjectProperty SetInverseFunctional.getProperty()
          The entity that should be added.
 OWLObjectProperty AddObjectPropertyRange.getProperty()
          The property.
 OWLObjectProperty AddObjectPropertyInstance.getProperty()
           
 OWLObjectProperty AddInverse.getProperty()
          The entity that should be added.
 OWLObjectProperty AddInverse.getInverse()
           
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLObjectProperty
SetTransitive(OWLOntology ontology, OWLObjectProperty property, boolean transitive, OntologyChange cause)
           
SetSymmetric(OWLOntology ontology, OWLObjectProperty property, boolean symmetric, OntologyChange cause)
           
SetOneToOne(OWLOntology ontology, OWLObjectProperty property, boolean oneToOne, OntologyChange cause)
           
SetInverseFunctional(OWLOntology ontology, OWLObjectProperty property, boolean inverseFunctional, OntologyChange cause)
           
AddObjectPropertyRange(OWLOntology ontology, OWLObjectProperty property, OWLDescription range, OntologyChange cause)
           
AddObjectPropertyInstance(OWLOntology ontology, OWLIndividual subject, OWLObjectProperty property, OWLIndividual object, OntologyChange cause)
           
AddInverse(OWLOntology ontology, OWLObjectProperty property, OWLObjectProperty inverse, OntologyChange cause)
           
AddInverse(OWLOntology ontology, OWLObjectProperty property, OWLObjectProperty inverse, OntologyChange cause)
           
 

Uses of OWLObjectProperty in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper that return OWLObjectProperty
 OWLObjectProperty OWLBuilder.getObjectProperty(URI id)
          Returns the object property corresponding to id in the current ontology.
 OWLObjectProperty OWLBuilder.addObjectProperty(URI id)
          Adds the object property identified by id to the current ontology.
 OWLObjectProperty OWLBuilder.addInverse(OWLObjectProperty property, URI inverseId)
          Adds the inverse object property identified by inverseId to property (and to the current ontology).
 OWLObjectProperty OWLBuilder.ObjectPropertyValue.getProperty()
          Get the Property value.
static OWLObjectProperty OntologyHelper.getObjectPropertyNamed(OWLOntology ontology, URI uri)
           
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLObjectProperty
 void OWLObjectVisitorAdapter.visit(OWLObjectProperty node)
           
 void OWLEntityCollector.visit(OWLObjectProperty node)
           
 OWLObjectProperty OWLBuilder.addInverse(OWLObjectProperty property, URI inverseId)
          Adds the inverse object property identified by inverseId to property (and to the current ontology).
 void OWLBuilder.setPropertyType(OWLObjectProperty property, int type)
          Sets property to type.
 void OWLBuilder.addObjectPropertyRange(OWLObjectProperty property, OWLDescription range)
          Adds range to property.
 OWLRestriction OWLBuilder.getRestriction(OWLObjectProperty property, OWLBuilder.RestrictionComponent component)
          Returns the OWLRestriction for property corresponding to the RestrictionComponent component.
 OWLRestriction OWLBuilder.getRestriction(OWLObjectProperty property, OWLBuilder.CardinalityComponent cComponent)
          Returns the OWLRestriction for property corresponding to the CardinalityComponent cComponent.
 OWLRestriction OWLBuilder.getRestriction(OWLObjectProperty property, OWLBuilder.DescriptionComponent dComponent)
          Returns the OWLRestriction for property corresponding to the DescriptionComponent dComponent.
 void ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLObjectProperty node)
           
 

Constructors in org.semanticweb.owl.model.helper with parameters of type OWLObjectProperty
OWLBuilder.ObjectPropertyValue(OWLObjectProperty property, OWLIndividual individual)
          Creates a new ObjectPropertyValue instance and sets property and individual.
 

Uses of OWLObjectProperty in uk.ac.man.cs.img.owl.io.dig1_0
 

Methods in uk.ac.man.cs.img.owl.io.dig1_0 with parameters of type OWLObjectProperty
 void RenderingVisitor.visit(OWLObjectProperty prop)
           
 

Uses of OWLObjectProperty in uk.ac.man.cs.img.owl.io.fact
 

Methods in uk.ac.man.cs.img.owl.io.fact with parameters of type OWLObjectProperty
 void RenderingVisitor.visit(OWLObjectProperty prop)
           
 

Uses of OWLObjectProperty in uk.ac.man.cs.img.owl.io.factplus
 

Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLObjectProperty
 void RenderingVisitor.visit(OWLObjectProperty prop)
           
 

Uses of OWLObjectProperty in uk.ac.man.cs.img.owl.io.html
 

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLObjectProperty
 void RenderingVisitor.visit(OWLObjectProperty prop)
           
 void OntologyRenderer.renderObjectProperty(OWLObjectProperty prop, PrintWriter pw, Linker linker)
           
 

Uses of OWLObjectProperty in uk.ac.man.cs.img.owl.io.tptp
 

Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLObjectProperty
 void RenderingVisitor.visit(OWLObjectProperty prop)
           
 



WonderWeb