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

Packages that use OWLPropertyExpression
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.owl.functionalrenderer   
org.coode.owl.owlxmlparser   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
 

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

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLPropertyExpression
 void KRSS2OWLObjectRenderer.write(OWLPropertyExpression obj)
           
 

Uses of OWLPropertyExpression in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLPropertyExpression
 void OWLObjectRenderer.writePropertyCharacteristic(OWLXMLVocabulary v, OWLAxiom ax, OWLPropertyExpression prop)
           
 

Uses of OWLPropertyExpression in org.coode.owl.owlxmlparser
 

Classes in org.coode.owl.owlxmlparser with type parameters of type OWLPropertyExpression
 class AbstractOWLAssertionAxiomElementHandler<P extends OWLPropertyExpression,O extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006

 class AbstractRestrictionElementHandler<P extends OWLPropertyExpression,F extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006

 

Uses of OWLPropertyExpression in org.semanticweb.owl.model
 

Classes in org.semanticweb.owl.model with type parameters of type OWLPropertyExpression
 interface OWLCardinalityRestriction<P extends OWLPropertyExpression,F extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLNaryPropertyAxiom<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLProperty<P extends OWLPropertyExpression,R extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Jan-2007

A marker interface for properties that aren't expression i.e.
 interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 An individual relationship axiom describes a relationship of the form Property(Subject, Object) i.e.
 interface OWLPropertyDomainAxiom<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLPropertyExpression<P extends OWLPropertyExpression,R extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006

Represents a property or possibly the inverse of a property.

 interface OWLPropertyRangeAxiom<P extends OWLPropertyExpression,R extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLQuantifiedRestriction<P extends OWLPropertyExpression,F extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 25-Oct-2006
 interface OWLRestriction<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents a restriction.
 interface OWLSubPropertyAxiom<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLUnaryPropertyAxiom<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 25-Oct-2006
 interface OWLValueRestriction<P extends OWLPropertyExpression,V extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 

Subinterfaces of OWLPropertyExpression in org.semanticweb.owl.model
 interface OWLDataProperty
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLDataPropertyExpression
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 A high level interface to describe different types of data properties.
 interface OWLObjectProperty
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLObjectPropertyExpression
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLObjectPropertyInverse
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents the inverse of a property expression.
 interface OWLProperty<P extends OWLPropertyExpression,R extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Jan-2007

A marker interface for properties that aren't expression i.e.
 

Uses of OWLPropertyExpression in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return types with arguments of type OWLPropertyExpression
 java.util.List<OWLPropertyExpression> PropertyAssertionValueShortFormProvider.getProperties()
           
 

Methods in org.semanticweb.owl.util with parameters of type OWLPropertyExpression
 int OWLDescriptionComparator.OWLPropertyExpressionComparator.compareObjects(OWLPropertyExpression o1, OWLPropertyExpression o2)
           
 int OWLDescriptionComparator.OWLPropertyExpressionComparator.compareObjects(OWLPropertyExpression o1, OWLPropertyExpression o2)
           
 

Constructor parameters in org.semanticweb.owl.util with type arguments of type OWLPropertyExpression
PropertyAssertionValueShortFormProvider(java.util.List<OWLPropertyExpression> properties, java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider)
          Constructs a property value short form provider.
PropertyAssertionValueShortFormProvider(java.util.List<OWLPropertyExpression> properties, java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider)
          Constructs a property value short form provider.
 

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

Classes in uk.ac.manchester.cs.owl with type parameters of type OWLPropertyExpression
 class OWLCardinalityRestrictionImpl<P extends OWLPropertyExpression,F extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,O extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLNaryPropertyAxiomImpl<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLPropertyDomainAxiomImpl<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLPropertyExpressionImpl<P extends OWLPropertyExpression,R extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLPropertyRangeAxiomImpl<P extends OWLPropertyExpression,R extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLQuantifiedRestrictionImpl<P extends OWLPropertyExpression,F extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLRestrictionImpl<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLSubPropertyAxiomImpl<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLUnaryPropertyAxiomImpl<P extends OWLPropertyExpression>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLValueRestrictionImpl<P extends OWLPropertyExpression,V extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

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

 class OWLObjectPropertyExpressionImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLObjectPropertyImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLObjectPropertyInverseImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLPropertyExpressionImpl<P extends OWLPropertyExpression,R extends OWLPropertyRange>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006