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

M

MORAxioms.AxiomsBase<T> - Class in it.emarolab.owloop.aMORDescriptor
The base interface for all the MORAxioms that extends Semantic.Axioms or Semantic.SemanticAxioms.
MORAxioms.Concepts - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for OWLClass.
MORAxioms.DataLinks - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for OWLDataProperty.
MORAxioms.DataSemantic - Class in it.emarolab.owloop.aMORDescriptor
An implementation of Semantic.SemanticAxiom for ontological data properties.
MORAxioms.DataSemantics - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for Semantic.SemanticAxioms for data properties.
MORAxioms.Individuals - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for OWLNamedIndividual.
MORAxioms.Literals - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for OWLLiteral.
MORAxioms.ObjectLinks - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for OWLObjectProperty.
MORAxioms.ObjectSemantic - Class in it.emarolab.owloop.aMORDescriptor
An implementation of Semantic.SemanticAxiom for ontological object properties.
MORAxioms.ObjectSemantics - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for Semantic.SemanticAxioms for object properties.
MORAxioms.OWLAxiomsBase<T extends org.semanticweb.owlapi.model.OWLObject> - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for type extending OWLObject.
MORAxioms.Restrictions - Class in it.emarolab.owloop.aMORDescriptor
An extension of MORAxioms.AxiomsBase for SemanticRestriction.
MORAxioms.SemanticAxiomsBase<X extends Semantic.SemanticAxiom<S,A>,S extends org.semanticweb.owlapi.model.OWLProperty,A> - Class in it.emarolab.owloop.aMORDescriptor
The base implementation for the Semantic.SemanticAxioms.
MORBase<J extends org.semanticweb.owlapi.model.OWLObject> - Class in it.emarolab.owloop.aMORDescriptor.utility
The base class for Semantic.Descriptor implemented in the aMOR API.
MORClassifyConcept - Class in it.emarolab.owloop.aMORDescriptor.utility.concept
A basic implementation for a concept that classify individuals.
MORConceptBase - Class in it.emarolab.owloop.aMORDescriptor.utility
MORDataPropertyBase - Class in it.emarolab.owloop.aMORDescriptor.utility
MORDefinitionConcept - Class in it.emarolab.owloop.aMORDescriptor.utility.concept
A basic implementation for a concept with equivalent, disjoint classes as well as defining restrictions.
MORDefinitionDataProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.dataProperty
A basic implementation for a data property with equivalent and disjoint properties.
MORDefinitionIndividual - Class in it.emarolab.owloop.aMORDescriptor.utility.individual
A basic implementation for an individual with 'same as' and 'different from' individual description.
MORDefinitionObjectProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.objectProperty
A basic implementation for an object property with equivalent, disjoint and inverse properties.
MORDomainDataProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.dataProperty
A basic implementation for a data property with domain and range restrictions.
MORDomainObjectProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.objectProperty
A basic implementation for an object property with domain and range restrictions.
MORFullConcept - Class in it.emarolab.owloop.aMORDescriptor.utility.concept
The implementation of all the semantic features of a class.
MORFullConceptTest - Class in it.emarolab.owloop.aMORDescriptor.utility.concept
 
MORFullDataProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.dataProperty
The implementation of all the semantic features of a data property.
MORFullDataPropertyTest - Class in it.emarolab.owloop.aMORDescriptor.utility.dataProperty
 
MORFullIndividual - Class in it.emarolab.owloop.aMORDescriptor.utility.individual
The implementation of all the semantic features of an individual.
MORFullIndividualTest - Class in it.emarolab.owloop.aMORDescriptor.utility.individual
 
MORFullObjectProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.objectProperty
The implementation of all the semantic features of an object property.
MORFullObjectPropertyTest - Class in it.emarolab.owloop.aMORDescriptor.utility.objectProperty
 
MORGrounding.ConceptInstance - Class in it.emarolab.owloop.aMORDescriptor
MORGrounding.DataInstance - Class in it.emarolab.owloop.aMORDescriptor
MORGrounding.GroundBase<J extends org.semanticweb.owlapi.model.OWLObject> - Class in it.emarolab.owloop.aMORDescriptor
The base class for each MORGroundings.
MORGrounding.IndividualInstance - Class in it.emarolab.owloop.aMORDescriptor
MORGrounding.ObjectInstance - Class in it.emarolab.owloop.aMORDescriptor
MORHierarchicalConcept - Class in it.emarolab.owloop.aMORDescriptor.utility.concept
A basic implementation for a concept with sub and super concepts.
MORHierarchicalDataProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.dataProperty
A basic implementation for a data property with sub and super properties.
MORHierarchicalObjectProperty - Class in it.emarolab.owloop.aMORDescriptor.utility.objectProperty
A basic implementation for an object property with sub and super properties.
MORIndividualBase - Class in it.emarolab.owloop.aMORDescriptor.utility
 
