Uses of Interface
org.semanticweb.owlapi.model.OWLPropertyExpression
Packages that use OWLPropertyExpression
Package
Description
Binding package.
Manchester OWL syntax parser and renderer.
Main API classes.
Axiom provider classes.
Utilities package.
OWL API reference implementation package.
-
Uses of OWLPropertyExpression in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLPropertyExpressionModifier and TypeMethodDescriptionstatic OWLHasKeyAxiom
OWLFunctionalSyntaxFactory.HasKey
(Collection<OWLAnnotation> a, OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) static OWLHasKeyAxiom
OWLFunctionalSyntaxFactory.HasKey
(OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) -
Uses of OWLPropertyExpression in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return types with arguments of type OWLPropertyExpression -
Uses of OWLPropertyExpression in org.semanticweb.owlapi.model
Classes in org.semanticweb.owlapi.model with type parameters of type OWLPropertyExpressionModifier and TypeInterfaceDescriptioninterface
OWLNaryPropertyAxiom<P extends OWLPropertyExpression>
interface
OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,
O extends OWLPropertyAssertionObject> Represents an Assertion in the OWL 2 specification.interface
OWLPropertyDomainAxiom<P extends OWLPropertyExpression>
Represents ObjectPropertyDomain axioms in the OWL 2 specification.interface
OWLPropertyRangeAxiom<P extends OWLPropertyExpression,
R extends OWLPropertyRange> Represents ObjectPropertyRange axioms in the OWL 2 specification.interface
OWLSubPropertyAxiom<P extends OWLPropertyExpression>
interface
OWLUnaryPropertyAxiom<P extends OWLPropertyExpression>
Subinterfaces of OWLPropertyExpression in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents an AnnotationProperty in the OWL 2 specification.interface
Represents a Data Property in the OWL 2 Specification.interface
A high level interface to describe different types of data properties.interface
Represents a ObjectInverseOf Represents the inverse of a property expression.interface
Represents an Object Property in the OWL 2 Specification.interface
interface
A marker interface for properties that aren't expression i.e.Methods in org.semanticweb.owlapi.model that return OWLPropertyExpressionMethods in org.semanticweb.owlapi.model that return types with arguments of type OWLPropertyExpressionModifier and TypeMethodDescriptiondefault Set
<OWLPropertyExpression> OWLHasKeyAxiom.getPropertyExpressions()
Gets the set of property expressions that form the key.OWLHasKeyAxiom.propertyExpressions()
-
Uses of OWLPropertyExpression in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders with parameters of type OWLPropertyExpressionModifier and TypeMethodDescriptiondefault OWLHasKeyAxiom
HasKeyAxiomProvider.getOWLHasKeyAxiom
(OWLClassExpression ce, OWLPropertyExpression... properties) Method parameters in org.semanticweb.owlapi.model.axiomproviders with type arguments of type OWLPropertyExpressionModifier and TypeMethodDescriptiondefault OWLHasKeyAxiom
HasKeyAxiomProvider.getOWLHasKeyAxiom
(OWLClassExpression ce, Collection<? extends OWLPropertyExpression> properties) HasKeyAxiomProvider.getOWLHasKeyAxiom
(OWLClassExpression ce, Collection<? extends OWLPropertyExpression> objectProperties, Collection<OWLAnnotation> annotations) -
Uses of OWLPropertyExpression in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return types with arguments of type OWLPropertyExpressionConstructor parameters in org.semanticweb.owlapi.util with type arguments of type OWLPropertyExpressionModifierConstructorDescriptionPropertyAssertionValueShortFormProvider
(List<OWLPropertyExpression> properties, Map<OWLDataPropertyExpression, List<String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider) Constructs a property value short form provider.PropertyAssertionValueShortFormProvider
(List<OWLPropertyExpression> properties, Map<OWLDataPropertyExpression, List<String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider) Constructs a property value short form provider. -
Uses of OWLPropertyExpression in org.semanticweb.owlapi.util.mansyntax
Methods in org.semanticweb.owlapi.util.mansyntax that return types with arguments of type OWLPropertyExpression -
Uses of OWLPropertyExpression in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi with type parameters of type OWLPropertyExpressionModifier and TypeClassDescriptionclass
OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,
O extends OWLPropertyAssertionObject> class
OWLNaryPropertyAxiomImpl<P extends OWLPropertyExpression>
class
OWLPropertyDomainAxiomImpl<P extends OWLPropertyExpression>
class
OWLPropertyRangeAxiomImpl<P extends OWLPropertyExpression,
R extends OWLPropertyRange> class
OWLSubPropertyAxiomImpl<P extends OWLPropertyExpression>
class
OWLUnaryPropertyAxiomImpl<P extends OWLPropertyExpression>
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLPropertyExpressionModifier and TypeClassDescriptionclass
class
class
class
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLPropertyExpressionModifier and TypeMethodDescriptionOWLHasKeyAxiomImpl.getOperandsAsList()
OWLHasKeyAxiomImpl.operands()
OWLHasKeyAxiomImpl.propertyExpressions()
Method parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLPropertyExpressionModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLHasKeyAxiom
(OWLClassExpression ce, Collection<? extends OWLPropertyExpression> objectProperties, Collection<OWLAnnotation> annotations) Constructor parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLPropertyExpressionModifierConstructorDescriptionOWLHasKeyAxiomImpl
(OWLClassExpression expression, Collection<? extends OWLPropertyExpression> propertyExpressions, Collection<OWLAnnotation> annotations)