A B C D E G H I L M N O Q R S T W 

A

AxiomsBase() - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.AxiomsBase
Instanciate this Semantic.Axioms as an empty HashSet.
AxiomsBase(int) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.AxiomsBase
Instanciate this Semantic.Axioms as a HashSet with a given initial size.
AxiomsBase(int, float) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.AxiomsBase
Instanciate this Semantic.Axioms as a HashSet with a given initial size and load factor.
AxiomsBase(Collection<? extends T>) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.AxiomsBase
Instanciate this Semantic.Axioms as a HashSet containing the given value.
add(X) - Method in class it.emarolab.owloop.aMORDescriptor.MORAxioms.SemanticAxiomsBase
This method modifies the standard adding procedure to a set by looking if the Semantic.SemanticAxioms already contains the semantic (i.e.: data or object property) specified in the input parameter.
addClassRestriction(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addData(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor.
addData(String, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor.
addData(String, Object) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor with a particular value.
addData(String, Object, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor with a particular value.
addData(OWLDataProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor.
addData(OWLDataProperty, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor.
addData(OWLDataProperty, OWLLiteral) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor with a particular value.
addData(OWLDataProperty, OWLLiteral, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor with a particular value.
addDisjointConcept(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Disjoint
It is an helper that just calls: {@link #getDisjointConcept()}.add( {@link #getOntology()}.getOWLClass( propertyName)) in order to add a new class (given by name) in the Semantic.Axioms list.
addDisjointConcept(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Disjoint
It is an helper that just calls: {@link #getDisjointConcept()}.add( cl) in order to add a new class in the Semantic.Axioms list.
addDisjointDataProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Disjoint
It is an helper that just calls: {@link #getDisjointDataProperty()}.add( {@link #getOntology()}.getOWLDataProperty( propertyName)) in order to add a new data property (given by name) in the Semantic.Axioms list.
addDisjointDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Disjoint
It is an helper that just calls: {@link #getDisjointDataProperty()}.add( property) in order to add a new data property in the Semantic.Axioms list.
addDisjointIndividual(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.Disjoint
It is an helper that just calls: {@link #getDisjointIndividual()}.add( {@link #getOntology()}.getOWLIndividual( individualName)) in order to add a new individual (given by name) in the Semantic.Axioms list.
addDisjointIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.Disjoint
It is an helper that just calls: {@link #getDisjointIndividual()}.add( individual) in order to add a new individual in the Semantic.Axioms list.
addDisjointObjectProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Disjoint
It is an helper that just calls: {@link #getDisjointObjectProperty()}.add( {@link #getOntology()}.getOWLObjectProperty( propertyName)) in order to add a new object property (given by name) in the Semantic.Axioms list.
addDisjointObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Disjoint
It is an helper that just calls: {@link #getDisjointObjectProperty()}.add( property) in order to add a new object property in the Semantic.Axioms list.
addDomainClassRestriction(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainClassRestriction(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addDomainSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Domain
addDomainSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Domain
addEquivalentConcept(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Equivalent
It is an helper that just calls: {@link #getEquivalentConcept()}.add( {@link #getOntology()}.getOWLClass( propertyName)) in order to add a new class (given by name) in the Semantic.Axioms list.
addEquivalentConcept(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Equivalent
It is an helper that just calls: {@link #getEquivalentConcept()}.add( cl) in order to add a new class in the Semantic.Axioms list.
addEquivalentDataProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Equivalent
It is an helper that just calls: {@link #getEquivalentDataProperty()}.add( {@link #getOntology()}.getOWLDataProperty( propertyName)) in order to add a new data property (given by name) in the Semantic.Axioms list.
addEquivalentDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Equivalent
It is an helper that just calls: {@link #getEquivalentDataProperty()}.add( property) in order to add a new data property in the Semantic.Axioms list.
addEquivalentIndividual(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.Equivalent
It is an helper that just calls: {@link #getEquivalentIndividual()}.add( {@link #getOntology()}.getOWLIndividual( individualName)) in order to add a new individual (given by name) in the Semantic.Axioms list.
addEquivalentIndividual(OWLNamedIndividual) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.Equivalent
It is an helper that just calls: {@link #getEquivalentIndividual()}.add( individual) in order to add a new individual in the Semantic.Axioms list.
addEquivalentObjectProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Equivalent
It is an helper that just calls: {@link #getEquivalentObjectProperty()}.add( {@link #getOntology()}.getOWLObjectProperty( propertyName)) in order to add a new object property (given by name) in the Semantic.Axioms list.
addEquivalentObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Equivalent
It is an helper that just calls: {@link #getEquivalentObjectProperty()}.add( property) in order to add a new object property in the Semantic.Axioms list.
addExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addIndividualClassified(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Classify
It is an helper that just calls: {@link #getIndividualClassified()}.add( {@link #getOntology()}.getOWLIndividual( propertyName)) in order to add a new individual (given by name) in the Semantic.Axioms list.
addIndividualClassified(OWLNamedIndividual) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Classify
It is an helper that just calls: {@link #getIndividualClassified()}.add( individual) in order to add a new individual in the Semantic.Axioms list.
addInverseObjectProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Inverse
It is an helper that just calls: {@link #getInverseObjectProperty()}.add( {@link #getOntology()}.getOWLObjectProperty( propertyName)) in order to add a new object property (given by name) in the Semantic.Axioms list.
addInverseObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Inverse
It is an helper that just calls: {@link #getInverseObjectProperty()}.add( property) in order to add a new object property in the Semantic.Axioms list.
addMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addObject(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor.
addObject(String, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor.
addObject(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor with a particular value.
addObject(String, String, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor with a particular value.
addObject(OWLDataProperty, Set<OWLLiteral>) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor with a particular set of values.
addObject(OWLDataProperty, Set<OWLLiteral>, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.DataLink
Add a new semantic (i.e.: data property) to this Semantic.Descriptor with a particular set of values.
addObject(OWLObjectProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor.
addObject(OWLObjectProperty, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor.
addObject(OWLObjectProperty, Set<OWLNamedIndividual>) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor with a particular set of values.
addObject(OWLObjectProperty, Set<OWLNamedIndividual>, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor with a particular set of values.
addObject(OWLObjectProperty, OWLNamedIndividual) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor with a particular value.
addObject(OWLObjectProperty, OWLNamedIndividual, boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.ObjectLink
Add a new semantic (i.e.: object property) to this Semantic.Descriptor with a particular value.
addOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addOnlyObjectRestrcition(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addOnlyObjectRestrcition(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addRangeClassRestriction(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeDataRestriction(Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Range
addRangeExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addRangeSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Range
addSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addSomeObjectRestrcition(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addSomeObjectRestrcition(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
addSubConcept(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Sub
It is an helper that just calls: {@link #getSubConcept()}.add( {@link #getOntology()}.getOWLClass( propertyName)) in order to add a new class (given by name) in the Semantic.Axioms list.
addSubConcept(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Sub
It is an helper that just calls: {@link #getSubConcept()}.add( cl) in order to add a new class in the Semantic.Axioms list.
addSubDataProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Sub
It is an helper that just calls: {@link #getSubDataProperty()}.add( {@link #getOntology()}.getOWLDataProperty( propertyName)) in order to add a new data property (given by name) in the Semantic.Axioms list.
addSubDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Sub
It is an helper that just calls: {@link #getSubDataProperty()}.add( property) in order to add a new data property in the Semantic.Axioms list.
addSubObjectProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Sub
It is an helper that just calls: {@link #getSubObjectProperty()}.add( {@link #getOntology()}.getOWLObjectProperty( propertyName)) in order to add a new object property (given by name) in the Semantic.Axioms list.
addSubObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Sub
It is an helper that just calls: {@link #getSubObjectProperty()}.add( property) in order to add a new object property in the Semantic.Axioms list.
addSuperConcept(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Super
It is an helper that just calls: {@link #getSuperConcept()}.add( {@link #getOntology()}.getOWLClass( propertyName)) in order to add a new class (given by name) in the Semantic.Axioms list.
addSuperConcept(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Super
It is an helper that just calls: {@link #getSuperConcept()}.add( cl) in order to add a new class in the Semantic.Axioms list.
addSuperDataProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Super
It is an helper that just calls: {@link #getSuperDataProperty()}.add( {@link #getOntology()}.getOWLDataProperty( propertyName)) in order to add a new data property (given by name) in the Semantic.Axioms list.
addSuperDataProperty(OWLDataProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORDataProperty.Super
It is an helper that just calls: {@link #getSuperDataProperty()}.add( property) in order to add a new data property in the Semantic.Axioms list.
addSuperObjectProperty(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Super
It is an helper that just calls: {@link #getSuperObjectProperty()}.add( {@link #getOntology()}.getOWLObjectProperty( propertyName)) in order to add a new object property (given by name) in the Semantic.Axioms list.
addSuperObjectProperty(OWLObjectProperty) - Method in interface it.emarolab.owloop.aMORDescriptor.MORObjectProperty.Super
It is an helper that just calls: {@link #getSuperObjectProperty()}.add( property) in order to add a new object property in the Semantic.Axioms list.
addTypeIndividual(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.Type
It is an helper that just calls: {@link #getTypeIndividual()}.add( {@link #getOntology()}.getOWLClass( className)) in order to add a new class (given by name) in the Semantic.Axioms list.
addTypeIndividual(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORIndividual.Type
It is an helper that just calls: {@link #getTypeIndividual()}.add( cl) in order to add a new class in the Semantic.Axioms list.
aMORlogging(boolean) - Method in interface it.emarolab.owloop.aMORDescriptor.MORGrounding
This method calls: Logger.setPrintOnConsole(Boolean) with a given flag parameter.
assertSemantic() - Method in class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConceptTest
 
assertSemantic() - Method in class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataPropertyTest
 
assertSemantic() - Method in class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividualTest
 
assertSemantic() - Method in class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectPropertyTest
 
A B C D E G H I L M N O Q R S T W 
Skip navigation links