- activateAMORlogging(boolean) - Method in interface it.emarolab.owloop.core.Axiom.Descriptor
-
This method calls: Logger.setPrintOnConsole(Boolean)
with a given flag parameter.
- activateAMORlogging(boolean) - Static method in class it.emarolab.owloop.core.Axiom.Descriptor.OntologyReference
-
- add(X) - Method in class it.emarolab.owloop.descriptor.construction.descriptorEntitySet.DescriptorEntitySet.ExpressionEntitySetBase
-
This method modifies the standard adding procedure to a set
by looking if the ExpressionEntitySet
already contains
the semantic (i.e.: data or object property) specified in the
input parameter.
- addAxioms - Class in it.emarolab.owloop.articleExamples.example1
-
An example to illustrate how to add axioms to an ontology.
- addAxioms() - Constructor for class it.emarolab.owloop.articleExamples.example1.addAxioms
-
- addClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addData(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
.
- addData(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
.
- addData(String, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
.
- addData(OWLDataProperty, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
.
- addData(String, Object) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
with a particular value.
- addData(OWLDataProperty, OWLLiteral) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
with a particular value.
- addData(String, Object, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
with a particular value.
- addData(OWLDataProperty, OWLLiteral, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
with a particular value.
- addDisjointClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointClasses()}.add( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to add a new class (given by name) in the EntitySet
list.
- addDisjointClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointClasses()}.add( cl)
in order to add a new class in the EntitySet
list.
- addDisjointDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointDataProperties()}.add( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to add a new data property (given by name) in the EntitySet
list.
- addDisjointDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointDataProperties()}.add( property)
in order to add a new data property in the EntitySet
list.
- addDisjointIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointIndividuals()}.add( {@link #getOntologyReference()}.getOWLIndividual( individualName))
in order to add a new individualDescriptor (given by name) in the EntitySet
list.
- addDisjointIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointIndividuals()}.add( individualDescriptor)
in order to add a new individualDescriptor in the EntitySet
list.
- addDisjointObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointObjectProperties()}.add( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to add a new object property (given by name) in the EntitySet
list.
- addDisjointObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Disjoint
-
It is an helper that just calls:
{@link #getDisjointObjectProperties()}.add( property)
in order to add a new object property in the EntitySet
list.
- addDomainClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Domain
-
- addDomainSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addDomainSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Domain
-
- addEquivalentClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentClasses()}.add( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to add a new class (given by name) in the EntitySet
list.
- addEquivalentClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentClasses()}.add( cl)
in order to add a new class in the EntitySet
list.
- addEquivalentDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentDataProperties()}.add( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to add a new data property (given by name) in the EntitySet
list.
- addEquivalentDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentDataProperties()}.add( property)
in order to add a new data property in the EntitySet
list.
- addEquivalentIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentIndividuals()}.add( {@link #getOntologyReference()}.getOWLIndividual( individualName))
in order to add a new individualDescriptor (given by name) in the EntitySet
list.
- addEquivalentIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentIndividuals()}.add( individualDescriptor)
in order to add a new individualDescriptor in the EntitySet
list.
- addEquivalentObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentObjectProperties()}.add( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to add a new object property (given by name) in the EntitySet
list.
- addEquivalentObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Equivalent
-
It is an helper that just calls:
{@link #getEquivalentObjectProperties()}.add( property)
in order to add a new object property in the EntitySet
list.
- addExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Instance
-
It is an helper that just calls:
{@link #getIndividuals()}.add( {@link #getOntologyReference()}.getOWLIndividual( propertyName))
in order to add a new individualDescriptor (given by name) in the EntitySet
list.
- addIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Instance
-
It is an helper that just calls:
{@link #getIndividuals()}.add( individualDescriptor)
in order to add a new individualDescriptor in the EntitySet
list.
- addInverseObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Inverse
-
It is an helper that just calls:
{@link #getInverseObjectProperties()}.add( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to add a new object property (given by name) in the EntitySet
list.
- addInverseObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Inverse
-
It is an helper that just calls:
{@link #getInverseObjectProperties()}.add( property)
in order to add a new object property in the EntitySet
list.
- addMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addObject(OWLDataProperty, Set<OWLLiteral>, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
with a particular set of values.
- addObject(OWLDataProperty, Set<OWLLiteral>) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.DataLink
-
Add a new semantic (i.e.: data dataProperty) to this Descriptor
with a particular set of values.
- addObject(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
.
- addObject(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
.
- addObject(String, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
.
- addObject(OWLObjectProperty, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
.
- addObject(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
with a particular value.
- addObject(OWLObjectProperty, OWLNamedIndividual) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
with a particular value.
- addObject(String, String, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
with a particular value.
- addObject(OWLObjectProperty, OWLNamedIndividual, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
with a particular value.
- addObject(OWLObjectProperty, Set<OWLNamedIndividual>, boolean) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
with a particular set of values.
- addObject(OWLObjectProperty, Set<OWLNamedIndividual>) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.ObjectLink
-
Add a new semantic (i.e.: object objectProperty) to this Descriptor
with a particular set of values.
- addOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addOnlyObjectRestrcition(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addOnlyObjectRestrcition(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addRangeClassRestriction(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeDataRestriction(Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Range
-
- addRangeExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addRangeSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Range
-
- addSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addSomeObjectRestrcition(String, String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addSomeObjectRestrcition(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.EquivalentRestriction
-
- addSubClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Sub
-
It is an helper that just calls:
{@link #getSubClasses()}.add( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to add a new class (given by name) in the EntitySet
list.
- addSubClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Sub
-
It is an helper that just calls:
{@link #getSubClasses()}.add( cl)
in order to add a new class in the EntitySet
list.
- addSubDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubDataProperties()}.add( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to add a new data property (given by name) in the EntitySet
list.
- addSubDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubDataProperties()}.add( property)
in order to add a new data property in the EntitySet
list.
- addSubObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubObjectProperties()}.add( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to add a new object property (given by name) in the EntitySet
list.
- addSubObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Sub
-
It is an helper that just calls:
{@link #getSubObjectProperties()}.add( property)
in order to add a new object property in the EntitySet
list.
- addSuperClass(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Super
-
It is an helper that just calls:
{@link #getSuperClasses()}.add( {@link #getOntologyReference()}.getOWLClass( propertyName))
in order to add a new class (given by name) in the EntitySet
list.
- addSuperClass(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ClassExpression.Super
-
It is an helper that just calls:
{@link #getSuperClasses()}.add( cl)
in order to add a new class in the EntitySet
list.
- addSuperDataProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperDataProperties()}.add( {@link #getOntologyReference()}.getOWLDataProperty( propertyName))
in order to add a new data property (given by name) in the EntitySet
list.
- addSuperDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.DataPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperDataProperties()}.add( property)
in order to add a new data property in the EntitySet
list.
- addSuperObjectProperty(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperObjectProperties()}.add( {@link #getOntologyReference()}.getOWLObjectProperty( objectPropertyName))
in order to add a new object property (given by name) in the EntitySet
list.
- addSuperObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.ObjectPropertyExpression.Super
-
It is an helper that just calls:
{@link #getSuperObjectProperties()}.add( property)
in order to add a new object property in the EntitySet
list.
- addTypeIndividual(String) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Type
-
It is an helper that just calls:
{@link #getTypes()}.add( {@link #getOntologyReference()}.getOWLClass( className))
in order to add a new class (given by name) in the EntitySet
list.
- addTypeIndividual(OWLClass) - Method in interface it.emarolab.owloop.descriptor.construction.descriptorExpression.IndividualExpression.Type
-
It is an helper that just calls:
{@link #getTypes()}.add( cl)
in order to add a new class in the EntitySet
list.
- assertSemantic() - Method in class it.emarolab.owloop.descriptorDebugging.FullClassDescTest
-
- assertSemantic() - Method in class it.emarolab.owloop.descriptorDebugging.FullDataPropertyDescTest
-
- assertSemantic() - Method in class it.emarolab.owloop.descriptorDebugging.FullIndividualDescTest
-
- assertSemantic() - Method in class it.emarolab.owloop.descriptorDebugging.FullObjectPropertyDescTest
-
- Axiom - Interface in it.emarolab.owloop.core
-
This interface is a part of the core of OWLOOP architecture.
- Axiom.Descriptor<O,J> - Interface in it.emarolab.owloop.core
-
Descriptors are OWLOOP representation of axioms.
- Axiom.Descriptor.OntologyReference - Class in it.emarolab.owloop.core
-
To hide a commonly used aMOR class behind OWLOOP API.
- Axiom.EntitySet<Y> - Interface in it.emarolab.owloop.core
-
- Axiom.EntitySet.SynchronisationIntent<E> - Class in it.emarolab.owloop.core
-
- Axiom.ExpressionEntity<S,Y> - Interface in it.emarolab.owloop.core
-
- Axiom.ExpressionEntitySet<F extends Axiom.ExpressionEntity<?,Y>,Y> - Interface in it.emarolab.owloop.core
-
Enables to associate a set of expressions, within which each is associated to an EntitySet.
- Axiom.ExpressionEntitySet.SynchronisationMultiIntent<E extends Axiom.ExpressionEntity<?,Y>,Y> - Class in it.emarolab.owloop.core
-
- Axiom.ExpressionEntitySet.SynchroniseContainedIntent<F extends Axiom.ExpressionEntity<?,Y>,Y> - Class in it.emarolab.owloop.core
-
- Axiom.Ground<O,J> - Interface in it.emarolab.owloop.core
-
Is an OWL entity associated to an ontology.
- Axiom.MappingIntent<I extends Axiom.Ground,C> - Class in it.emarolab.owloop.core
-
The class to track synchronisation changes.