|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OWLObjectPropertyExpression in org.coode.manchesterowlsyntax |
---|
Methods in org.coode.manchesterowlsyntax that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyExpression()
|
OWLObjectPropertyExpression |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyExpression(boolean allowUndeclared)
|
Methods in org.coode.manchesterowlsyntax that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.List<OWLObjectPropertyExpression> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyChain()
|
java.util.Set<OWLObjectPropertyExpression> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyList()
|
Methods in org.coode.manchesterowlsyntax with parameters of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLAxiom> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyCharacteristicList(OWLObjectPropertyExpression prop)
|
Uses of OWLObjectPropertyExpression in org.coode.owl.functionalparser |
---|
Methods in org.coode.owl.functionalparser that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
OWLFunctionalSyntaxParser.InverseObjectProperty()
|
OWLObjectPropertyExpression |
OWLFunctionalSyntaxParser.ObjectPropertyExpression()
|
Methods in org.coode.owl.functionalparser that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLObjectPropertyExpression> |
OWLFunctionalSyntaxParser.ObjectPropertySet()
|
java.util.List<OWLObjectPropertyExpression> |
OWLFunctionalSyntaxParser.SubObjectPropertyChain()
|
Uses of OWLObjectPropertyExpression in org.coode.owl.owlxmlparser |
---|
Methods in org.coode.owl.owlxmlparser that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
AbstractOWLObjectPropertyElementHandler.getOWLObject()
|
Methods in org.coode.owl.owlxmlparser that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.List<OWLObjectPropertyExpression> |
OWLSubObjectPropertyChainElementHandler.getOWLObject()
|
Uses of OWLObjectPropertyExpression in org.coode.owl.rdfxml.parser |
---|
Methods in org.coode.owl.rdfxml.parser that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
OWLObjectPropertyExpressionListItemTranslator.translate(OWLConstant firstObject)
|
OWLObjectPropertyExpression |
ObjectPropertyListItemTranslator.translate(OWLConstant firstObject)
|
OWLObjectPropertyExpression |
OWLObjectPropertyExpressionListItemTranslator.translate(java.net.URI uri)
|
OWLObjectPropertyExpression |
ObjectPropertyListItemTranslator.translate(java.net.URI firstObject)
The rdf:first triple that represents the item to be translated. |
OWLObjectPropertyExpression |
OWLRDFConsumer.translateObjectPropertyExpression(java.net.URI mainNode)
|
Methods in org.coode.owl.rdfxml.parser that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.List<OWLObjectPropertyExpression> |
OWLRDFConsumer.translateToObjectPropertyList(java.net.URI mainNode)
|
Uses of OWLObjectPropertyExpression in org.semanticweb.owl |
---|
Constructors in org.semanticweb.owl with parameters of type OWLObjectPropertyExpression | |
---|---|
AddClassDescriptionClosureAxiom(OWLDataFactory dataFactory,
OWLClass cls,
OWLObjectPropertyExpression property,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
Creates a composite change that will add a closure axiom for a given class along a specified property. |
Uses of OWLObjectPropertyExpression in org.semanticweb.owl.inference |
---|
Methods in org.semanticweb.owl.inference with parameters of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLIndividual> |
OWLIndividualReasoner.getRelatedIndividuals(OWLIndividual subject,
OWLObjectPropertyExpression property)
|
java.util.Set<OWLIndividual> |
NullReasoner.getRelatedIndividuals(OWLIndividual subject,
OWLObjectPropertyExpression property)
|
boolean |
OWLIndividualReasoner.hasObjectPropertyRelationship(OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object)
|
boolean |
NullReasoner.hasObjectPropertyRelationship(OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object)
|
Uses of OWLObjectPropertyExpression in org.semanticweb.owl.model |
---|
Subinterfaces of OWLObjectPropertyExpression in org.semanticweb.owl.model | |
---|---|
interface |
OWLObjectProperty
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. |
Methods in org.semanticweb.owl.model that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
OWLInverseObjectPropertiesAxiom.getFirstProperty()
Gets the first of the two object properties. |
OWLObjectPropertyExpression |
OWLObjectPropertyInverse.getInverse()
Gets the property expression that this is the inverse of. |
OWLObjectPropertyExpression |
OWLObjectPropertyExpression.getInverseProperty()
Obtains the property that corresponds to the inverse of this property. |
OWLObjectPropertyExpression |
OWLInverseObjectPropertiesAxiom.getSecondProperty()
Gets the second of the two object properties. |
OWLObjectPropertyExpression |
OWLObjectPropertyExpression.getSimplified()
Returns this property in its simplified form. |
OWLObjectPropertyExpression |
OWLObjectPropertyChainSubPropertyAxiom.getSuperProperty()
|
Methods in org.semanticweb.owl.model that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLObjectPropertyExpression> |
OWLObjectPropertyExpression.getInverses(OWLOntology ontology)
|
java.util.Set<OWLObjectPropertyExpression> |
OWLObjectPropertyExpression.getInverses(java.util.Set<OWLOntology> ontologies)
|
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLIndividual>> |
OWLIndividual.getNegativeObjectPropertyValues(OWLOntology ontology)
Gets the object property values that are explicitly asserted NOT to hold for this individual |
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLIndividual>> |
OWLIndividual.getObjectPropertyValues(OWLOntology ontology)
Gets the object property values for this individual. |
java.util.List<OWLObjectPropertyExpression> |
OWLObjectPropertyChainSubPropertyAxiom.getPropertyChain()
|
Method parameters in org.semanticweb.owl.model with type arguments of type OWLObjectPropertyExpression | |
---|---|
OWLDisjointObjectPropertiesAxiom |
OWLDataFactory.getOWLDisjointObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
OWLEquivalentObjectPropertiesAxiom |
OWLDataFactory.getOWLEquivalentObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
OWLObjectPropertyChainSubPropertyAxiom |
OWLDataFactory.getOWLObjectPropertyChainSubPropertyAxiom(java.util.List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty)
|
Uses of OWLObjectPropertyExpression in org.semanticweb.owl.profiles |
---|
Methods in org.semanticweb.owl.profiles that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLObjectPropertyExpression> |
OWL2ProfileReport.getNonSimpleRoles()
|
java.util.Set<OWLObjectPropertyExpression> |
OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom.getProperties()
|
java.util.Set<OWLObjectPropertyExpression> |
OWL2ProfileReport.getSimpleRoles()
|
Constructor parameters in org.semanticweb.owl.profiles with type arguments of type OWLObjectPropertyExpression | |
---|---|
OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom(OWLAxiom construct,
java.util.Set<OWLObjectPropertyExpression> properties)
|
|
OWL2ProfileReport(OWLProfile profile,
java.net.URI ontologyURI,
java.util.Set<ConstructNotAllowed> disallowedConstructs,
java.util.Set<OWLObjectPropertyExpression> nonSimpleRoles,
java.util.Set<OWLObjectPropertyExpression> simpleRoles)
|
|
OWL2ProfileReport(OWLProfile profile,
java.net.URI ontologyURI,
java.util.Set<ConstructNotAllowed> disallowedConstructs,
java.util.Set<OWLObjectPropertyExpression> nonSimpleRoles,
java.util.Set<OWLObjectPropertyExpression> simpleRoles)
|
Uses of OWLObjectPropertyExpression in org.semanticweb.owl.util |
---|
Methods in org.semanticweb.owl.util that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
ObjectPropertySimplifier.getSimplified(OWLObjectPropertyExpression prop)
Gets an object property expression in its simplest form. |
Methods in org.semanticweb.owl.util that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLObjectPropertyExpression> |
OWLObjectPropertyManager.getCompositeProperties()
|
java.util.Collection<java.util.Set<OWLObjectPropertyExpression>> |
OWLObjectPropertyManager.getEquivalentObjectProperties()
|
static java.util.Collection<java.util.Set<OWLObjectPropertyExpression>> |
OWLObjectPropertyManager.getEquivalentObjectProperties(java.util.Set<OWLOntology> ontologies)
|
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLObjectPropertyExpression>> |
OWLObjectPropertyManager.getHierarchyReflexiveTransitiveClosure()
|
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLObjectPropertyExpression>> |
OWLObjectPropertyManager.getHierarchyReflexiveTransitiveClosure()
|
java.util.Set<OWLObjectPropertyExpression> |
OWLObjectPropertyManager.getNonSimpleProperties()
|
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLObjectPropertyExpression>> |
OWLObjectPropertyManager.getPropertyHierarchy()
The object property hierarchy relation → is the smallest relation on object property expressions for which the following conditions hold (A → B means that → holds for A and B): if Ax contains an axiom SubObjectPropertyOf(PE1 PE2), then PE1 → PE2 holds; and if Ax contains an axiom EquivalentObjectProperties(PE1 PE2), then PE1 → PE2 and PE2 → PE1 hold; and if Ax contains an axiom InverseObjectProperties(PE1 PE2), then PE1 → INV(PE2) and INV(PE2) → PE1 hold; and if Ax contains an axiom SymmetricObjectProperty(PE), then PE → INV(PE) holds; and if PE1 → PE2 holds, then INV(PE1) → INV(PE2) holds as well. |
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLObjectPropertyExpression>> |
OWLObjectPropertyManager.getPropertyHierarchy()
The object property hierarchy relation → is the smallest relation on object property expressions for which the following conditions hold (A → B means that → holds for A and B): if Ax contains an axiom SubObjectPropertyOf(PE1 PE2), then PE1 → PE2 holds; and if Ax contains an axiom EquivalentObjectProperties(PE1 PE2), then PE1 → PE2 and PE2 → PE1 hold; and if Ax contains an axiom InverseObjectProperties(PE1 PE2), then PE1 → INV(PE2) and INV(PE2) → PE1 hold; and if Ax contains an axiom SymmetricObjectProperty(PE), then PE → INV(PE) holds; and if PE1 → PE2 holds, then INV(PE1) → INV(PE2) holds as well. |
Methods in org.semanticweb.owl.util with parameters of type OWLObjectPropertyExpression | |
---|---|
boolean |
OWLReasonerMediator.checkDefined(OWLObjectPropertyExpression prop)
|
java.util.Set<OWLIndividual> |
OWLReasonerMediator.getRelatedIndividuals(OWLIndividual subject,
OWLObjectPropertyExpression property)
|
OWLObjectPropertyExpression |
ObjectPropertySimplifier.getSimplified(OWLObjectPropertyExpression prop)
Gets an object property expression in its simplest form. |
boolean |
OWLReasonerMediator.hasObjectPropertyRelationship(OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object)
|
boolean |
OWLObjectPropertyManager.isComposite(OWLObjectPropertyExpression expression)
An object property expression PE is composite in Ax if Ax contains an axiom of the form SubObjectPropertyOf(SubObjectPropertyChain(PE1 ... |
boolean |
OWLObjectPropertyManager.isNonSimple(OWLObjectPropertyExpression expression)
The relation →* is the reflexive-transitive closure of →. |
static void |
OWLObjectPropertyManager.tarjan(java.util.Set<OWLOntology> ontologies,
OWLObjectPropertyExpression prop,
int index,
java.util.Stack<OWLObjectPropertyExpression> stack,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> indexMap,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> lowlinkMap,
java.util.Set<java.util.Set<OWLObjectPropertyExpression>> result,
java.util.Set<OWLObjectPropertyExpression> processed,
java.util.Set<OWLObjectPropertyExpression> stackProps)
|
Method parameters in org.semanticweb.owl.util with type arguments of type OWLObjectPropertyExpression | |
---|---|
static void |
OWLObjectPropertyManager.tarjan(java.util.Set<OWLOntology> ontologies,
OWLObjectPropertyExpression prop,
int index,
java.util.Stack<OWLObjectPropertyExpression> stack,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> indexMap,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> lowlinkMap,
java.util.Set<java.util.Set<OWLObjectPropertyExpression>> result,
java.util.Set<OWLObjectPropertyExpression> processed,
java.util.Set<OWLObjectPropertyExpression> stackProps)
|
static void |
OWLObjectPropertyManager.tarjan(java.util.Set<OWLOntology> ontologies,
OWLObjectPropertyExpression prop,
int index,
java.util.Stack<OWLObjectPropertyExpression> stack,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> indexMap,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> lowlinkMap,
java.util.Set<java.util.Set<OWLObjectPropertyExpression>> result,
java.util.Set<OWLObjectPropertyExpression> processed,
java.util.Set<OWLObjectPropertyExpression> stackProps)
|
static void |
OWLObjectPropertyManager.tarjan(java.util.Set<OWLOntology> ontologies,
OWLObjectPropertyExpression prop,
int index,
java.util.Stack<OWLObjectPropertyExpression> stack,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> indexMap,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> lowlinkMap,
java.util.Set<java.util.Set<OWLObjectPropertyExpression>> result,
java.util.Set<OWLObjectPropertyExpression> processed,
java.util.Set<OWLObjectPropertyExpression> stackProps)
|
static void |
OWLObjectPropertyManager.tarjan(java.util.Set<OWLOntology> ontologies,
OWLObjectPropertyExpression prop,
int index,
java.util.Stack<OWLObjectPropertyExpression> stack,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> indexMap,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> lowlinkMap,
java.util.Set<java.util.Set<OWLObjectPropertyExpression>> result,
java.util.Set<OWLObjectPropertyExpression> processed,
java.util.Set<OWLObjectPropertyExpression> stackProps)
|
static void |
OWLObjectPropertyManager.tarjan(java.util.Set<OWLOntology> ontologies,
OWLObjectPropertyExpression prop,
int index,
java.util.Stack<OWLObjectPropertyExpression> stack,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> indexMap,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> lowlinkMap,
java.util.Set<java.util.Set<OWLObjectPropertyExpression>> result,
java.util.Set<OWLObjectPropertyExpression> processed,
java.util.Set<OWLObjectPropertyExpression> stackProps)
|
static void |
OWLObjectPropertyManager.tarjan(java.util.Set<OWLOntology> ontologies,
OWLObjectPropertyExpression prop,
int index,
java.util.Stack<OWLObjectPropertyExpression> stack,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> indexMap,
java.util.Map<OWLObjectPropertyExpression,java.lang.Integer> lowlinkMap,
java.util.Set<java.util.Set<OWLObjectPropertyExpression>> result,
java.util.Set<OWLObjectPropertyExpression> processed,
java.util.Set<OWLObjectPropertyExpression> stackProps)
|
Uses of OWLObjectPropertyExpression in uk.ac.manchester.cs.owl |
---|
Classes in uk.ac.manchester.cs.owl that implement OWLObjectPropertyExpression | |
---|---|
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 |
Methods in uk.ac.manchester.cs.owl that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
OWLInverseObjectPropertiesAxiomImpl.getFirstProperty()
|
OWLObjectPropertyExpression |
OWLObjectPropertyInverseImpl.getInverse()
|
OWLObjectPropertyExpression |
OWLObjectPropertyExpressionImpl.getInverseProperty()
|
OWLObjectPropertyExpression |
OWLObjectPropertyCharacteristicAxiomImpl.getProperty()
|
OWLObjectPropertyExpression |
OWLInverseObjectPropertiesAxiomImpl.getSecondProperty()
|
OWLObjectPropertyExpression |
OWLObjectPropertyExpressionImpl.getSimplified()
|
OWLObjectPropertyExpression |
OWLObjectPropertyChainSubPropertyAxiomImpl.getSuperProperty()
|
Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLObjectPropertyExpression> |
OWLObjectPropertyExpressionImpl.getInverses(OWLOntology ontology)
|
java.util.Set<OWLObjectPropertyExpression> |
OWLObjectPropertyExpressionImpl.getInverses(java.util.Set<OWLOntology> ontologies)
|
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLIndividual>> |
OWLIndividualImpl.getNegativeObjectPropertyValues(OWLOntology ontology)
|
java.util.Map<OWLObjectPropertyExpression,java.util.Set<OWLIndividual>> |
OWLIndividualImpl.getObjectPropertyValues(OWLOntology ontology)
|
java.util.List<OWLObjectPropertyExpression> |
OWLObjectPropertyChainSubPropertyAxiomImpl.getPropertyChain()
|
Method parameters in uk.ac.manchester.cs.owl with type arguments of type OWLObjectPropertyExpression | |
---|---|
OWLDisjointObjectPropertiesAxiom |
OWLDataFactoryImpl.getOWLDisjointObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
OWLEquivalentObjectPropertiesAxiom |
OWLDataFactoryImpl.getOWLEquivalentObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
OWLObjectPropertyChainSubPropertyAxiom |
OWLDataFactoryImpl.getOWLObjectPropertyChainSubPropertyAxiom(java.util.List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty)
|
Constructor parameters in uk.ac.manchester.cs.owl with type arguments of type OWLObjectPropertyExpression | |
---|---|
OWLDisjointObjectPropertiesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
|
OWLEquivalentObjectPropertiesAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLObjectPropertyExpression> properties)
|
|
OWLObjectPropertyChainSubPropertyAxiomImpl(OWLDataFactory dataFactory,
java.util.List<? extends OWLObjectPropertyExpression> propertyChain,
OWLObjectPropertyExpression superProperty)
|
Uses of OWLObjectPropertyExpression in uk.ac.manchester.cs.owl.dlsyntax.parser |
---|
Methods in uk.ac.manchester.cs.owl.dlsyntax.parser that return OWLObjectPropertyExpression | |
---|---|
OWLObjectPropertyExpression |
DLSyntaxParser.parseObjectPropertyId()
|
Uses of OWLObjectPropertyExpression in uk.ac.manchester.cs.owl.inference.dig11 |
---|
Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLObjectPropertyExpression | |
---|---|
java.util.Set<OWLIndividual> |
DIGReasoner.getRelatedIndividuals(OWLIndividual subject,
OWLObjectPropertyExpression property)
|
boolean |
DIGReasoner.hasObjectPropertyRelationship(OWLIndividual subject,
OWLObjectPropertyExpression property,
OWLIndividual object)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |