- rangeClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which is represented by a class.
- rangeClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which is represented by a class.
- rangeDataRestriction(Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Range
-
- rangeExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over an exact cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over an exact cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over an exact cardinality of object properties
in a specific ontological class range
- rangeExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over an exact cardinality of object properties
in a specific ontological class range
- rangeMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over a maximal cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over a maximal cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over a maximal cardinality of object properties
in a specific ontological class range
- rangeMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over a maximal cardinality of object properties
in a specific ontological class range
- rangeMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over a minimal cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over a minimal cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over a minimal cardinality of object properties
in a specific ontological class range
- rangeMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over a minimal cardinality of object properties
in a specific ontological class range
- rangeOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over an universal cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over an universal cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over an universal cardinality of object properties
in a specific ontological class range
- rangeOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over an universal cardinality of object properties
in a specific ontological class range
- rangeSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over an existential cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific
EntitySet
)
which restricts over an existential cardinality of data properties
in a specific range of data type based on:
DescriptorGroundInterface.getOWLDataType(Class)
.
- rangeSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over an existential cardinality of object properties
in a specific ontological class range
- rangeSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
Creates a new object property range restriction
(to be in conjunction with the others in the specific EntitySet
)
which restricts over an existential cardinality of object properties
in a specific ontological class range
- rangeTest() - Method in class it.emarolab.owloop.descriptorDebugging.FullDataPropertyDescTest
-
- rangeTest() - Method in class it.emarolab.owloop.descriptorDebugging.FullObjectPropertyDescTest
-
- readAxioms() - Method in class it.emarolab.owloop.articleExamples.exampleDescriptors.DefClassDesc
-
- readAxioms() - Method in class it.emarolab.owloop.articleExamples.exampleDescriptors.DefSubClassDesc
-
- readAxioms() - Method in class it.emarolab.owloop.articleExamples.exampleDescriptors.ObjectLinkIndividualDesc
-
- readAxioms() - Method in class it.emarolab.owloop.articleExamples.exampleDescriptors.TypeIndividualDesc
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Axiom.Descriptor
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Class.Disjoint
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Class.Equivalent
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Class.Instance
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Class.Restriction
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Class.Sub
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Class.Super
-
- readAxioms() - Method in interface it.emarolab.owloop.core.DataProperty.Disjoint
-
- readAxioms() - Method in interface it.emarolab.owloop.core.DataProperty.Domain
-
- readAxioms() - Method in interface it.emarolab.owloop.core.DataProperty.Equivalent
-
- readAxioms() - Method in interface it.emarolab.owloop.core.DataProperty.Range
-
- readAxioms() - Method in interface it.emarolab.owloop.core.DataProperty.Sub
-
- readAxioms() - Method in interface it.emarolab.owloop.core.DataProperty.Super
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Individual.DataLink
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Individual.Disjoint
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Individual.Equivalent
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Individual.ObjectLink
-
- readAxioms() - Method in interface it.emarolab.owloop.core.Individual.Type
-
- readAxioms() - Method in interface it.emarolab.owloop.core.ObjectProperty.Disjoint
-
- readAxioms() - Method in interface it.emarolab.owloop.core.ObjectProperty.Domain
-
- readAxioms() - Method in interface it.emarolab.owloop.core.ObjectProperty.Equivalent
-
- readAxioms() - Method in interface it.emarolab.owloop.core.ObjectProperty.Inverse
-
- readAxioms() - Method in interface it.emarolab.owloop.core.ObjectProperty.Range
-
- readAxioms() - Method in interface it.emarolab.owloop.core.ObjectProperty.Sub
-
- readAxioms() - Method in interface it.emarolab.owloop.core.ObjectProperty.Super
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.classDescriptor.FullClassDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.classDescriptor.HierarchicalClassDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.classDescriptor.InstanceClassDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.DomainRangeDataPropertyDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.FullDataPropertyDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.HierarchicalDataPropertyDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.individualDescriptor.FullIndividualDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.individualDescriptor.LinkIndividualDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.individualDescriptor.TypeIndividualDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.DomainRangeObjectPropertyDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.FullObjectPropertyDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.HierarchicalObjectPropertyDesc
-
- readAxioms() - Method in class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- reason() - Method in interface it.emarolab.owloop.core.Axiom.Ground
-
Perform reasoning in the ontology described by
Axiom.Ground
object.
- reason() - Method in class it.emarolab.owloop.descriptor.construction.descriptorGround.DescriptorGround
-
- reason() - Method in class it.emarolab.owloop.descriptor.construction.descriptorGround.DescriptorGroundInterface.GroundInstance
-
- reason() - Method in interface it.emarolab.owloop.descriptor.construction.descriptorGround.DescriptorGroundInterface
-
It calls OWLReferences.synchronizeReasoner()
in order to performs
reasoning over the actual state of the ontology.
- remove(Object) - Method in class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.DescriptorEntitySet.ExpressionEntitySetBase
-
It removes an entri from the ExpressionEntitySet
.
- RemoveAxioms - Class in it.emarolab.owloop.articleExamples.example3
-
An example to illustrate how to remove axioms from an ontology.
- RemoveAxioms() - Constructor for class it.emarolab.owloop.articleExamples.example3.RemoveAxioms
-
- removeClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeData(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
- removeData(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
- removeData(String, Object) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Remove the ExpressionEntity#getExpression()
of the given dataProperty, with a specific value, from this
Descriptor
.
- removeData(OWLDataProperty, OWLLiteral) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Remove the ExpressionEntity#getExpression()
of the given dataProperty, with a specific value, from this
Descriptor
.
- removeData(OWLDataProperty, Set<OWLLiteral>) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
- removeDisjointClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointClasses()}.remove( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to remove a class (given by name) from the EntitySet
list.
- removeDisjointClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointClasses()}.remove( cl)
in order to remove a class in the EntitySet
list.
- removeDisjointDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointDataProperties()}.remove( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to remove a data property (given by name) from the EntitySet
list.
- removeDisjointDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointDataProperties()}.remove( property)
in order to remove a data property in the EntitySet
list.
- removeDisjointIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointIndividuals()}.remove( {@link #getOntologyReference()}.getOWLIndividual( individualName))
in order to remove an individualDescriptor (given by name) from the EntitySet
list.
- removeDisjointIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointIndividuals()}.remove( dataProperty)
in order to remove a class in the EntitySet
list.
- removeDisjointObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointObjectProperties()}.remove( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to remove an object property (given by name) from the EntitySet
list.
- removeDisjointObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointObjectProperties()}.remove( property)
in order to remove an object property in the EntitySet
list.
- removeDomainClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- removeDomainSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeDomainSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- removeEmptyDataProprtySet() - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
- removeEquivalentClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentClasses()}.remove( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to remove a class (given by name) from the EntitySet
list.
- removeEquivalentClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentClasses()}.remove( cl)
in order to remove a class in the EntitySet
list.
- removeEquivalentDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentDataProperties()}.remove( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to remove a data property (given by name) from the EntitySet
list.
- removeEquivalentDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentDataProperties()}.remove( property)
in order to remove a data property in the EntitySet
list.
- removeEquivalentIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentIndividuals()}.remove( {@link #getOntologyReference()}.getOWLIndividual( individualName))
in order to remove an individualDescriptor (given by name) from the EntitySet
list.
- removeEquivalentIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentIndividuals()}.remove( individualDescriptor)
in order to remove a class in the EntitySet
list.
- removeEquivalentObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentObjectProperties()}.remove( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to remove an object property (given by name) from the EntitySet
list.
- removeEquivalentObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentObjectProperties()}.remove( property)
in order to remove an object property in the EntitySet
list.
- removeExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Instance
-
It is an helper that just calls:
{@link #getIndividuals()}.remove( {@link #getOntologyReference()}.getOWLIndividual( propertyName))
in order to remove an individualDescriptor (given by name) from the EntitySet
list.
- removeIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Instance
-
It is an helper that just calls:
{@link #getIndividuals()}.remove( individualDescriptor)
in order to remove an individualDescriptor in the EntitySet
list.
- removeInverseObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Inverse
-
It is an helper that just calls:
{@link #getInverseObjectProperties()}.remove( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to remove an object property (given by name) from the EntitySet
list.
- removeInverseObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Inverse
-
It is an helper that just calls:
{@link #getInverseObjectProperties()}.remove( property)
in order to remove an object property in the EntitySet
list.
- removeMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeObject(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
- removeObject(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
- removeObject(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Remove the ExpressionEntity#getExpression()
of the given objectProperty, with a specific value, from this
Descriptor
.
- removeObject(OWLObjectProperty, OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Remove the ExpressionEntity#getExpression()
of the given objectProperty, with a specific value, from this
Descriptor
.
- removeObject(OWLObjectProperty, Set<OWLNamedIndividual>) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Remove the ExpressionEntity#getExpression()
of the given objectProperty, with specific values, from this
Descriptor
.
- removeOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeOnlyObjectRestrcition(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeOnlyObjectRestrcition(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeRangeClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeDataRestriction(Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Range
-
- removeRangeExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeRangeSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- removeSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeSomeObjectRestrcition(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeSomeObjectRestrcition(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- removeSubClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Sub
-
It is an helper that just calls:
{@link #getSubClasses()}.remove( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to remove a class (given by name) from the EntitySet
list.
- removeSubClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Sub
-
It is an helper that just calls:
{@link #getSubClasses()}.remove( cl)
in order to remove a class in the EntitySet
list.
- removeSubDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubDataProperties()}.remove( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to remove a data property (given by name) from the EntitySet
list.
- removeSubDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubDataProperties()}.remove( property)
in order to remove a data property in the EntitySet
list.
- removeSubObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubObjectProperties()}.remove( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to remove an object property (given by name) from the EntitySet
list.
- removeSubObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubObjectProperties()}.remove( property)
in order to remove an object property in the EntitySet
list.
- removeSuperClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Super
-
It is an helper that just calls:
{@link #getSuperClasses()}.remove( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to remove a class (given by name) from the EntitySet
list.
- removeSuperClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Super
-
It is an helper that just calls:
{@link #getSuperClasses()}.remove( cl)
in order to remove a class in the EntitySet
list.
- removeSuperDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperDataProperties()}.remove( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to remove a data property (given by name) from the EntitySet
list.
- removeSuperDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperDataProperties()}.remove( property)
in order to remove a data property in the EntitySet
list.
- removeSuperObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperObjectProperties()}.remove( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to remove an object property (given by name) from the EntitySet
list.
- removeSuperObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperObjectProperties()}.remove( property)
in order to remove an object property in the EntitySet
list.
- removeTypeIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Type
-
It is an helper that just calls:
{@link #getTypes()}.remove( {@link #getOntologyReference()}.getOWLClass( className))
in order to remove a class (given by name) from the EntitySet
list.
- removeTypeIndividual(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Type
-
It is an helper that just calls:
{@link #getTypes()}.remove( individualDescriptor)
in order to remove a class in the EntitySet
list.
- remvoveClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- RestrictionClassDesc - Class in it.emarolab.owloop.descriptor.utility.classDescriptor
-
This is an example of a 'compound' Class Descriptor that implements 4 ClassExpression (aka
ClassExpression
) interfaces:
ClassExpression.Equivalent
: to describe that a Class is equivalent to another Class.
ClassExpression.Disjoint
: to describe that a Class is disjoint to another Class.
ClassExpression.Instance
: to describe an Individual of a Class.
EquivalentRestriction
: to describe the EquivalentTo restrictions of a Class..
See
FullClassDesc
for an example of a 'compound' Class Descriptor that implements all ClassExpressions (aka
ClassExpression
).
- RestrictionClassDesc(OWLClass, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionClassDesc(String, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionClassDesc(OWLClass, String) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionClassDesc(OWLClass, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionClassDesc(OWLClass, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionClassDesc(String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionClassDesc(String, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionClassDesc(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.classDescriptor.RestrictionClassDesc
-
- RestrictionDataPropertyDesc - Class in it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor
-
This is an example of a 'compound' DataProperty Descriptor which implements 2
DataPropertyExpression
interfaces:
DataPropertyExpression.Equivalent
: to describe that a DataProperty is equivalent to another DataProperty.
DataPropertyExpression.Disjoint
: to describe that a DataProperty is disjoint to another DataProperty.
See
FullDataPropertyDesc
for an example of a 'compound' DataProperty Descriptor that implements all DataPropertyExpressions.
- RestrictionDataPropertyDesc(OWLDataProperty, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionDataPropertyDesc(String, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionDataPropertyDesc(OWLDataProperty, String) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionDataPropertyDesc(OWLDataProperty, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionDataPropertyDesc(OWLDataProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionDataPropertyDesc(String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionDataPropertyDesc(String, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionDataPropertyDesc(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.dataPropertyDescriptor.RestrictionDataPropertyDesc
-
- RestrictionIndividualDesc - Class in it.emarolab.owloop.descriptor.utility.individualDescriptor
-
This is an example of a 'compound' Individual Descriptor which implements 2
IndividualExpression
interfaces:
IndividualExpression.Equivalent
: to describe an Individual same-as another Individual.
IndividualExpression.Disjoint
: to describe an Individual different from another Individual.
See
FullIndividualDesc
for an example of a 'compound' Individual Descriptor that implements all IndividualExpressions.
- RestrictionIndividualDesc(OWLNamedIndividual, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionIndividualDesc(String, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionIndividualDesc(OWLNamedIndividual, String) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionIndividualDesc(OWLNamedIndividual, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionIndividualDesc(OWLNamedIndividual, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionIndividualDesc(String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionIndividualDesc(String, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionIndividualDesc(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.individualDescriptor.RestrictionIndividualDesc
-
- RestrictionObjectPropertyDesc - Class in it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor
-
This is an example of a 'compound' ObjectProperty Descriptor which implements 3
ObjectPropertyExpression
interfaces:
ObjectPropertyExpression.Equivalent
: to describe that an ObjectProperty is equivalent to another ObjectProperty.
ObjectPropertyExpression.Disjoint
: to describe that an ObjectProperty is disjoint to another ObjectProperty.
ObjectPropertyExpression.Inverse
: to describe that an ObjectProperty has another inverse ObjectProperty.
See
FullObjectPropertyDesc
for an example of a 'compound' Individual Descriptor that implements all ObjectPropertyExpressions.
- RestrictionObjectPropertyDesc(OWLObjectProperty, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- RestrictionObjectPropertyDesc(String, OWLReferences) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- RestrictionObjectPropertyDesc(OWLObjectProperty, String) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- RestrictionObjectPropertyDesc(OWLObjectProperty, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- RestrictionObjectPropertyDesc(OWLObjectProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- RestrictionObjectPropertyDesc(String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- RestrictionObjectPropertyDesc(String, String, String, String) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- RestrictionObjectPropertyDesc(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor.RestrictionObjectPropertyDesc
-
- Restrictions - Class in it.emarolab.owloop.descriptor.construction.descriptorEntitySet
-
- Restrictions() - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.Restrictions
-
- Restrictions(Collection<? extends SemanticRestriction>) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.Restrictions
-
- Restrictions(int, float) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.Restrictions
-
- Restrictions(int) - Constructor for class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.Restrictions
-
- RoomClassDesc - Class in it.emarolab.owloop.articleExamples.exampleDescriptors
-
Extends LocationClassDesc.
- RoomClassDesc(OWLReferences) - Constructor for class it.emarolab.owloop.articleExamples.exampleDescriptors.RoomClassDesc
-