Modifier and Type | Method and Description |
---|---|
static OWLInverseObjectPropertiesAxiom |
OWLFunctionalSyntaxFactory.InverseObjectProperties(OWLObjectPropertyExpression peA,
OWLObjectPropertyExpression peB) |
Modifier and Type | Method and Description |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
KRSS2ObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Field and Description |
---|---|
static AxiomType<OWLInverseObjectPropertiesAxiom> |
AxiomType.INVERSE_OBJECT_PROPERTIES
InverseObjectProperties.
|
Modifier and Type | Method and Description |
---|---|
OWLInverseObjectPropertiesAxiom |
OWLInverseObjectPropertiesAxiom.getAxiomWithoutAnnotations() |
Modifier and Type | Method and Description |
---|---|
Collection<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiom.asPairwiseAxioms() |
default Set<OWLInverseObjectPropertiesAxiom> |
OWLAxiomIndex.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLInverseObjectPropertiesAxiom objects where the specified property is
contained in the set returned by OWLNaryPropertyAxiom.properties() . |
default Stream<OWLInverseObjectPropertiesAxiom> |
OWLAxiomIndex.inverseObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLInverseObjectPropertiesAxiom objects where the specified property is
contained in the stream returned by OWLNaryPropertyAxiom.properties() . |
Collection<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiom.splitToAnnotatedPairs() |
Modifier and Type | Method and Description |
---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
Modifier and Type | Method and Description |
---|---|
default OWLInverseObjectPropertiesAxiom |
InverseAxiomProvider.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty) |
OWLInverseObjectPropertiesAxiom |
InverseAxiomProvider.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
Collection<OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileVisitor.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static Stream<OWLObjectPropertyExpression> |
Searcher.inverse(Stream<OWLInverseObjectPropertiesAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve inverses from a collection of inverse axioms.
|
Modifier and Type | Method and Description |
---|---|
OWLInverseObjectPropertiesAxiom |
OWLObjectDuplicator.visit(OWLInverseObjectPropertiesAxiom ax) |
OWLInverseObjectPropertiesAxiom |
OWLObjectDesharer.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
StructureWalker.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
SimpleRendererDebug.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
SimpleRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
OWLInverseObjectPropertiesAxiom |
OWLObjectDuplicator.visit(OWLInverseObjectPropertiesAxiom ax) |
OWLInverseObjectPropertiesAxiom |
OWLObjectDesharer.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLInverseObjectPropertiesAxiom ax) |
Boolean |
HornAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom) |
O |
DelegatingObjectVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLInverseObjectPropertiesAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLInverseObjectPropertiesAxiom |
BuilderInverseObjectProperties.buildObject() |
Constructor and Description |
---|
BuilderInverseObjectProperties(OWLInverseObjectPropertiesAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Modifier and Type | Method and Description |
---|---|
void |
SyntacticLocalityChecker.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Class and Description |
---|---|
class |
OWLInverseObjectPropertiesAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLInverseObjectPropertiesAxiom |
OWLInverseObjectPropertiesAxiomImpl.getAxiomWithoutAnnotations() |
OWLInverseObjectPropertiesAxiom |
OWLDataFactoryImpl.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
Collection<OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Collection<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiomImpl.asPairwiseAxioms() |
Collection<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiomImpl.splitToAnnotatedPairs() |
Modifier and Type | Method and Description |
---|---|
Stream<K> |
InitVisitorFactory.InitCollectionVisitor.visit(OWLInverseObjectPropertiesAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLInverseObjectPropertiesAxiom> |
ConcurrentOWLOntologyImpl.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression owlObjectPropertyExpression) |
Stream<OWLInverseObjectPropertiesAxiom> |
ConcurrentOWLOntologyImpl.inverseObjectPropertyAxioms(OWLObjectPropertyExpression property) |
Copyright © 2020 The University of Manchester. All rights reserved.