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

C

Concept<O,J> - Interface in it.emarolab.owloop.core
The main interface for ontological Class Semantic.Descriptor.
Concept.Classify<O,J,Y,D extends Individual<O,Y>> - Interface in it.emarolab.owloop.core
The Semantic.Descriptor for individuals of an ontological class.
Concept.Define<O,J,Y> - Interface in it.emarolab.owloop.core
The Semantic.Descriptor for the definition of an ontological class.
Concept.Disjoint<O,J,D extends Concept<O,J>> - Interface in it.emarolab.owloop.core
The Semantic.Descriptor for disjointed classes of an ontological class.
Concept.Equivalent<O,J,D extends Concept<O,J>> - Interface in it.emarolab.owloop.core
The Semantic.Descriptor for equivalent classes of an ontological class.
Concept.Sub<O,J,D extends Concept<O,J>> - Interface in it.emarolab.owloop.core
The Semantic.Descriptor for sub classes of an ontological class.
Concept.Super<O,J,D extends Concept<O,J>> - Interface in it.emarolab.owloop.core
The Semantic.Descriptor for super classes of an ontological class.
ConceptInstance(OWLReferences, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORGrounding.ConceptInstance
Fully instanciate this class
ConceptInstance(OWLReferences, OWLClass) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORGrounding.ConceptInstance
Fully instanciate this class
ConceptInstance(MORGrounding.ConceptInstance) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORGrounding.ConceptInstance
Copy constructor
Concepts() - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.Concepts
 
Concepts(int) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.Concepts
 
Concepts(int, float) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.Concepts
 
Concepts(Collection<? extends OWLClass>) - Constructor for class it.emarolab.owloop.aMORDescriptor.MORAxioms.Concepts
 
classifyTest() - Method in class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConceptTest
 
copy() - Method in class it.emarolab.owloop.core.Semantic.Axioms.SynchronisationIntent
 
copyGround() - Method in class it.emarolab.owloop.aMORDescriptor.MORGrounding.ConceptInstance
 
copyGround() - Method in class it.emarolab.owloop.aMORDescriptor.MORGrounding.DataInstance
 
copyGround() - Method in class it.emarolab.owloop.aMORDescriptor.MORGrounding.GroundBase
 
copyGround() - Method in class it.emarolab.owloop.aMORDescriptor.MORGrounding.IndividualInstance
 
copyGround() - Method in class it.emarolab.owloop.aMORDescriptor.MORGrounding.ObjectInstance
 
copyGround() - Method in class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
copyGround() - Method in interface it.emarolab.owloop.core.Semantic.Ground
Make a new copyGround of this object.
createClassRestriction(String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which represents an equivalent class.
createClassRestriction(OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which represents an equivalent class.
createExactDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an exact cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createExactDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an exact cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createExactObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an exact cardinality of object properties within in a specific ontological class.
createExactObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an exact cardinality of object properties within in a specific ontological class.
createMaxDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a maximal cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createMaxDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a maximal cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createMaxObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a maximal cardinality of object properties within in a specific ontological class.
createMaxObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a maximal cardinality of object properties within in a specific ontological class.
createMinDataRestriction(String, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a minimal cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createMinDataRestriction(OWLDataProperty, int, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a minimal cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createMinObjectRestriction(String, int, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a minimal cardinality of object properties within in a specific ontological class.
createMinObjectRestriction(OWLObjectProperty, int, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over a minimal cardinality of object properties within in a specific ontological class.
createOnlyDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an universal cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createOnlyDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an universal cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createOnlyObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an universal cardinality of object properties within in a specific ontological class.
createOnlyObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an universal cardinality of object properties within in a specific ontological class.
createSomeDataRestriction(String, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an existential cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createSomeDataRestriction(OWLDataProperty, Class) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an existential cardinality of data properties in a specific range of data type based on: MORGrounding.getOWLDataType(Class).
createSomeObjectRestriction(String, String) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an existential cardinality of object properties within in a specific ontological class.
createSomeObjectRestriction(OWLObjectProperty, OWLClass) - Method in interface it.emarolab.owloop.aMORDescriptor.MORConcept.Define
Creates a new class equivalence restriction (to be in conjunction with the others in the specific Semantic.Axioms) which restricts over an existential cardinality of object properties within in a specific ontological class.
A B C D E G H I L M N O Q R S T W 
Skip navigation links