MORLinkIndividual - Class in it.emarolab.owloop.aMORDescriptor.utility.individual
A basic implementation for an individual that has data and object property values.
MORObjectPropertyBase - Class in it.emarolab.owloop.aMORDescriptor.utility
MORTypeIndividual - Class in it.emarolab.owloop.aMORDescriptor.utility.individual
A basic implementation for an individual that belongs to classes.
MORAxioms - Interface in it.emarolab.owloop.aMORDescriptor
The main interface for Semantic.Axioms implemented in the aMOR API.
MORConcept - Interface in it.emarolab.owloop.aMORDescriptor
The Concept Semantic.Descriptor implementation for OWLClass.
MORConcept.Classify<D extends MORIndividual> - Interface in it.emarolab.owloop.aMORDescriptor
The Concept.Classify Semantic.Descriptor implementation for OWLClass.
MORConcept.Define - Interface in it.emarolab.owloop.aMORDescriptor
The Concept.Define Semantic.Descriptor implementation for OWLClass.
MORConcept.Disjoint<D extends MORConcept> - Interface in it.emarolab.owloop.aMORDescriptor
The Concept.Disjoint Semantic.Descriptor implementation for OWLClass.
MORConcept.Equivalent<D extends MORConcept> - Interface in it.emarolab.owloop.aMORDescriptor
The Concept.Equivalent Semantic.Descriptor implementation for OWLClass.
MORConcept.Sub<D extends MORConcept> - Interface in it.emarolab.owloop.aMORDescriptor
The Concept.Sub Semantic.Descriptor implementation for OWLClass.
MORConcept.Super<D extends MORConcept> - Interface in it.emarolab.owloop.aMORDescriptor
The Concept.Super Semantic.Descriptor implementation for OWLClass.
MORDataProperty - Interface in it.emarolab.owloop.aMORDescriptor
The DataProperty Semantic.Descriptor implementation for OWLDataProperty.
MORDataProperty.Disjoint<D extends MORDataProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The DataProperty.Disjoint Semantic.Descriptor implementation for OWLDataProperty.
MORDataProperty.Domain - Interface in it.emarolab.owloop.aMORDescriptor
The DataProperty.Domain Semantic.Descriptor implementation for OWLDataProperty.
MORDataProperty.Equivalent<D extends MORDataProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The DataProperty.Equivalent Semantic.Descriptor implementation for OWLDataProperty.
MORDataProperty.Range - Interface in it.emarolab.owloop.aMORDescriptor
The DataProperty.Range Semantic.Descriptor implementation for OWLDataProperty.
MORDataProperty.Sub<D extends MORDataProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The DataProperty.Sub Semantic.Descriptor implementation for OWLDataProperty.
MORDataProperty.Super<D extends MORDataProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The DataProperty.Super Semantic.Descriptor implementation for OWLDataProperty.
MORGrounding<J extends org.semanticweb.owlapi.model.OWLObject> - Interface in it.emarolab.owloop.aMORDescriptor
The main interface for Semantic.Ground implemented in the aMOR API.
MORIndividual - Interface in it.emarolab.owloop.aMORDescriptor
The Individual Semantic.Descriptor implementation for OWLNamedIndividual.
MORIndividual.DataLink<D extends MORDataProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The Individual.DataLink Semantic.Descriptor implementation for OWLNamedIndividual.
MORIndividual.Disjoint<D extends MORIndividual> - Interface in it.emarolab.owloop.aMORDescriptor
The Individual.Disjoint Semantic.Descriptor implementation for OWLNamedIndividual.
MORIndividual.Equivalent<D extends MORIndividual> - Interface in it.emarolab.owloop.aMORDescriptor
The Individual.Equivalent Semantic.Descriptor implementation for OWLNamedIndividual.
MORIndividual.ObjectLink<D extends MORObjectProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The Individual.ObjectLink Semantic.Descriptor implementation for OWLNamedIndividual.
MORIndividual.Type<D extends MORConcept> - Interface in it.emarolab.owloop.aMORDescriptor
The Individual.Type Semantic.Descriptor implementation for OWLNamedIndividual.
MORObjectProperty - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty Semantic.Descriptor implementation for OWLObjectProperty.
MORObjectProperty.Disjoint<D extends MORObjectProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty.Disjoint Semantic.Descriptor implementation for OWLObjectProperty.
MORObjectProperty.Domain - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty.Domain Semantic.Descriptor implementation for OWLObjectProperty.
MORObjectProperty.Equivalent<D extends MORObjectProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty.Equivalent Semantic.Descriptor implementation for OWLObjectProperty.
MORObjectProperty.Inverse<D extends MORObjectProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty.Inverse Semantic.Descriptor implementation for OWLObjectProperty.
MORObjectProperty.Range - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty.Range Semantic.Descriptor implementation for OWLObjectProperty.
MORObjectProperty.Sub<D extends MORObjectProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty.Sub Semantic.Descriptor implementation for OWLObjectProperty.
MORObjectProperty.Super<D extends MORObjectProperty> - Interface in it.emarolab.owloop.aMORDescriptor
The ObjectProperty.Super Semantic.Descriptor implementation for OWLObjectProperty.
MappingIntent(I, Semantic.Axioms.SynchronisationIntent) - Constructor for class it.emarolab.owloop.core.Semantic.MappingIntent
Initialise this object during Semantic.Descriptor.readSemantic() without specifying any Semantic.MappingIntent.getOntologyChanges().
MappingIntent(I, Semantic.Axioms.SynchronisationIntent, boolean) - Constructor for class it.emarolab.owloop.core.Semantic.MappingIntent
Initialise this object without specifying any Semantic.MappingIntent.getOntologyChanges().
MappingIntent(I, Semantic.Axioms.SynchronisationIntent, C) - Constructor for class it.emarolab.owloop.core.Semantic.MappingIntent
Initialise this object during Semantic.Descriptor.writeSemantic().
MappingIntent(I, Semantic.Axioms.SynchronisationIntent, C, boolean) - Constructor for class it.emarolab.owloop.core.Semantic.MappingIntent
Fully setGround this object.
MORBase(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORBase(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORBase(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORBase(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORBase(J, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORBase(J, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORBase(J, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORBase(J, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORBase
 
MORClassifyConcept(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORClassifyConcept(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORClassifyConcept(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORClassifyConcept(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORClassifyConcept(OWLClass, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORClassifyConcept(OWLClass, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORClassifyConcept(OWLClass, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORClassifyConcept(OWLClass, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORClassifyConcept
 
MORConceptBase(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORConceptBase(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORConceptBase(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORConceptBase(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORConceptBase(OWLClass, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORConceptBase(OWLClass, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORConceptBase(OWLClass, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORConceptBase(OWLClass, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORConceptBase
 
MORDataPropertyBase(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDataPropertyBase(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDataPropertyBase(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDataPropertyBase(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDataPropertyBase(OWLDataProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDataPropertyBase(OWLDataProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDataPropertyBase(OWLDataProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDataPropertyBase(OWLDataProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORDataPropertyBase
 
MORDefinitionConcept(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionConcept(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionConcept(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionConcept(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionConcept(OWLClass, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionConcept(OWLClass, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionConcept(OWLClass, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionConcept(OWLClass, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORDefinitionConcept
 
MORDefinitionDataProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionDataProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionDataProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionDataProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionDataProperty(OWLDataProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionDataProperty(OWLDataProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionDataProperty(OWLDataProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionDataProperty(OWLDataProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDefinitionDataProperty
 
MORDefinitionIndividual(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionIndividual(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionIndividual(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionIndividual(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionIndividual(OWLNamedIndividual, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionIndividual(OWLNamedIndividual, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionIndividual(OWLNamedIndividual, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionIndividual(OWLNamedIndividual, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORDefinitionIndividual
 
MORDefinitionObjectProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDefinitionObjectProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDefinitionObjectProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDefinitionObjectProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDefinitionObjectProperty(OWLObjectProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDefinitionObjectProperty(OWLObjectProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDefinitionObjectProperty(OWLObjectProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDefinitionObjectProperty(OWLObjectProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDefinitionObjectProperty
 
MORDomainDataProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainDataProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainDataProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainDataProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainDataProperty(OWLDataProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainDataProperty(OWLDataProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainDataProperty(OWLDataProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainDataProperty(OWLDataProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORDomainDataProperty
 
MORDomainObjectProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORDomainObjectProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORDomainObjectProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORDomainObjectProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORDomainObjectProperty(OWLObjectProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORDomainObjectProperty(OWLObjectProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORDomainObjectProperty(OWLObjectProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORDomainObjectProperty(OWLObjectProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORDomainObjectProperty
 
MORFullConcept(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConcept(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConcept(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConcept(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConcept(OWLClass, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConcept(OWLClass, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConcept(OWLClass, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConcept(OWLClass, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConcept
 
MORFullConceptTest() - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORFullConceptTest
 
MORFullDataProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataProperty(OWLDataProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataProperty(OWLDataProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataProperty(OWLDataProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataProperty(OWLDataProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataProperty
 
MORFullDataPropertyTest() - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORFullDataPropertyTest
 
MORFullIndividual(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividual(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividual(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividual(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividual(OWLNamedIndividual, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividual(OWLNamedIndividual, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividual(OWLNamedIndividual, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividual(OWLNamedIndividual, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividual
 
MORFullIndividualTest() - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORFullIndividualTest
 
MORFullObjectProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectProperty(OWLObjectProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectProperty(OWLObjectProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectProperty(OWLObjectProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectProperty(OWLObjectProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectProperty
 
MORFullObjectPropertyTest() - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORFullObjectPropertyTest
 
MORHierarchicalConcept(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalConcept(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalConcept(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalConcept(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalConcept(OWLClass, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalConcept(OWLClass, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalConcept(OWLClass, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalConcept(OWLClass, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.concept.MORHierarchicalConcept
 
MORHierarchicalDataProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalDataProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalDataProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalDataProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalDataProperty(OWLDataProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalDataProperty(OWLDataProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalDataProperty(OWLDataProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalDataProperty(OWLDataProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.dataProperty.MORHierarchicalDataProperty
 
MORHierarchicalObjectProperty(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORHierarchicalObjectProperty(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORHierarchicalObjectProperty(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORHierarchicalObjectProperty(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORHierarchicalObjectProperty(OWLObjectProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORHierarchicalObjectProperty(OWLObjectProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORHierarchicalObjectProperty(OWLObjectProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORHierarchicalObjectProperty(OWLObjectProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.objectProperty.MORHierarchicalObjectProperty
 
MORIndividualBase(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORIndividualBase(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORIndividualBase(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORIndividualBase(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORIndividualBase(OWLNamedIndividual, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORIndividualBase(OWLNamedIndividual, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORIndividualBase(OWLNamedIndividual, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORIndividualBase(OWLNamedIndividual, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORIndividualBase
 
MORLinkIndividual(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORLinkIndividual(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORLinkIndividual(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORLinkIndividual(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORLinkIndividual(OWLNamedIndividual, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORLinkIndividual(OWLNamedIndividual, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORLinkIndividual(OWLNamedIndividual, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORLinkIndividual(OWLNamedIndividual, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORLinkIndividual
 
MORObjectPropertyBase(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORObjectPropertyBase(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORObjectPropertyBase(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORObjectPropertyBase(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORObjectPropertyBase(OWLObjectProperty, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORObjectPropertyBase(OWLObjectProperty, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORObjectPropertyBase(OWLObjectProperty, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORObjectPropertyBase(OWLObjectProperty, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.MORObjectPropertyBase
 
MORTypeIndividual(String, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
MORTypeIndividual(String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
MORTypeIndividual(String, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
MORTypeIndividual(String, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
MORTypeIndividual(OWLNamedIndividual, OWLReferences) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
MORTypeIndividual(OWLNamedIndividual, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
MORTypeIndividual(OWLNamedIndividual, String, String, String) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
MORTypeIndividual(OWLNamedIndividual, String, String, String, boolean) - Constructor for class it.emarolab.owloop.aMORDescriptor.utility.individual.MORTypeIndividual
 
A B C D E G H I L M N O Q R S T W 
Skip navigation links