Index

A B C D E F G H I K L M N O P Q R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values

A

addAnnotation(Ontology, AnnotationProperty, Literal, Member) - Static method in class io.opencaesar.oml.util.OmlWrite
Adds a new annotation with either a literal or reference value (but not both) on a given ontology
addAnnotation(Ontology, IdentifiedElement, AnnotationProperty, Literal, Member) - Static method in class io.opencaesar.oml.util.OmlWrite
Adds a new annotation with either a literal or reference value (but not both) on a given element in the context of a given ontology
addAnnotation(Ontology, IdentifiedElement, String, Literal, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Adds a new annotation with a literal or reference value (but not both) on a given annotated element in the context of a given ontology Note that if the element is already added to an ontology, it is expected to be the same as the given ontology
addAnnotation(Ontology, String, Literal, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Adds a new annotation with a literal or reference value (but not both) on a given ontology
addAnnotation(Ontology, String, String, Literal, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Adds a new annotation with a literal or reference value (but not both) on a a given member (identified by iri) in the context of a given ontology
addAnnotationProperty(Vocabulary, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new annotation property and adds it to the given vocabulary
addAnnotationProperty(Vocabulary, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new annotation property and adds it to the given vocabulary
addAspect(Vocabulary, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new aspect and adds it to the given vocabulary
addAspect(Vocabulary, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new aspect and adds it to the given vocabulary
addBuiltIn(Vocabulary, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a builtIn and adds it to the given vocabulary
addBuiltIn(Vocabulary, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a builtIn and adds it to the given vocabulary
addClassifierEquivalenceAxiom(Vocabulary, Classifier, List<Classifier>) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a classifier equivalence axiom between the sub classifier and super classifiers and adds it to the given vocabulary
addClassifierEquivalenceAxiom(Vocabulary, String, List<String>) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a classifier equivalence axiom between the sub classifier and super classifiers and adds it to the given vocabulary
addConcept(Vocabulary, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new concept and adds it to the given vocabulary
addConcept(Vocabulary, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new concept and adds it to the given vocabulary
addConceptInstance(Description, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a concept instance and adds it to the given description
addConceptInstance(Description, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a concept instance and adds it to the given description
addForwardRelation(RelationEntity, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a forward relation and adds it to the given relation entity
addForwardRelation(RelationEntity, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a forward relation and adds it to the given relation entity
addImport(Ontology, ImportKind, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates an import and adds it to the given ontology
addImport(Ontology, ImportKind, String, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an import and adds it to the given ontology
addImport(Ontology, Ontology) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an import to a given ontology and adds it to a context ontology
addInstanceEnumerationAxiom(Vocabulary, Concept, List<ConceptInstance>) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an instance enumeration axiom and adds it to the given vocabulary
addInstanceEnumerationAxiom(Vocabulary, String, List<String>) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates an instance enumeration axiom and adds it to the given vocabulary
addKeyAxiom(Vocabulary, Entity, List<Property>) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a key axiom and adds it to the given vocabulary
addKeyAxiom(Vocabulary, String, List<String>) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a key axiom and adds it to the given vocabulary
addLiteralEnumerationAxiom(Vocabulary, Scalar, Literal...) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an literal enumeration axiom and adds it to the given vocabulary
addLiteralEnumerationAxiom(Vocabulary, String, Literal...) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates an literal enumeration axiom and adds it to the given vocabulary
addPropertyCardinalityRestrictionAxiom(Vocabulary, Element, SemanticProperty, CardinalityRestrictionKind, int, Type) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property cardinality restriction axiom and adds it to the given vocabulary
addPropertyCardinalityRestrictionAxiom(Vocabulary, Object, String, CardinalityRestrictionKind, int, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property cardinality restriction axiom and adds it to the given vocabulary
addPropertyEquivalenceAxiom(Vocabulary, SpecializableProperty, Property) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property equivalence axiom between the sub property and super property and adds it to the given vocabulary
addPropertyEquivalenceAxiom(Vocabulary, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property equivalence axiom between the sub property and super property and adds it to the given vocabulary
addPropertyRangeRestrictionAxiom(Vocabulary, Element, SemanticProperty, Type, RangeRestrictionKind) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property range restriction axiom and adds it to the given vocabulary
addPropertyRangeRestrictionAxiom(Vocabulary, Object, String, String, RangeRestrictionKind) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property range restriction axiom and adds it to the given vocabulary
addPropertySelfRestrictionAxiom(Vocabulary, Element, Relation) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a self restriction axiom on a relation and adds it to the given vocabulary
addPropertySelfRestrictionAxiom(Vocabulary, Object, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a self restriction axiom on a relation and adds it to the given vocabulary
addPropertyValueAssertion(Ontology, Instance, Relation, NamedInstance) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property value assertion for a relation and adds it to the given ontology.
addPropertyValueAssertion(Ontology, Instance, ScalarProperty, Literal) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property value assertion for a scalar property and adds it to the given ontology.
addPropertyValueAssertion(Ontology, Instance, StructuredProperty, StructureInstance) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property value assertion for a structured property and adds it to the given ontology.
addPropertyValueAssertion(Ontology, Object, String, Literal) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property value assertion for a scalar property and adds it to the given ontology
addPropertyValueAssertion(Ontology, Object, String, StructureInstance) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property value assertion for a structured property and adds it to the given ontology
addPropertyValueAssertion(Ontology, Object, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property value assertion for a relation and adds it to the given ontology
addPropertyValueRestrictionAxiom(Vocabulary, Element, Relation, NamedInstance) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a value restriction axiom on a relation and adds it to the given vocabulary
addPropertyValueRestrictionAxiom(Vocabulary, Element, ScalarProperty, Literal) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property value restriction axiom on a scalar property and adds it to the given vocabulary
addPropertyValueRestrictionAxiom(Vocabulary, Element, StructuredProperty, StructureInstance) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a property value restriction axiom on a structured property and adds it to the given vocabulary
addPropertyValueRestrictionAxiom(Vocabulary, Object, String, Literal) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property value restriction axiom for a scalar property and adds it to the given vocabulary
addPropertyValueRestrictionAxiom(Vocabulary, Object, String, StructureInstance) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property value restriction axiom for a structured property and adds it to the given vocabulary
addPropertyValueRestrictionAxiom(Vocabulary, Object, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property value restriction axiom for a relation and adds it to the given vocabulary
addRelationEntity(Vocabulary, String, List<Entity>, List<Entity>, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new relation entity and adds it to the given vocabulary
addRelationEntity(Vocabulary, String, List<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new relation entity and adds it to the given vocabulary
addRelationInstance(Description, String, List<NamedInstance>, List<NamedInstance>) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a relation instance and adds it to the given description
addRelationInstance(Description, String, List<String>, List<String>) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a relation instance and adds it to the given description
addReverseRelation(RelationBase, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a reverse relation and adds it to the given relation base
addReverseRelation(RelationBase, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a reverse relation and adds it to the given relation base
addRule(Vocabulary, String, Predicate[], Predicate[]) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a rule and adds it to the given vocabulary
addRule(Vocabulary, String, Predicate[], Predicate[]) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a rule and adds it to the given vocabulary
addScalar(Vocabulary, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new scalar and adds it to the given vocabulary
addScalar(Vocabulary, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new scalar and adds it to the given vocabulary
addScalarEquivalenceAxiom(Vocabulary, Scalar, Scalar, Integer, Integer, Integer, String, String, Literal, Literal, Literal, Literal) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a scalar equivalence axiom between the sub scalar and super scalar and adds it to the given vocabulary
addScalarEquivalenceAxiom(Vocabulary, String, String, Integer, Integer, Integer, String, String, Literal, Literal, Literal, Literal) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a scalar equivalence axiom between the sub scalar and super scalar and adds it to the given vocabulary
addScalarProperty(Vocabulary, String, List<Classifier>, List<Scalar>, boolean) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new scalar property and adds it to the given vocabulary
addScalarProperty(Vocabulary, String, List<String>, List<String>, boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new scalar property and adds it to the given vocabulary
addSpecializationAxiom(Vocabulary, Term, Term) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a specialization axiom between two terms and adds it to the given vocabulary
addSpecializationAxiom(Vocabulary, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a specialization axiom between two terms and adds it to the given vocabulary
addStructure(Vocabulary, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new structure and adds it to the given vocabulary
addStructure(Vocabulary, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new structure and adds it to the given vocabulary
addStructuredProperty(Vocabulary, String, List<Classifier>, List<Structure>, boolean) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new structured property and adds it to the given vocabulary
addStructuredProperty(Vocabulary, String, List<String>, List<String>, boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new structured property and adds it to the given vocabulary
addToNewResources(Ontology, URI) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new resource with the given URI and adds the given ontology as its root The new resource will be created in the resource set and added to the set of new resources
addTypeAssertion(Description, NamedInstance, Entity) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a type assertion and adds it to the given description
addTypeAssertion(Description, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a type assertion and adds it to the given description
addUnreifiedRelation(Vocabulary, String, List<Entity>, List<Entity>, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new unreified relation and adds it to the given vocabulary
addUnreifiedRelation(Vocabulary, String, List<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new unreified relation and adds it to the given vocabulary
ALL - Enum constant in enum class io.opencaesar.oml.RangeRestrictionKind
The 'All' literal object.
ALL_VALUE - Static variable in enum class io.opencaesar.oml.RangeRestrictionKind
The 'All' literal value.
Annotation - Interface in io.opencaesar.oml
A representation of the model object 'Annotation'.
ANNOTATION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Annotation' class.
ANNOTATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Annotation' class.
ANNOTATION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ANNOTATION___GET_ANNOTATED_ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Annotated Element' operation.
ANNOTATION___GET_ANNOTATED_ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Annotated Element' operation.
ANNOTATION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ANNOTATION___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
ANNOTATION___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Value' operation.
ANNOTATION__LITERAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Literal Value' containment reference.
ANNOTATION__LITERAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Literal Value' containment reference feature.
ANNOTATION__OWNING_ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Element' container reference.
ANNOTATION__OWNING_ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Element' container reference feature.
ANNOTATION__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
ANNOTATION__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property' reference feature.
ANNOTATION__REFERENCED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Referenced Value' reference.
ANNOTATION__REFERENCED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Referenced Value' reference feature.
ANNOTATION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Annotation' class.
ANNOTATION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Annotation' class.
ANNOTATION_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Annotation Property' class.
ANNOTATION_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Annotation Property' class.
ANNOTATION_PROPERTY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ANNOTATION_PROPERTY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
ANNOTATION_PROPERTY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
ANNOTATION_PROPERTY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ANNOTATION_PROPERTY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
ANNOTATION_PROPERTY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
ANNOTATION_PROPERTY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
ANNOTATION_PROPERTY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
ANNOTATION_PROPERTY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
ANNOTATION_PROPERTY__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
ANNOTATION_PROPERTY__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
ANNOTATION_PROPERTY__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
ANNOTATION_PROPERTY__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
ANNOTATION_PROPERTY__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
ANNOTATION_PROPERTY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Annotation Property' class.
ANNOTATION_PROPERTY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Annotation Property' class.
AnnotationImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Annotation'.
AnnotationImpl() - Constructor for class io.opencaesar.oml.impl.AnnotationImpl
AnnotationProperty - Interface in io.opencaesar.oml
A representation of the model object 'Annotation Property'.
AnnotationProperty - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:AnnotationProperty IRI
AnnotationPropertyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Annotation Property'.
AnnotationPropertyImpl() - Constructor for class io.opencaesar.oml.impl.AnnotationPropertyImpl
antecedent - Variable in class io.opencaesar.oml.impl.RuleImpl
The cached value of the 'Antecedent' containment reference list.
argument - Variable in class io.opencaesar.oml.impl.UnaryPredicateImpl
The cached value of the 'Argument' containment reference.
Argument - Interface in io.opencaesar.oml
A representation of the model object 'Argument'.
ARGUMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Argument' class.
ARGUMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Argument' class.
ARGUMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ARGUMENT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ARGUMENT___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
ARGUMENT___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Value' operation.
ARGUMENT__INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Instance' reference.
ARGUMENT__INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Instance' reference feature.
ARGUMENT__LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Literal' containment reference.
ARGUMENT__LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Literal' containment reference feature.
ARGUMENT__VARIABLE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Variable' attribute.
ARGUMENT__VARIABLE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Variable' attribute feature.
ARGUMENT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Argument' class.
ARGUMENT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Argument' class.
argument1 - Variable in class io.opencaesar.oml.impl.BinaryPredicateImpl
The cached value of the 'Argument1' containment reference.
argument1 - Variable in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
The cached value of the 'Argument1' containment reference.
argument2 - Variable in class io.opencaesar.oml.impl.BinaryPredicateImpl
The cached value of the 'Argument2' containment reference.
argument2 - Variable in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
The cached value of the 'Argument2' containment reference.
ArgumentImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Argument'.
ArgumentImpl() - Constructor for class io.opencaesar.oml.impl.ArgumentImpl
arguments - Variable in class io.opencaesar.oml.impl.BuiltInPredicateImpl
The cached value of the 'Arguments' containment reference list.
Aspect - Interface in io.opencaesar.oml
A representation of the model object 'Aspect'.
Aspect - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:Aspect IRI
ASPECT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Aspect' class.
ASPECT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Aspect' class.
ASPECT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ASPECT___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
ASPECT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
ASPECT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ASPECT___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
ASPECT___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
ASPECT___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
ASPECT__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
ASPECT__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
ASPECT__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
ASPECT__OWNED_KEYS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Keys' containment reference list.
ASPECT__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Restrictions' containment reference list.
ASPECT__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
ASPECT__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
ASPECT__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
ASPECT__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
ASPECT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Aspect' class.
ASPECT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Aspect' class.
AspectImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Aspect'.
AspectImpl() - Constructor for class io.opencaesar.oml.impl.AspectImpl
Assertion - Interface in io.opencaesar.oml
A representation of the model object 'Assertion'.
ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Assertion' class.
ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Assertion' class.
ASSERTION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ASSERTION___GET_OBJECT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Object' operation.
ASSERTION___GET_OBJECT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Object' operation.
ASSERTION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ASSERTION___GET_SUBJECT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Subject' operation.
ASSERTION___GET_SUBJECT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Subject' operation.
ASSERTION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Assertion' class.
ASSERTION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Assertion' class.
AssertionImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Assertion'.
AssertionImpl() - Constructor for class io.opencaesar.oml.impl.AssertionImpl
asymmetric - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Asymmetric' attribute.
asymmetric - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Asymmetric' attribute.
asymmetric - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Asymmetric' attribute.
ASYMMETRIC_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationBaseImpl
The default value of the 'Asymmetric' attribute.
ASYMMETRIC_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationEntityImpl
The default value of the 'Asymmetric' attribute.
ASYMMETRIC_EDEFAULT - Static variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The default value of the 'Asymmetric' attribute.
attachedHelper(EObject) - Method in class io.opencaesar.oml.resource.OmlJsonResource
 
Axiom - Interface in io.opencaesar.oml
A representation of the model object 'Axiom'.
AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Axiom' class.
AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Axiom' class.
AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Axiom' class.
AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Axiom' class.
AxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Axiom'.
AxiomImpl() - Constructor for class io.opencaesar.oml.impl.AxiomImpl

B

basicGetAntecedentRule() - Method in class io.opencaesar.oml.impl.PredicateImpl
basicGetBuiltIn() - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
basicGetConsequentRule() - Method in class io.opencaesar.oml.impl.PredicateImpl
basicGetInstance() - Method in class io.opencaesar.oml.impl.ArgumentImpl
basicGetOwningAssertion() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
basicGetOwningAxiom() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
basicGetOwningAxiom() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
basicGetOwningClassifier() - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
basicGetOwningClassifier() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
basicGetOwningConcept() - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
basicGetOwningDescription() - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
basicGetOwningElement() - Method in class io.opencaesar.oml.impl.AnnotationImpl
basicGetOwningEntity() - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
basicGetOwningInstance() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
basicGetOwningInstance() - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
basicGetOwningOntology() - Method in class io.opencaesar.oml.impl.ImportImpl
basicGetOwningProperty() - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
basicGetOwningScalar() - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
basicGetOwningScalar() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
basicGetOwningTerm() - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
basicGetOwningVocabulary() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
basicGetOwningVocabulary() - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
basicGetOwningVocabulary() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
basicGetOwningVocabulary() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
basicGetOwningVocabulary() - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
basicGetProperty() - Method in class io.opencaesar.oml.impl.AnnotationImpl
basicGetProperty() - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
basicGetProperty() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
basicGetProperty() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
basicGetRange() - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
basicGetRange() - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.AspectImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.BuiltInImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.ConceptImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.RuleImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.ScalarImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.StructureImpl
basicGetRef() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
basicGetReferencedValue() - Method in class io.opencaesar.oml.impl.AnnotationImpl
basicGetReferencedValue() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
basicGetReferencedValue() - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
basicGetRelationBase() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
basicGetRelationEntity() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
basicGetSuperProperty() - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
basicGetSuperScalar() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
basicGetSuperTerm() - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
basicGetType() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
basicGetType() - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
basicGetType() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
basicGetType() - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
basicGetType() - Method in class io.opencaesar.oml.impl.TypePredicateImpl
basicSetAntecedentRule(Rule, NotificationChain) - Method in class io.opencaesar.oml.impl.PredicateImpl
basicSetArgument(Argument, NotificationChain) - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
basicSetArgument1(Argument, NotificationChain) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
basicSetArgument1(Argument, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
basicSetArgument2(Argument, NotificationChain) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
basicSetArgument2(Argument, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
basicSetConsequentRule(Rule, NotificationChain) - Method in class io.opencaesar.oml.impl.PredicateImpl
basicSetContainedValue(StructureInstance, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
basicSetContainedValue(StructureInstance, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
basicSetForwardRelation(ForwardRelation, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
basicSetLiteral(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.ArgumentImpl
basicSetLiteralValue(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.AnnotationImpl
basicSetLiteralValue(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
basicSetLiteralValue(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
basicSetMaxExclusive(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
basicSetMaxInclusive(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
basicSetMinExclusive(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
basicSetMinInclusive(Literal, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
basicSetOwnedEnumeration(InstanceEnumerationAxiom, NotificationChain) - Method in class io.opencaesar.oml.impl.ConceptImpl
basicSetOwnedEnumeration(LiteralEnumerationAxiom, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarImpl
basicSetOwningAssertion(PropertyValueAssertion, NotificationChain) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
basicSetOwningAxiom(ClassifierEquivalenceAxiom, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
basicSetOwningAxiom(PropertyValueRestrictionAxiom, NotificationChain) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
basicSetOwningClassifier(Classifier, NotificationChain) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
basicSetOwningClassifier(Classifier, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
basicSetOwningConcept(Concept, NotificationChain) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
basicSetOwningDescription(Description, NotificationChain) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
basicSetOwningElement(IdentifiedElement, NotificationChain) - Method in class io.opencaesar.oml.impl.AnnotationImpl
basicSetOwningEntity(Entity, NotificationChain) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
basicSetOwningInstance(Instance, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
basicSetOwningInstance(NamedInstance, NotificationChain) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
basicSetOwningOntology(Ontology, NotificationChain) - Method in class io.opencaesar.oml.impl.ImportImpl
basicSetOwningProperty(SpecializableProperty, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
basicSetOwningScalar(Scalar, NotificationChain) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
basicSetOwningScalar(Scalar, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
basicSetOwningTerm(SpecializableTerm, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
basicSetOwningVocabulary(Vocabulary, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
basicSetOwningVocabulary(Vocabulary, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
basicSetOwningVocabulary(Vocabulary, NotificationChain) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
basicSetOwningVocabulary(Vocabulary, NotificationChain) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
basicSetOwningVocabulary(Vocabulary, NotificationChain) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
basicSetRelationBase(RelationBase, NotificationChain) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
basicSetRelationEntity(RelationEntity, NotificationChain) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
basicSetReverseRelation(ReverseRelation, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
basicSetReverseRelation(ReverseRelation, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
basicSetReverseRelation(ReverseRelation, NotificationChain) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
BINARY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Binary Predicate' class.
BINARY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Binary Predicate' class.
BINARY_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
BINARY_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
BINARY_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
BINARY_PREDICATE__ARGUMENT1 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument1' containment reference.
BINARY_PREDICATE__ARGUMENT1 - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Argument1' containment reference feature.
BINARY_PREDICATE__ARGUMENT2 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument2' containment reference.
BINARY_PREDICATE__ARGUMENT2 - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Argument2' containment reference feature.
BINARY_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
BINARY_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Binary Predicate' class.
BINARY_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Binary Predicate' class.
BinaryPredicate - Interface in io.opencaesar.oml
A representation of the model object 'Binary Predicate'.
BinaryPredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Binary Predicate'.
BinaryPredicateImpl() - Constructor for class io.opencaesar.oml.impl.BinaryPredicateImpl
BOOLEAN_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Boolean Literal' class.
BOOLEAN_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Boolean Literal' class.
BOOLEAN_LITERAL___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
BOOLEAN_LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Lexical Value' operation.
BOOLEAN_LITERAL___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
BOOLEAN_LITERAL___GET_STRING_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get String Value' operation.
BOOLEAN_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Type Iri' operation.
BOOLEAN_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Type Iri' operation.
BOOLEAN_LITERAL___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
BOOLEAN_LITERAL___IS_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Value' operation.
BOOLEAN_LITERAL___IS_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Value' operation.
BOOLEAN_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Value' attribute.
BOOLEAN_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Value' attribute feature.
BOOLEAN_LITERAL_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Boolean Literal' class.
BOOLEAN_LITERAL_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Boolean Literal' class.
BooleanLiteral - Interface in io.opencaesar.oml
A representation of the model object 'Boolean Literal'.
BooleanLiteralImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Boolean Literal'.
BooleanLiteralImpl() - Constructor for class io.opencaesar.oml.impl.BooleanLiteralImpl
BUILT_IN - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Built In' class.
BUILT_IN - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Built In' class.
BUILT_IN___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
BUILT_IN___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
BUILT_IN___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
BUILT_IN___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
BUILT_IN___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
BUILT_IN___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
BUILT_IN___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
BUILT_IN__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
BUILT_IN__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
BUILT_IN__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
BUILT_IN__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
BUILT_IN__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
BUILT_IN_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Built In' class.
BUILT_IN_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Built In' class.
BUILT_IN_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Built In Predicate' class.
BUILT_IN_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Built In Predicate' class.
BUILT_IN_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
BUILT_IN_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
BUILT_IN_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
BUILT_IN_PREDICATE__ARGUMENTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Arguments' containment reference list.
BUILT_IN_PREDICATE__ARGUMENTS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Arguments' containment reference list feature.
BUILT_IN_PREDICATE__BUILT_IN - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Built In' reference.
BUILT_IN_PREDICATE__BUILT_IN - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Built In' reference feature.
BUILT_IN_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
BUILT_IN_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Built In Predicate' class.
BUILT_IN_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Built In Predicate' class.
builtIn - Variable in class io.opencaesar.oml.impl.BuiltInPredicateImpl
The cached value of the 'Built In' reference.
BuiltIn - Interface in io.opencaesar.oml
A representation of the model object 'Built In'.
BuiltInImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Built In'.
BuiltInImpl() - Constructor for class io.opencaesar.oml.impl.BuiltInImpl
BuiltInPredicate - Interface in io.opencaesar.oml
A representation of the model object 'Built In Predicate'.
BuiltInPredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Built In Predicate'.
BuiltInPredicateImpl() - Constructor for class io.opencaesar.oml.impl.BuiltInPredicateImpl

C

cardinality - Variable in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
The cached value of the 'Cardinality' attribute.
CARDINALITY_EDEFAULT - Static variable in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
The default value of the 'Cardinality' attribute.
CARDINALITY_RESTRICTION_KIND - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Cardinality Restriction Kind' enum.
CARDINALITY_RESTRICTION_KIND - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Cardinality Restriction Kind' enum.
CardinalityRestrictionKind - Enum Class in io.opencaesar.oml
A representation of the literals of the enumeration 'Cardinality Restriction Kind', and utility methods for working with them.
cascadeDelete(NamedInstance, List<OmlDelete.CascadeRule>) - Static method in class io.opencaesar.oml.util.OmlDelete
Determines all the elements that need to be deleted given an instance and a list of cascade rules The elements are returned in a tree of cascade results specifying which elements are to be deleted based on which of the cascade rules.
CascadeRule(OmlDelete.CascadeDirection, Entity, Relation, Entity, String) - Constructor for class io.opencaesar.oml.util.OmlDelete.CascadeRule
Creates a new cascade rule
caseAnnotation(Annotation) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Annotation'.
caseAnnotationProperty(AnnotationProperty) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Annotation Property'.
caseArgument(Argument) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Argument'.
caseAspect(Aspect) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Aspect'.
caseAssertion(Assertion) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Assertion'.
caseAxiom(Axiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Axiom'.
caseBinaryPredicate(BinaryPredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Binary Predicate'.
caseBooleanLiteral(BooleanLiteral) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Boolean Literal'.
caseBuiltIn(BuiltIn) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Built In'.
caseBuiltInPredicate(BuiltInPredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Built In Predicate'.
caseClassifier(Classifier) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Classifier'.
caseClassifierEquivalenceAxiom(ClassifierEquivalenceAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Classifier Equivalence Axiom'.
caseConcept(Concept) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Concept'.
caseConceptInstance(ConceptInstance) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Concept Instance'.
caseDecimalLiteral(DecimalLiteral) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Decimal Literal'.
caseDescription(Description) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Description'.
caseDescriptionBox(DescriptionBox) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Description Box'.
caseDescriptionBundle(DescriptionBundle) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Description Bundle'.
caseDescriptionMember(DescriptionMember) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Description Member'.
caseDescriptionStatement(DescriptionStatement) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Description Statement'.
caseDifferentFromPredicate(DifferentFromPredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Different From Predicate'.
caseDoubleLiteral(DoubleLiteral) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Double Literal'.
caseElement(Element) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Element'.
caseEntity(Entity) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Entity'.
caseForwardRelation(ForwardRelation) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Forward Relation'.
caseIdentifiedElement(IdentifiedElement) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Identified Element'.
caseImport(Import) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Import'.
caseInstance(Instance) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Instance'.
caseInstanceEnumerationAxiom(InstanceEnumerationAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Instance Enumeration Axiom'.
caseIntegerLiteral(IntegerLiteral) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Integer Literal'.
caseKeyAxiom(KeyAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Key Axiom'.
caseLiteral(Literal) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Literal'.
caseLiteralEnumerationAxiom(LiteralEnumerationAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Literal Enumeration Axiom'.
caseMember(Member) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Member'.
caseNamedInstance(NamedInstance) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Named Instance'.
caseOntology(Ontology) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Ontology'.
casePredicate(Predicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Predicate'.
caseProperty(Property) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property'.
casePropertyCardinalityRestrictionAxiom(PropertyCardinalityRestrictionAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Cardinality Restriction Axiom'.
casePropertyEquivalenceAxiom(PropertyEquivalenceAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Equivalence Axiom'.
casePropertyPredicate(PropertyPredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Predicate'.
casePropertyRangeRestrictionAxiom(PropertyRangeRestrictionAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Range Restriction Axiom'.
casePropertyRestrictionAxiom(PropertyRestrictionAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Restriction Axiom'.
casePropertySelfRestrictionAxiom(PropertySelfRestrictionAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Self Restriction Axiom'.
casePropertyValueAssertion(PropertyValueAssertion) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Value Assertion'.
casePropertyValueRestrictionAxiom(PropertyValueRestrictionAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Property Value Restriction Axiom'.
caseQuotedLiteral(QuotedLiteral) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Quoted Literal'.
caseRelation(Relation) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Relation'.
caseRelationBase(RelationBase) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Relation Base'.
caseRelationEntity(RelationEntity) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Relation Entity'.
caseRelationEntityPredicate(RelationEntityPredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Relation Entity Predicate'.
caseRelationInstance(RelationInstance) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Relation Instance'.
caseReverseRelation(ReverseRelation) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Reverse Relation'.
caseRule(Rule) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Rule'.
caseSameAsPredicate(SameAsPredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Same As Predicate'.
caseScalar(Scalar) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Scalar'.
caseScalarEquivalenceAxiom(ScalarEquivalenceAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Scalar Equivalence Axiom'.
caseScalarProperty(ScalarProperty) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Scalar Property'.
caseSemanticProperty(SemanticProperty) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Semantic Property'.
caseSpecializableProperty(SpecializableProperty) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Specializable Property'.
caseSpecializableTerm(SpecializableTerm) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Specializable Term'.
caseSpecializationAxiom(SpecializationAxiom) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Specialization Axiom'.
caseStatement(Statement) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Statement'.
caseStructure(Structure) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Structure'.
caseStructuredProperty(StructuredProperty) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Structured Property'.
caseStructureInstance(StructureInstance) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Structure Instance'.
caseTerm(Term) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Term'.
caseType(Type) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Type'.
caseTypeAssertion(TypeAssertion) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Type Assertion'.
caseTypePredicate(TypePredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Type Predicate'.
caseUnaryPredicate(UnaryPredicate) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Unary Predicate'.
caseUnreifiedRelation(UnreifiedRelation) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Unreified Relation'.
caseVocabulary(Vocabulary) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Vocabulary'.
caseVocabularyBox(VocabularyBox) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Vocabulary Box'.
caseVocabularyBundle(VocabularyBundle) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Vocabulary Bundle'.
caseVocabularyMember(VocabularyMember) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Vocabulary Member'.
caseVocabularyStatement(VocabularyStatement) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'Vocabulary Statement'.
Classifier - Interface in io.opencaesar.oml
A representation of the model object 'Classifier'.
CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Classifier' class.
CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Classifier' class.
CLASSIFIER___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
CLASSIFIER___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
CLASSIFIER___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
CLASSIFIER___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
CLASSIFIER___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
CLASSIFIER___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
CLASSIFIER___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
CLASSIFIER__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
CLASSIFIER__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
CLASSIFIER__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
CLASSIFIER__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Equivalences' containment reference list feature.
CLASSIFIER__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Restrictions' containment reference list.
CLASSIFIER__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Property Restrictions' containment reference list feature.
CLASSIFIER__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
CLASSIFIER__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
CLASSIFIER_EQUIVALENCE_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Classifier Equivalence Axiom' class.
CLASSIFIER_EQUIVALENCE_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Classifier Equivalence Axiom' class.
CLASSIFIER_EQUIVALENCE_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
CLASSIFIER_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
CLASSIFIER_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
CLASSIFIER_EQUIVALENCE_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
CLASSIFIER_EQUIVALENCE_AXIOM___GET_SUB_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Sub Classifier' operation.
CLASSIFIER_EQUIVALENCE_AXIOM___GET_SUB_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Sub Classifier' operation.
CLASSIFIER_EQUIVALENCE_AXIOM__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Restrictions' containment reference list.
CLASSIFIER_EQUIVALENCE_AXIOM__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Property Restrictions' containment reference list feature.
CLASSIFIER_EQUIVALENCE_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Classifier' container reference.
CLASSIFIER_EQUIVALENCE_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Classifier' container reference feature.
CLASSIFIER_EQUIVALENCE_AXIOM__SUPER_CLASSIFIERS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Super Classifiers' reference list.
CLASSIFIER_EQUIVALENCE_AXIOM__SUPER_CLASSIFIERS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Super Classifiers' reference list feature.
CLASSIFIER_EQUIVALENCE_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Classifier Equivalence Axiom' class.
CLASSIFIER_EQUIVALENCE_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Classifier Equivalence Axiom' class.
CLASSIFIER_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Classifier' class.
CLASSIFIER_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Classifier' class.
ClassifierEquivalenceAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Classifier Equivalence Axiom'.
ClassifierEquivalenceAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Classifier Equivalence Axiom'.
ClassifierEquivalenceAxiomImpl() - Constructor for class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
ClassifierImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Classifier'.
ClassifierImpl() - Constructor for class io.opencaesar.oml.impl.ClassifierImpl
closure(V, boolean, Function<T, Collection<T>>) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the closure of the given recursive function starting from a given root
Concept - Interface in io.opencaesar.oml
A representation of the model object 'Concept'.
Concept - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:Concept IRI
CONCEPT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Concept' class.
CONCEPT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Concept' class.
CONCEPT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
CONCEPT___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
CONCEPT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
CONCEPT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
CONCEPT___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
CONCEPT___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
CONCEPT___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
CONCEPT__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
CONCEPT__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
CONCEPT__OWNED_ENUMERATION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Enumeration' containment reference.
CONCEPT__OWNED_ENUMERATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Enumeration' containment reference feature.
CONCEPT__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
CONCEPT__OWNED_KEYS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Keys' containment reference list.
CONCEPT__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Restrictions' containment reference list.
CONCEPT__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
CONCEPT__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
CONCEPT__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
CONCEPT__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
CONCEPT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Concept' class.
CONCEPT_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Concept Instance' class.
CONCEPT_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Concept Instance' class.
CONCEPT_INSTANCE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
CONCEPT_INSTANCE___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
CONCEPT_INSTANCE___GET_ENTITY_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Entity Types' operation.
CONCEPT_INSTANCE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
CONCEPT_INSTANCE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
CONCEPT_INSTANCE___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
CONCEPT_INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Types' operation.
CONCEPT_INSTANCE___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
CONCEPT_INSTANCE___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
CONCEPT_INSTANCE__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
CONCEPT_INSTANCE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
CONCEPT_INSTANCE__OWNED_PROPERTY_VALUES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Values' containment reference list.
CONCEPT_INSTANCE__OWNED_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Types' containment reference list.
CONCEPT_INSTANCE__OWNING_DESCRIPTION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Description' container reference.
CONCEPT_INSTANCE__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
CONCEPT_INSTANCE__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
CONCEPT_INSTANCE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Concept Instance' class.
CONCEPT_INSTANCE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Concept Instance' class.
CONCEPT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Concept' class.
ConceptImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Concept'.
ConceptImpl() - Constructor for class io.opencaesar.oml.impl.ConceptImpl
ConceptInstance - Interface in io.opencaesar.oml
A representation of the model object 'Concept Instance'.
ConceptInstance - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:ConceptInstance IRI
ConceptInstanceImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Concept Instance'.
ConceptInstanceImpl() - Constructor for class io.opencaesar.oml.impl.ConceptInstanceImpl
consequent - Variable in class io.opencaesar.oml.impl.RuleImpl
The cached value of the 'Consequent' containment reference list.
containedValue - Variable in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
The cached value of the 'Contained Value' containment reference.
containedValue - Variable in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
The cached value of the 'Contained Value' containment reference.
convertCardinalityRestrictionKindToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertDecimalToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertDouble(Double) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertDoubleToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertIDToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertImportKindToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertNamespaceToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertRangeRestrictionKindToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertSeparatorKindToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertUnsignedIntegerToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
convertUnsignedIntToString(EDataType, Object) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
create(Class<T>) - Method in class io.opencaesar.oml.util.OmlFactory2
Creates a new Oml object given a Java type
create(Class<T>) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an object of the given type using the Oml factory
create(URI) - Static method in class io.opencaesar.oml.util.OmlCatalog
Creates a new Oml Catalog given a catalog URI
create(URI, List<String>) - Static method in class io.opencaesar.oml.util.OmlCatalog
Creates a new Oml Catalog given a catalog URI
create(EClass) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createAdapter(Notifier) - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates an adapter for the target.
createAnnotation() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createAnnotation() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Annotation'.
createAnnotationAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Annotation'.
createAnnotationProperty() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createAnnotationProperty() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Annotation Property'.
createAnnotationPropertyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Annotation Property'.
createArgument() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createArgument() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Argument'.
createArgument(Vocabulary, String, Literal, NamedInstance) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an argument
createArgument(Vocabulary, String, Literal, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates an argument
createArgumentAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Argument'.
createAspect() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createAspect() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Aspect'.
createAspectAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Aspect'.
createAssertionAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Assertion'.
createAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Axiom'.
createBikeshedAnnotations() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
Initializes the annotations for https://tabatkins.github.io/bikeshed.
createBinaryPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Binary Predicate'.
createBooleanLiteral() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createBooleanLiteral() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Boolean Literal'.
createBooleanLiteral(boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates an boolean literal
createBooleanLiteral(boolean) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an boolean literal
createBooleanLiteralAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Boolean Literal'.
createBuiltIn() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createBuiltIn() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Built In'.
createBuiltInAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Built In'.
createBuiltInPredicate() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createBuiltInPredicate() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Built In Predicate'.
createBuiltInPredicate(Vocabulary, BuiltIn, Argument...) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a builtIn predicate
createBuiltInPredicate(Vocabulary, String, Argument...) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a builtIn predicate
createBuiltInPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Built In Predicate'.
createCardinalityRestrictionKindFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createClassifierAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Classifier'.
createClassifierEquivalenceAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createClassifierEquivalenceAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Classifier Equivalence Axiom'.
createClassifierEquivalenceAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Classifier Equivalence Axiom'.
createConcept() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createConcept() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Concept'.
createConceptAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Concept'.
createConceptInstance() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createConceptInstance() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Concept Instance'.
createConceptInstanceAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Concept Instance'.
createDecimalFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createDecimalLiteral() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createDecimalLiteral() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Decimal Literal'.
createDecimalLiteral(BigDecimal) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a decimal literal
createDecimalLiteral(BigDecimal) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a decimal literal
createDecimalLiteralAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Decimal Literal'.
createDescription() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createDescription() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Description'.
createDescription(String, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new description
createDescription(URI, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new description and add it as content of a resource with the given URI
createDescriptionAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Description'.
createDescriptionBoxAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Description Box'.
createDescriptionBundle() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createDescriptionBundle() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Description Bundle'.
createDescriptionBundle(String, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new description bundle
createDescriptionBundle(URI, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new description bundle and add it as content of a resource with the given URI
createDescriptionBundleAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Description Bundle'.
createDescriptionMemberAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Description Member'.
createDescriptionStatementAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Description Statement'.
createDifferentFromPredicate() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createDifferentFromPredicate() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Different From Predicate'.
createDifferentFromPredicate(Vocabulary, Argument, Argument) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a differentFrom predicate
createDifferentFromPredicate(Vocabulary, Argument, Argument) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a differentFrom predicate
createDifferentFromPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Different From Predicate'.
createDoubleFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createDoubleLiteral() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createDoubleLiteral() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Double Literal'.
createDoubleLiteral(double) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a double literal
createDoubleLiteral(double) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a double literal
createDoubleLiteralAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Double Literal'.
createElementAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Element'.
createEntityAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Entity'.
createEObjectAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for the default case.
createExtendedMetaDataAnnotations() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
createForwardRelation() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createForwardRelation() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Forward Relation'.
createForwardRelationAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Forward Relation'.
createFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createHeadingsAnnotations() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
Initializes the annotations for https://tabatkins.github.io/bikeshed/headings.
createIdentifiedElementAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Identified Element'.
createIDFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createImport() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createImport() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Import'.
createImportAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Import'.
createImportKindFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createInstanceAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Instance'.
createInstanceEnumerationAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createInstanceEnumerationAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Instance Enumeration Axiom'.
createInstanceEnumerationAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Instance Enumeration Axiom'.
createIntegerLiteral() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createIntegerLiteral() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Integer Literal'.
createIntegerLiteral(int) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates an integer literal
createIntegerLiteral(int) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an integer literal
createIntegerLiteralAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Integer Literal'.
createKeyAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createKeyAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Key Axiom'.
createKeyAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Key Axiom'.
createLiteral(Object) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a literal
createLiteral(Object) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a literal from the given lexical value in the given ontology
createLiteralAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Literal'.
createLiteralEnumerationAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createLiteralEnumerationAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Literal Enumeration Axiom'.
createLiteralEnumerationAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Literal Enumeration Axiom'.
createMemberAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Member'.
createModificationTrackingAdapter() - Method in class io.opencaesar.oml.resource.OmlJsonResource
 
createModificationTrackingAdapter() - Method in class io.opencaesar.oml.resource.OmlXMIResource
 
createNamedInstanceAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Named Instance'.
createNamespaceFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createOntology(Class<T>, String, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new ontology of the given sub type
createOntologyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Ontology'.
createPackageContents() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
Creates the meta-model objects for the package.
createPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Predicate'.
createPropertyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property'.
createPropertyCardinalityRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createPropertyCardinalityRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Property Cardinality Restriction Axiom'.
createPropertyCardinalityRestrictionAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Cardinality Restriction Axiom'.
createPropertyEquivalenceAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createPropertyEquivalenceAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Property Equivalence Axiom'.
createPropertyEquivalenceAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Equivalence Axiom'.
createPropertyPredicate() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createPropertyPredicate() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Property Predicate'.
createPropertyPredicate(Vocabulary, Property, Argument, Argument) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an relation predicate
createPropertyPredicate(Vocabulary, String, Argument, Argument) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a property predicate
createPropertyPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Predicate'.
createPropertyRangeRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createPropertyRangeRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Property Range Restriction Axiom'.
createPropertyRangeRestrictionAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Range Restriction Axiom'.
createPropertyRestrictionAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Restriction Axiom'.
createPropertySelfRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createPropertySelfRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Property Self Restriction Axiom'.
createPropertySelfRestrictionAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Self Restriction Axiom'.
createPropertyValueAssertion() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createPropertyValueAssertion() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Property Value Assertion'.
createPropertyValueAssertionAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Value Assertion'.
createPropertyValueRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createPropertyValueRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Property Value Restriction Axiom'.
createPropertyValueRestrictionAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Property Value Restriction Axiom'.
createQuotedLiteral() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createQuotedLiteral() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Quoted Literal'.
createQuotedLiteral(Ontology, String, Scalar, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a quoted literal in the given ontology
createQuotedLiteral(Ontology, String, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a quoted literal in the given ontology
createQuotedLiteralAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Quoted Literal'.
createRangeRestrictionKindFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createRef(T) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a ref to the given member
createRelationAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Relation'.
createRelationBaseAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Relation Base'.
createRelationEntity() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createRelationEntity() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Relation Entity'.
createRelationEntityAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Relation Entity'.
createRelationEntityPredicate() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createRelationEntityPredicate() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Relation Entity Predicate'.
createRelationEntityPredicate(Vocabulary, RelationEntity, Argument, Argument, Argument) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates an relation entity predicate
createRelationEntityPredicate(Vocabulary, String, Argument, Argument, Argument) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates an relation entity predicate
createRelationEntityPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Relation Entity Predicate'.
createRelationInstance() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createRelationInstance() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Relation Instance'.
createRelationInstanceAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Relation Instance'.
createResource(URI) - Method in class io.opencaesar.oml.resource.OmlJsonResourceFactory
 
createResource(URI) - Method in class io.opencaesar.oml.resource.OmlXMIResourceFactory
 
createReverseRelation() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createReverseRelation() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Reverse Relation'.
createReverseRelationAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Reverse Relation'.
createRule() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createRule() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Rule'.
createRuleAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Rule'.
createSameAsPredicate() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createSameAsPredicate() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Same As Predicate'.
createSameAsPredicate(Vocabulary, Argument, Argument) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a sameAs predicate
createSameAsPredicate(Vocabulary, Argument, Argument) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a sameAs predicate
createSameAsPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Same As Predicate'.
createScalar() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createScalar() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Scalar'.
createScalarAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Scalar'.
createScalarEquivalenceAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createScalarEquivalenceAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Scalar Equivalence Axiom'.
createScalarEquivalenceAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Scalar Equivalence Axiom'.
createScalarProperty() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createScalarProperty() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Scalar Property'.
createScalarPropertyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Scalar Property'.
createSemanticPropertyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Semantic Property'.
createSeparatorKindFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createSpecializablePropertyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Specializable Property'.
createSpecializableTermAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Specializable Term'.
createSpecializationAxiom() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createSpecializationAxiom() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Specialization Axiom'.
createSpecializationAxiomAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Specialization Axiom'.
createStatementAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Statement'.
createStructure() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createStructure() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Structure'.
createStructureAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Structure'.
createStructuredProperty() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createStructuredProperty() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Structured Property'.
createStructuredPropertyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Structured Property'.
createStructureInstance() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createStructureInstance() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Structure Instance'.
createStructureInstance(Ontology, Structure) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a structure instance and adds it to the given ontology
createStructureInstance(Ontology, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a structure instance and adds it to the given ontology
createStructureInstanceAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Structure Instance'.
createTermAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Term'.
createTypeAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Type'.
createTypeAssertion() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createTypeAssertion() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Type Assertion'.
createTypeAssertionAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Type Assertion'.
createTypePredicate() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createTypePredicate() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Type Predicate'.
createTypePredicate(Vocabulary, Type, Argument) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a type predicate
createTypePredicate(Vocabulary, String, Argument) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a type predicate
createTypePredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Type Predicate'.
createUnaryPredicateAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Unary Predicate'.
createUnreifiedRelation() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createUnreifiedRelation() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Unreified Relation'.
createUnreifiedRelationAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Unreified Relation'.
createUnsignedIntegerFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createUnsignedIntFromString(EDataType, String) - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createVocabulary() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createVocabulary() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Vocabulary'.
createVocabulary(String, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new vocabulary
createVocabulary(URI, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new vocabulary and add it as content of a resource with the given URI
createVocabularyAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Vocabulary'.
createVocabularyBoxAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Vocabulary Box'.
createVocabularyBundle() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
createVocabularyBundle() - Method in interface io.opencaesar.oml.OmlFactory
Returns a new object of class 'Vocabulary Bundle'.
createVocabularyBundle(String, String) - Static method in class io.opencaesar.oml.util.OmlWrite
Creates a new vocabulary bundle
createVocabularyBundle(URI, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Creates a new vocabulary bundle and add it as content of a resource with the given URI
createVocabularyBundleAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Vocabulary Bundle'.
createVocabularyMemberAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Vocabulary Member'.
createVocabularyStatementAdapter() - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Creates a new adapter for an object of class 'Vocabulary Statement'.
createXcoreAnnotations() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
Initializes the annotations for http://www.eclipse.org/emf/2011/Xcore.

D

DECIMAL - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Decimal' data type.
DECIMAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Decimal' data type.
DECIMAL_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Decimal Literal' class.
DECIMAL_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Decimal Literal' class.
DECIMAL_LITERAL___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DECIMAL_LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Lexical Value' operation.
DECIMAL_LITERAL___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DECIMAL_LITERAL___GET_STRING_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get String Value' operation.
DECIMAL_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Type Iri' operation.
DECIMAL_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Type Iri' operation.
DECIMAL_LITERAL___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
DECIMAL_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Value' attribute.
DECIMAL_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Value' attribute feature.
DECIMAL_LITERAL_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Decimal Literal' class.
DECIMAL_LITERAL_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Decimal Literal' class.
DecimalLiteral - Interface in io.opencaesar.oml
A representation of the model object 'Decimal Literal'.
DecimalLiteralImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Decimal Literal'.
DecimalLiteralImpl() - Constructor for class io.opencaesar.oml.impl.DecimalLiteralImpl
defaultCase(EObject) - Method in class io.opencaesar.oml.util.OmlSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
delete(Element) - Static method in class io.opencaesar.oml.util.OmlDelete
Deletes the given element only
deresolve(URI) - Method in class io.opencaesar.oml.resource.OmlXMIURIHandler
 
deresolve(URI, URI) - Method in class io.opencaesar.oml.resource.OmlJsonURIHandler
 
deresolveUri(URI) - Method in class io.opencaesar.oml.util.OmlCatalog
Deresolves the given physical URI to a logical URI
description - Variable in class io.opencaesar.oml.util.OmlDelete.CascadeRule
The description of the rule for UI
Description - Interface in io.opencaesar.oml
A representation of the model object 'Description'.
Description - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:Description IRI
DESCRIPTION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Description' class.
DESCRIPTION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Description' class.
DESCRIPTION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DESCRIPTION___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
DESCRIPTION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DESCRIPTION___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
DESCRIPTION__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
DESCRIPTION__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
DESCRIPTION__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Imports' containment reference list.
DESCRIPTION__OWNED_STATEMENTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Statements' containment reference list.
DESCRIPTION__OWNED_STATEMENTS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Statements' containment reference list feature.
DESCRIPTION__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
DESCRIPTION_BOX - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Description Box' class.
DESCRIPTION_BOX - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Description Box' class.
DESCRIPTION_BOX___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DESCRIPTION_BOX___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
DESCRIPTION_BOX___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DESCRIPTION_BOX___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
DESCRIPTION_BOX__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
DESCRIPTION_BOX__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
DESCRIPTION_BOX__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Imports' containment reference list.
DESCRIPTION_BOX__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
DESCRIPTION_BOX_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Description Box' class.
DESCRIPTION_BOX_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Description Box' class.
DESCRIPTION_BUNDLE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Description Bundle' class.
DESCRIPTION_BUNDLE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Description Bundle' class.
DESCRIPTION_BUNDLE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DESCRIPTION_BUNDLE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
DESCRIPTION_BUNDLE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DESCRIPTION_BUNDLE___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
DESCRIPTION_BUNDLE__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
DESCRIPTION_BUNDLE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
DESCRIPTION_BUNDLE__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Imports' containment reference list.
DESCRIPTION_BUNDLE__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
DESCRIPTION_BUNDLE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Description Bundle' class.
DESCRIPTION_BUNDLE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Description Bundle' class.
DESCRIPTION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Description' class.
DESCRIPTION_MEMBER - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Description Member' class.
DESCRIPTION_MEMBER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Description Member' class.
DESCRIPTION_MEMBER___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DESCRIPTION_MEMBER___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
DESCRIPTION_MEMBER___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
DESCRIPTION_MEMBER___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DESCRIPTION_MEMBER___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
DESCRIPTION_MEMBER___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
DESCRIPTION_MEMBER___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
DESCRIPTION_MEMBER__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
DESCRIPTION_MEMBER__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
DESCRIPTION_MEMBER_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Description Member' class.
DESCRIPTION_MEMBER_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Description Member' class.
DESCRIPTION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Description' class.
DESCRIPTION_STATEMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Description Statement' class.
DESCRIPTION_STATEMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Description Statement' class.
DESCRIPTION_STATEMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DESCRIPTION_STATEMENT___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
DESCRIPTION_STATEMENT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
DESCRIPTION_STATEMENT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DESCRIPTION_STATEMENT___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
DESCRIPTION_STATEMENT___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
DESCRIPTION_STATEMENT___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
DESCRIPTION_STATEMENT__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
DESCRIPTION_STATEMENT__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
DESCRIPTION_STATEMENT__OWNING_DESCRIPTION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Description' container reference.
DESCRIPTION_STATEMENT__OWNING_DESCRIPTION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Description' container reference feature.
DESCRIPTION_STATEMENT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Description Statement' class.
DESCRIPTION_STATEMENT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Description Statement' class.
DescriptionBox - Interface in io.opencaesar.oml
A representation of the model object 'Description Box'.
DescriptionBoxImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Description Box'.
DescriptionBoxImpl() - Constructor for class io.opencaesar.oml.impl.DescriptionBoxImpl
DescriptionBundle - Interface in io.opencaesar.oml
A representation of the model object 'Description Bundle'.
DescriptionBundle - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:DescriptionBundle IRI
DescriptionBundleImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Description Bundle'.
DescriptionBundleImpl() - Constructor for class io.opencaesar.oml.impl.DescriptionBundleImpl
DescriptionImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Description'.
DescriptionImpl() - Constructor for class io.opencaesar.oml.impl.DescriptionImpl
DescriptionMember - Interface in io.opencaesar.oml
A representation of the model object 'Description Member'.
DescriptionMemberImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Description Member'.
DescriptionMemberImpl() - Constructor for class io.opencaesar.oml.impl.DescriptionMemberImpl
DescriptionStatement - Interface in io.opencaesar.oml
A representation of the model object 'Description Statement'.
DescriptionStatementImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Description Statement'.
DescriptionStatementImpl() - Constructor for class io.opencaesar.oml.impl.DescriptionStatementImpl
DIAGNOSTIC_CODE_COUNT - Static variable in class io.opencaesar.oml.util.OmlValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
DIAGNOSTIC_SOURCE - Static variable in class io.opencaesar.oml.util.OmlValidator
A constant for the source of diagnostic codes from this package.
DIFFERENT_FROM_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Different From Predicate' class.
DIFFERENT_FROM_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Different From Predicate' class.
DIFFERENT_FROM_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DIFFERENT_FROM_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DIFFERENT_FROM_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
DIFFERENT_FROM_PREDICATE__ARGUMENT1 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument1' containment reference.
DIFFERENT_FROM_PREDICATE__ARGUMENT2 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument2' containment reference.
DIFFERENT_FROM_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
DIFFERENT_FROM_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Different From Predicate' class.
DIFFERENT_FROM_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Different From Predicate' class.
DifferentFromPredicate - Interface in io.opencaesar.oml
A representation of the model object 'Different From Predicate'.
DifferentFromPredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Different From Predicate'.
DifferentFromPredicateImpl() - Constructor for class io.opencaesar.oml.impl.DifferentFromPredicateImpl
direction - Variable in class io.opencaesar.oml.util.OmlDelete.CascadeRule
The direction of the rule
domains - Variable in class io.opencaesar.oml.impl.ScalarPropertyImpl
The cached value of the 'Domains' reference list.
domains - Variable in class io.opencaesar.oml.impl.StructuredPropertyImpl
The cached value of the 'Domains' reference list.
doSave(OutputStream, Map<?, ?>) - Method in class io.opencaesar.oml.resource.OmlXMIResource
 
doSwitch(int, EObject) - Method in class io.opencaesar.oml.util.OmlSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
DOUBLE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Double' data type.
DOUBLE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Double' data type.
DOUBLE_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Double Literal' class.
DOUBLE_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Double Literal' class.
DOUBLE_LITERAL___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
DOUBLE_LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Lexical Value' operation.
DOUBLE_LITERAL___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
DOUBLE_LITERAL___GET_STRING_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get String Value' operation.
DOUBLE_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Type Iri' operation.
DOUBLE_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Type Iri' operation.
DOUBLE_LITERAL___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
DOUBLE_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Value' attribute.
DOUBLE_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Value' attribute feature.
DOUBLE_LITERAL_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Double Literal' class.
DOUBLE_LITERAL_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Double Literal' class.
DoubleLiteral - Interface in io.opencaesar.oml
A representation of the model object 'Double Literal'.
DoubleLiteralImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Double Literal'.
DoubleLiteralImpl() - Constructor for class io.opencaesar.oml.impl.DoubleLiteralImpl

E

eBaseStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eBaseStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eBaseStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eBaseStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eBaseStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eBaseStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eBaseStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.ImportImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.PredicateImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
eDerivedOperationID(int, Class<?>) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eDerivedOperationID(int, Class<?>) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ArgumentImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.AspectImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.BuiltInImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ClassifierImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ConceptImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.DescriptionImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.EntityImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ImportImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.InstanceImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.MemberImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.OntologyImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PredicateImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.RuleImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ScalarImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.StructureImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.TypePredicateImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.VocabularyImpl
eGet(int, boolean, boolean) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
eINSTANCE - Static variable in interface io.opencaesar.oml.OmlFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The singleton instance of the package.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ClassifierImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ConceptImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.DescriptionImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.EntityImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ImportImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.InstanceImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.OntologyImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PredicateImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.RuleImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.VocabularyImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ArgumentImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ClassifierImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ConceptImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.DescriptionImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.EntityImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ImportImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.InstanceImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.OntologyImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PredicateImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.RuleImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.VocabularyImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ArgumentImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.AssertionImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.AxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ElementImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ImportImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.InstanceImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.LiteralImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.MemberImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.OntologyImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.RelationImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.SemanticPropertyImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eInvoke(int, EList<?>) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ArgumentImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.AspectImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.BuiltInImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ClassifierImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ConceptImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.DescriptionImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.EntityImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ImportImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.InstanceImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.MemberImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.OntologyImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PredicateImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.RuleImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ScalarImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.StructureImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.TypePredicateImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.VocabularyImpl
eIsSet(int) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
Element - Interface in io.opencaesar.oml
A representation of the model object 'Element'.
ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Element' class.
ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Element' class.
ELEMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ELEMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Extra Validate' operation.
ELEMENT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ELEMENT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ontology' operation.
ELEMENT__EXTRA_VALIDATE - Static variable in class io.opencaesar.oml.util.OmlValidator
The code for constraint 'Extra Validate' of 'Element'.
ELEMENT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Element' class.
ELEMENT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Element' class.
ElementImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Element'.
ElementImpl() - Constructor for class io.opencaesar.oml.impl.ElementImpl
eNAME - Static variable in interface io.opencaesar.oml.OmlPackage
The package name.
eNS_PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The package namespace name.
eNS_URI - Static variable in interface io.opencaesar.oml.OmlPackage
The package namespace URI.
Entity - Interface in io.opencaesar.oml
A representation of the model object 'Entity'.
ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Entity' class.
ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Entity' class.
ENTITY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ENTITY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
ENTITY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
ENTITY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ENTITY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
ENTITY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
ENTITY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
ENTITY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
ENTITY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
ENTITY__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
ENTITY__OWNED_KEYS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Keys' containment reference list.
ENTITY__OWNED_KEYS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Keys' containment reference list feature.
ENTITY__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Restrictions' containment reference list.
ENTITY__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
ENTITY__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
ENTITY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Entity' class.
ENTITY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Entity' class.
EntityImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Entity'.
EntityImpl() - Constructor for class io.opencaesar.oml.impl.EntityImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ArgumentImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.AspectImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.BuiltInImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ClassifierImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ConceptImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.DescriptionImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.EntityImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ImportImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.InstanceImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.MemberImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.OntologyImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PredicateImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.RuleImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ScalarImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.StructureImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.TypePredicateImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.VocabularyImpl
eSet(int, Object) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.AnnotationImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ArgumentImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.AspectImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.AssertionImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.AxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.BuiltInImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ClassifierImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ConceptImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DescriptionBoxImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DescriptionBundleImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DescriptionImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DescriptionMemberImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DifferentFromPredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ElementImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.EntityImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ImportImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.InstanceImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.LiteralImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.MemberImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.OntologyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertySelfRestrictionAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.RelationImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.RuleImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.SameAsPredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ScalarImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.SemanticPropertyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.StatementImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.StructureImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.TermImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.TypeImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.TypePredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.VocabularyBoxImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.VocabularyBundleImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.VocabularyImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.VocabularyMemberImpl
eStaticClass() - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.AnnotationImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ArgumentImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.AspectImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.BuiltInImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ClassifierImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ConceptImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.DescriptionImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.EntityImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ImportImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.InstanceImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.MemberImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.OntologyImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PredicateImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.RuleImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ScalarImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.StructureImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.TypePredicateImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.VocabularyImpl
eUnset(int) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
EXACTLY - Enum constant in enum class io.opencaesar.oml.CardinalityRestrictionKind
The 'Exactly' literal object.
EXACTLY_VALUE - Static variable in enum class io.opencaesar.oml.CardinalityRestrictionKind
The 'Exactly' literal value.
EXTENSION - Enum constant in enum class io.opencaesar.oml.ImportKind
The 'Extension' literal object.
EXTENSION_VALUE - Static variable in enum class io.opencaesar.oml.ImportKind
The 'Extension' literal value.
extraValidate(DiagnosticChain, Map<Object, Object>) - Method in interface io.opencaesar.oml.Element
Validates this element by extra validation rules
extraValidate(DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.impl.ElementImpl

F

findAllDomains(SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAllDomains(SemanticProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds all (direct or inherited) domains of the given property
findAllRanges(SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAllRanges(SemanticProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds all (direct or inherited) ranges of the given property
findAllSubTerms(Term, boolean) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAllSubTerms(Term, boolean, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds terms that are the direct or transitive sub (specific) terms of the given term
findAllSuperTerms(Term, boolean) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAllSuperTerms(Term, boolean, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds terms that are the direct or transitive super (general) terms of the given term
findAllTypes(Instance) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAllTypes(Instance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds classifiers that are direct or indirect types of the given instance
findAllTypes(Literal) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAllTypes(Literal, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds all the scalars that are direct or indirect types of the given literal
findAnnotationLiteralValue(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findAnnotationLiteralValue(IdentifiedElement, AnnotationProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the first literal value of the given annotation property in the given element
findAnnotationPropertiesWithRef(AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlIndex
findAnnotationPropertiesWithRef(AnnotationProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds annotation property referencing the given annotation property
findAnnotationReferencedValue(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findAnnotationReferencedValue(IdentifiedElement, AnnotationProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the first referenced value of a given annotation property in the given element
findAnnotationsWithProperty(AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlIndex
findAnnotationsWithProperty(AnnotationProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds annotations referencing the given property
findAnnotationsWithReferencedValue(Member) - Static method in class io.opencaesar.oml.util.OmlIndex
findAnnotationsWithReferencedValue(Member, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds annotations referencing the given referenced value
findAnnotationValues(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findAnnotationValues(IdentifiedElement, AnnotationProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the values of a given annotation property in the given element
findArgumentsWithInstance(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findArgumentsWithInstance(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds arguments referencing the given named instance
findAspectsWithRef(Aspect) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findAspectsWithRef(Aspect, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds aspects referencing the given aspect
findAssertions(Instance) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAssertions(Instance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds assertions that are defined on the given instance
findAxioms(Term) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findAxioms(Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds axioms that are defined for the given term
findBuiltInPredicatesWithBuiltIn(BuiltIn) - Static method in class io.opencaesar.oml.util.OmlIndex
findBuiltInPredicatesWithBuiltIn(BuiltIn, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds builtIn predicates referencing the given builtIn
findBuiltInsWithRef(BuiltIn) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findBuiltInsWithRef(BuiltIn, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds builtIn referencing the given builtIn
findClassifierEquivalenceAxiomsWithSubClassifier(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findClassifierEquivalenceAxiomsWithSubClassifier(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds classifier equivalence axioms that have the given classifier as a sub
findClassifierEquivalenceAxiomsWithSuperClassifier(Classifier) - Static method in class io.opencaesar.oml.util.OmlIndex
findClassifierEquivalenceAxiomsWithSuperClassifier(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds classifier equivalence axioms referencing the given classifier
findConceptInstancesWithRef(ConceptInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findConceptInstancesWithRef(ConceptInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds concept instance referencing the given concept instance
findConceptsWithRef(Concept) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findConceptsWithRef(Concept, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds concept referencing the given concept
findDomains(SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findDomains(SemanticProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the domains of the given semantic property
findEntitiesKeyedWith(SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findEntitiesKeyedWith(SemanticProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Find entities that have the following property included in one of their keys
findEnumerationLiterals(Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findEnumerationLiterals(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the list of enumeration liters of the given scalar
findEquivalenceSubClassifiers(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findEquivalenceSubClassifiers(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds classifiers that are the direct equivalence sub of a given classifier
findEquivalenceSubProperties(Property) - Static method in class io.opencaesar.oml.util.OmlSearch
findEquivalenceSubProperties(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds properties that are the direct equivalence sub of a given property
findEquivalenceSubScalars(Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findEquivalenceSubScalars(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds scalars that are the direct equivalence sub of a given scalar
findEquivalenceSuperClassifiers(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findEquivalenceSuperClassifiers(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds classifiers that are the direct equivalence super of a given classifier
findEquivalenceSuperProperties(Property) - Static method in class io.opencaesar.oml.util.OmlSearch
findEquivalenceSuperProperties(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds properties that are the direct equivalence super of a given property
findEquivalenceSuperScalars(Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
findEquivalenceSuperScalars(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds scalars that are the direct equivalence super of a given scalar
findEquivalentClassifiers(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findEquivalentClassifiers(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds classifiers that are the direct equivalent to a given classifier
findEquivalentProperties(Property) - Static method in class io.opencaesar.oml.util.OmlSearch
findEquivalentProperties(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds properties that are the direct equivalent to a given property
findEquivalentScalars(Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findEquivalentScalars(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds scalars that are the direct equivalent to a given scalar
findInstanceEnumerationAxioms(Concept) - Static method in class io.opencaesar.oml.util.OmlSearch
findInstanceEnumerationAxioms(Concept, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Find instance enumeration axioms that are defined on the given concept
findInstanceEnumerationAxiomsWithInstance(ConceptInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findInstanceEnumerationAxiomsWithInstance(ConceptInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds instance enumeration axioms that references the given instance
findInstancesOfKind(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findInstancesOfKind(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds instances that have the given type as their direct or transitive type
findInstancesOfType(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findInstancesOfType(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds instances that have the given type as their direct type
findInstancesRelatedAsSourceTo(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlSearch
findInstancesRelatedAsSourceTo(NamedInstance, Relation) - Static method in class io.opencaesar.oml.util.OmlSearch
findInstancesRelatedAsSourceTo(NamedInstance, Relation, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds source instances that are related by a given relation to a given target instance
findInstancesRelatedAsSourceTo(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds source instances that are related by any relation to the given target instance
findInstancesRelatedAsTargetTo(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlSearch
findInstancesRelatedAsTargetTo(NamedInstance, Relation) - Static method in class io.opencaesar.oml.util.OmlSearch
findInstancesRelatedAsTargetTo(NamedInstance, Relation, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds target instances that are asserted as related to the given source instance by a given relation
findInstancesRelatedAsTargetTo(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds target instances that are asserted as related to the given source instance by any relation
findInstancesRelatedTo(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlSearch
findInstancesRelatedTo(NamedInstance, Relation) - Static method in class io.opencaesar.oml.util.OmlSearch
findInstancesRelatedTo(NamedInstance, Relation, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds instances that are asserted as related to the given instance by a given relation
findInstancesRelatedTo(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds instances that are asserted as related to the given instance by any relation
findIsAnnotatedBy(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findIsAnnotatedBy(IdentifiedElement, AnnotationProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds whether the given element is annotated with the given annotation property
findIsEnumeratedProperty(ScalarProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findIsEnumeratedProperty(ScalarProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds whether the given scalar property has as one of its ranges an enumerated scalar
findIsEnumeratedScalar(Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findIsEnumeratedScalar(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds whether the given scalar has enumeration literals
findIsKindOf(Instance, Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findIsKindOf(Instance, Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds whether the given instance is typed directly or transitively by the given type
findIsKindOf(Literal, Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findIsKindOf(Literal, Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds if the given literal is typed directly or transitively by the given type
findIsSubTermOf(Term, Term) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findIsSubTermOf(Term, Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Determines if the given term is a sub term of the given super term
findIsTypeOf(Instance, Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findIsTypeOf(Instance, Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds whether the given instance is typed directly by the given type
findKeyAxioms(Entity) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findKeyAxioms(Entity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Find key axioms that are defined on the given entity
findKeyAxiomsWithProperty(Property) - Static method in class io.opencaesar.oml.util.OmlIndex
findKeyAxiomsWithProperty(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds key axioms referencing the given property
findLiteralEnumerationAxioms(Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
findLiteralEnumerationAxioms(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Find literal enumeration axioms that are defined on the given scalar
findPropertyCardinalityRestrictionAxiomsWithRange(Type) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyCardinalityRestrictionAxiomsWithRange(Type, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property cardinality restriction axioms referencing the given range
findPropertyContainedValue(Instance, StructuredProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyContainedValue(Instance, StructuredProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the first contained value of given structured property defined on the given instance
findPropertyEquivalenceAxiomsWithSubProperty(Property) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyEquivalenceAxiomsWithSubProperty(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds property equivalence axioms that have the given property as a sub
findPropertyEquivalenceAxiomsWithSuperProperty(Property) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyEquivalenceAxiomsWithSuperProperty(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property equivalence axioms referencing the given property
findPropertyLiteralValue(Instance, ScalarProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyLiteralValue(Instance, ScalarProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the first literal value of given scalar property defined on the given instance
findPropertyPredicatesWithProperty(Property) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyPredicatesWithProperty(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property predicates referencing the given property
findPropertyRangeRestrictionAxiomsWithRange(Type) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyRangeRestrictionAxiomsWithRange(Type, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property range restriction axioms referencing the given range
findPropertyReferencedValue(Instance, Relation) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyReferencedValue(Instance, Relation, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the first referenced value of given structured property defined on the given instance
findPropertyRestrictionAxioms(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyRestrictionAxioms(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Find property restriction axioms that are defined on the given classifier
findPropertyRestrictionAxiomsWithProperty(Property) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyRestrictionAxiomsWithProperty(Property, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property restriction axioms referencing the given property
findPropertyValueAssertionsWithObject(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyValueAssertionsWithObject(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds relation value assertions that have the given instance as their object
findPropertyValueAssertionsWithProperty(SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyValueAssertionsWithProperty(SemanticProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property value assertions referencing the given property
findPropertyValueAssertionsWithReferencedValue(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyValueAssertionsWithReferencedValue(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property value assertions referencing the given referenced value
findPropertyValueAssertionsWithSubject(Instance) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyValueAssertionsWithSubject(Instance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds property value assertions that have the given instance as their source
findPropertyValueRestrictionAxiomsWithReferencedValue(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findPropertyValueRestrictionAxiomsWithReferencedValue(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds property value restriction axioms referencing the given referenced value
findPropertyValues(Instance, SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
findPropertyValues(Instance, SemanticProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds elements that represent values of given semantic property defined on the given instance
findQuotedLiteralsWithType(Scalar) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findQuotedLiteralsWithType(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds quoted literals referencing the given scalar as type
findRanges(SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findRanges(SemanticProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the ranges of the given semantic property
findRefs(Member) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findRefs(Member, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds refs to the given member
findRelationBasesWithSource(Entity) - Static method in class io.opencaesar.oml.util.OmlIndex
findRelationBasesWithSource(Entity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds relation bases referencing the given entity as source
findRelationBasesWithTarget(Entity) - Static method in class io.opencaesar.oml.util.OmlIndex
findRelationBasesWithTarget(Entity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds relation bases referencing the given entity as target
findRelationEntitiesWithRef(RelationEntity) - Static method in class io.opencaesar.oml.util.OmlIndex
findRelationEntitiesWithRef(RelationEntity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds relation entity referencing the given relation entity
findRelationEntityPredicatesWithType(RelationEntity) - Static method in class io.opencaesar.oml.util.OmlIndex
findRelationEntityPredicatesWithType(RelationEntity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds relation entity predicates referencing the given relation entity
findRelationInstancesWithRef(RelationInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findRelationInstancesWithRef(RelationInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds relation instance referencing the given relation instance
findRelationInstancesWithSource(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findRelationInstancesWithSource(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds relation instances referencing the given named instance as source
findRelationInstancesWithTarget(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlIndex
findRelationInstancesWithTarget(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds relation instances referencing the given named instance as target
findRulesWithRef(Rule) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findRulesWithRef(Rule, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds rule referencing the given rule
findScalarEquivalenceAxiomsWithSubScalar(Scalar) - Static method in class io.opencaesar.oml.util.OmlSearch
findScalarEquivalenceAxiomsWithSubScalar(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds scalar equivalence axioms that have the given scalar as a sub
findScalarEquivalenceAxiomsWithSuperScalar(Scalar) - Static method in class io.opencaesar.oml.util.OmlIndex
findScalarEquivalenceAxiomsWithSuperScalar(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds scalars equivalence axioms referencing the given scalar
findScalarPropertiesWithDomain(Classifier) - Static method in class io.opencaesar.oml.util.OmlIndex
findScalarPropertiesWithDomain(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds scalar properties referencing the given classifier as domain
findScalarPropertiesWithRange(Scalar) - Static method in class io.opencaesar.oml.util.OmlIndex
findScalarPropertiesWithRange(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds scalar properties referencing the given scalar as range
findScalarPropertiesWithRef(ScalarProperty) - Static method in class io.opencaesar.oml.util.OmlIndex
findScalarPropertiesWithRef(ScalarProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds scalar property referencing the given scalar property
findScalarsWithRef(Scalar) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findScalarsWithRef(Scalar, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds scalar referencing the given scalar
findSemanticPropertiesWithDomain(Classifier) - Static method in class io.opencaesar.oml.util.OmlSearch
findSemanticPropertiesWithDomain(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds semantic properties referencing the given classifier as domain
findSemanticPropertiesWithRange(Type) - Static method in class io.opencaesar.oml.util.OmlSearch
findSemanticPropertiesWithRange(Type, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds semantic properties referencing the given type as range
findSourceRelations(Entity) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findSourceRelations(Entity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds relations that have the given entity as their source
findSources(RelationBase) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findSources(RelationBase, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the sources of the given relation base
findSpecializationAxiomsWithSubTerm(Term) - Static method in class io.opencaesar.oml.util.OmlSearch
findSpecializationAxiomsWithSubTerm(Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds specialization axioms that have the given term as a sub term
findSpecializationAxiomsWithSuperTerm(Term) - Static method in class io.opencaesar.oml.util.OmlIndex
findSpecializationAxiomsWithSuperTerm(Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds specialization axioms referencing the given super term
findSpecializationSubTerms(Term) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findSpecializationSubTerms(Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds terms that are the direct specialization sub terms of the given term
findSpecializationSuperTerms(Term) - Static method in class io.opencaesar.oml.util.OmlSearch
findSpecializationSuperTerms(Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds terms that are the direct specialization super terms of the given term
findStructuredPropertiesWithDomain(Classifier) - Static method in class io.opencaesar.oml.util.OmlIndex
findStructuredPropertiesWithDomain(Classifier, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds structured properties referencing the given classifier as domain
findStructuredPropertiesWithRange(Structure) - Static method in class io.opencaesar.oml.util.OmlIndex
findStructuredPropertiesWithRange(Structure, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds structured properties referencing the given structure as range
findStructuredPropertiesWithRef(StructuredProperty) - Static method in class io.opencaesar.oml.util.OmlIndex
findStructuredPropertiesWithRef(StructuredProperty, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds structured property referencing the given structured property
findStructureInstancesWithType(Structure) - Static method in class io.opencaesar.oml.util.OmlIndex
findStructureInstancesWithType(Structure, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds structure instances referencing the given structure as type
findStructuresWithRef(Structure) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findStructuresWithRef(Structure, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds structure referencing the given structure
findSubTerms(Term) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findSubTerms(Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds terms that are the direct sub (specific) terms of the given term
findSuperTerms(Term) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findSuperTerms(Term, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds terms that are the direct super (general) terms of the given term
findTargetRelations(Entity) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findTargetRelations(Entity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds relations that have the given entity as their target
findTargets(RelationBase) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findTargets(RelationBase, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds the targets of the given relation base
findTypeAssertions(NamedInstance) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findTypeAssertions(NamedInstance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds type assertions that are defined on the given named instance
findTypeAssertionsWithType(Entity) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findTypeAssertionsWithType(Entity, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds type assertions referencing the given type
findTypePredicatesWithType(Type) - Static method in class io.opencaesar.oml.util.OmlIndex
Deprecated.
findTypePredicatesWithType(Type, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds type predicates referencing the given type
findTypes(Instance) - Static method in class io.opencaesar.oml.util.OmlSearch
Deprecated.
findTypes(Instance, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlSearch
Finds classifiers that are direct types of the given instance
findUnreifiedRelationsWithRef(Relation) - Static method in class io.opencaesar.oml.util.OmlIndex
findUnreifiedRelationsWithRef(Relation, Set<Resource>) - Static method in class io.opencaesar.oml.util.OmlIndex
Finds unreified relations referencing the given relation
finish() - Method in class io.opencaesar.oml.util.OmlBuilder
Perform actions at the end of the building process
FORWARD_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Forward Relation' class.
FORWARD_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Forward Relation' class.
FORWARD_RELATION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
FORWARD_RELATION___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
FORWARD_RELATION___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domain List' operation.
FORWARD_RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domains' operation.
FORWARD_RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domains' operation.
FORWARD_RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Inverse' operation.
FORWARD_RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Inverse' operation.
FORWARD_RELATION___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
FORWARD_RELATION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
FORWARD_RELATION___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Range List' operation.
FORWARD_RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ranges' operation.
FORWARD_RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ranges' operation.
FORWARD_RELATION___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
FORWARD_RELATION___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ref' operation.
FORWARD_RELATION___IS_ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Asymmetric' operation.
FORWARD_RELATION___IS_ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Asymmetric' operation.
FORWARD_RELATION___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Functional' operation.
FORWARD_RELATION___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Functional' operation.
FORWARD_RELATION___IS_INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Inverse Functional' operation.
FORWARD_RELATION___IS_INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Inverse Functional' operation.
FORWARD_RELATION___IS_IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Irreflexive' operation.
FORWARD_RELATION___IS_IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Irreflexive' operation.
FORWARD_RELATION___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
FORWARD_RELATION___IS_REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Reflexive' operation.
FORWARD_RELATION___IS_REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Reflexive' operation.
FORWARD_RELATION___IS_SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Symmetric' operation.
FORWARD_RELATION___IS_SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Symmetric' operation.
FORWARD_RELATION___IS_TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Transitive' operation.
FORWARD_RELATION___IS_TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Transitive' operation.
FORWARD_RELATION___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
FORWARD_RELATION__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
FORWARD_RELATION__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
FORWARD_RELATION__RELATION_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Relation Entity' container reference.
FORWARD_RELATION__RELATION_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Relation Entity' container reference feature.
FORWARD_RELATION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Forward Relation' class.
FORWARD_RELATION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Forward Relation' class.
forwardRelation - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Forward Relation' containment reference.
ForwardRelation - Interface in io.opencaesar.oml
A representation of the model object 'Forward Relation'.
ForwardRelation - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:ForwardRelation IRI
ForwardRelationImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Forward Relation'.
ForwardRelationImpl() - Constructor for class io.opencaesar.oml.impl.ForwardRelationImpl
functional - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Functional' attribute.
functional - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Functional' attribute.
functional - Variable in class io.opencaesar.oml.impl.ScalarPropertyImpl
The cached value of the 'Functional' attribute.
functional - Variable in class io.opencaesar.oml.impl.StructuredPropertyImpl
The cached value of the 'Functional' attribute.
functional - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Functional' attribute.
FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationBaseImpl
The default value of the 'Functional' attribute.
FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationEntityImpl
The default value of the 'Functional' attribute.
FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ScalarPropertyImpl
The default value of the 'Functional' attribute.
FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.StructuredPropertyImpl
The default value of the 'Functional' attribute.
FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The default value of the 'Functional' attribute.

G

get(int) - Static method in enum class io.opencaesar.oml.CardinalityRestrictionKind
Returns the 'Cardinality Restriction Kind' literal with the specified integer value.
get(int) - Static method in enum class io.opencaesar.oml.ImportKind
Returns the 'Import Kind' literal with the specified integer value.
get(int) - Static method in enum class io.opencaesar.oml.RangeRestrictionKind
Returns the 'Range Restriction Kind' literal with the specified integer value.
get(int) - Static method in enum class io.opencaesar.oml.SeparatorKind
Returns the 'Separator Kind' literal with the specified integer value.
get(String) - Static method in enum class io.opencaesar.oml.CardinalityRestrictionKind
Returns the 'Cardinality Restriction Kind' literal with the specified literal value.
get(String) - Static method in enum class io.opencaesar.oml.ImportKind
Returns the 'Import Kind' literal with the specified literal value.
get(String) - Static method in enum class io.opencaesar.oml.RangeRestrictionKind
Returns the 'Range Restriction Kind' literal with the specified literal value.
get(String) - Static method in enum class io.opencaesar.oml.SeparatorKind
Returns the 'Separator Kind' literal with the specified literal value.
getAbbreviatedIri() - Method in class io.opencaesar.oml.impl.MemberImpl
getAbbreviatedIri() - Method in interface io.opencaesar.oml.Member
Gets the abbreviated IRI of this member
getAbbreviatedIriIn(Member, Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the abbreviated IRI of the given member in the given context ontology
getAnnotatedElement() - Method in interface io.opencaesar.oml.Annotation
Gets the identified element annotated by this annotation
getAnnotatedElement() - Method in class io.opencaesar.oml.impl.AnnotationImpl
getAnnotation() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotation() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Annotation'.
getAnnotation__GetAnnotatedElement() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotation__GetAnnotatedElement() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Annotated Element' operation.
getAnnotation__GetValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotation__GetValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Value' operation.
getAnnotation_LiteralValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotation_LiteralValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Literal Value'.
getAnnotation_OwningElement() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotation_OwningElement() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Element'.
getAnnotation_Property() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotation_Property() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Property'.
getAnnotation_ReferencedValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotation_ReferencedValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Referenced Value'.
getAnnotationLiteralValue(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the first literal value of a given annotation property in the given element
getAnnotationProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotationProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Annotation Property'.
getAnnotationProperty_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAnnotationProperty_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getAnnotationReferencedValue(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the first referenced value of a given annotation property in the given element
getAnnotationValues(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the values of a given annotation property in the given element
getAntecedent() - Method in class io.opencaesar.oml.impl.RuleImpl
getAntecedent() - Method in interface io.opencaesar.oml.Rule
Returns the value of the 'Antecedent' containment reference list.
getAntecedentRule() - Method in class io.opencaesar.oml.impl.PredicateImpl
getAntecedentRule() - Method in interface io.opencaesar.oml.Predicate
Returns the value of the 'Antecedent Rule' container reference.
getArgument() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getArgument() - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
getArgument() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Argument'.
getArgument() - Method in interface io.opencaesar.oml.UnaryPredicate
Returns the value of the 'Argument' containment reference.
getArgument__GetValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getArgument__GetValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Value' operation.
getArgument_Instance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getArgument_Instance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Instance'.
getArgument_Literal() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getArgument_Literal() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Literal'.
getArgument_Variable() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getArgument_Variable() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Variable'.
getArgument1() - Method in interface io.opencaesar.oml.BinaryPredicate
Returns the value of the 'Argument1' containment reference.
getArgument1() - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
getArgument1() - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
getArgument2() - Method in interface io.opencaesar.oml.BinaryPredicate
Returns the value of the 'Argument2' containment reference.
getArgument2() - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
getArgument2() - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
getArguments() - Method in interface io.opencaesar.oml.BuiltInPredicate
Returns the value of the 'Arguments' containment reference list.
getArguments() - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
getAspect() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAspect() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Aspect'.
getAspect_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAspect_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getAssertion() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAssertion() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Assertion'.
getAssertion__GetObject() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAssertion__GetObject() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Object' operation.
getAssertion__GetSubject() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAssertion__GetSubject() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Subject' operation.
getAssertions(Instance) - Static method in class io.opencaesar.oml.util.OmlRead
Gets all the assertions owned by the given instance
getAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Axiom'.
getAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getAxioms(SpecializableTerm) - Static method in class io.opencaesar.oml.util.OmlRead
Gets all the axioms specified on the given term
getBinaryPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBinaryPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Binary Predicate'.
getBinaryPredicate_Argument1() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBinaryPredicate_Argument1() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Argument1'.
getBinaryPredicate_Argument2() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBinaryPredicate_Argument2() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Argument2'.
getBooleanLiteral() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBooleanLiteral() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Boolean Literal'.
getBooleanLiteral__GetTypeIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBooleanLiteral__GetTypeIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Type Iri' operation.
getBooleanLiteral__IsValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBooleanLiteral__IsValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Value' operation.
getBooleanLiteral_Value() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBooleanLiteral_Value() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Value'.
getBuiltIn() - Method in interface io.opencaesar.oml.BuiltInPredicate
Returns the value of the 'Built In' reference.
getBuiltIn() - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
getBuiltIn() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBuiltIn() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Built In'.
getBuiltIn_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBuiltIn_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getBuiltInPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBuiltInPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Built In Predicate'.
getBuiltInPredicate_Arguments() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBuiltInPredicate_Arguments() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Arguments'.
getBuiltInPredicate_BuiltIn() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getBuiltInPredicate_BuiltIn() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Built In'.
getByName(String) - Static method in enum class io.opencaesar.oml.CardinalityRestrictionKind
Returns the 'Cardinality Restriction Kind' literal with the specified name.
getByName(String) - Static method in enum class io.opencaesar.oml.ImportKind
Returns the 'Import Kind' literal with the specified name.
getByName(String) - Static method in enum class io.opencaesar.oml.RangeRestrictionKind
Returns the 'Range Restriction Kind' literal with the specified name.
getByName(String) - Static method in enum class io.opencaesar.oml.SeparatorKind
Returns the 'Separator Kind' literal with the specified name.
getCardinality() - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
getCardinality() - Method in interface io.opencaesar.oml.PropertyCardinalityRestrictionAxiom
Returns the value of the 'Cardinality' attribute.
getCardinalityRestrictionKind() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getCardinalityRestrictionKind() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for enum 'Cardinality Restriction Kind'.
getCharacterizedTerm() - Method in interface io.opencaesar.oml.Axiom
Gets the term that is characterized by this axiom
getCharacterizedTerm() - Method in interface io.opencaesar.oml.ClassifierEquivalenceAxiom
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.AxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getCharacterizedTerm() - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
getCharacterizedTerm() - Method in interface io.opencaesar.oml.InstanceEnumerationAxiom
getCharacterizedTerm() - Method in interface io.opencaesar.oml.KeyAxiom
getCharacterizedTerm() - Method in interface io.opencaesar.oml.LiteralEnumerationAxiom
getCharacterizedTerm() - Method in interface io.opencaesar.oml.PropertyEquivalenceAxiom
getCharacterizedTerm() - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
getCharacterizedTerm() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
getCharacterizedTerm() - Method in interface io.opencaesar.oml.SpecializationAxiom
getClassifier() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifier() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Classifier'.
getClassifier_OwnedEquivalences() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifier_OwnedEquivalences() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Equivalences'.
getClassifier_OwnedPropertyRestrictions() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifier_OwnedPropertyRestrictions() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Property Restrictions'.
getClassifierEquivalenceAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifierEquivalenceAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Classifier Equivalence Axiom'.
getClassifierEquivalenceAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifierEquivalenceAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getClassifierEquivalenceAxiom__GetSubClassifier() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifierEquivalenceAxiom__GetSubClassifier() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Sub Classifier' operation.
getClassifierEquivalenceAxiom_OwnedPropertyRestrictions() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifierEquivalenceAxiom_OwnedPropertyRestrictions() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Property Restrictions'.
getClassifierEquivalenceAxiom_OwningClassifier() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifierEquivalenceAxiom_OwningClassifier() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Classifier'.
getClassifierEquivalenceAxiom_SuperClassifiers() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getClassifierEquivalenceAxiom_SuperClassifiers() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Super Classifiers'.
getConcept() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getConcept() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Concept'.
getConcept_OwnedEnumeration() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getConcept_OwnedEnumeration() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Owned Enumeration'.
getConcept_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getConcept_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getConceptInstance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getConceptInstance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Concept Instance'.
getConceptInstance_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getConceptInstance_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getConsequent() - Method in class io.opencaesar.oml.impl.RuleImpl
getConsequent() - Method in interface io.opencaesar.oml.Rule
Returns the value of the 'Consequent' containment reference list.
getConsequentRule() - Method in class io.opencaesar.oml.impl.PredicateImpl
getConsequentRule() - Method in interface io.opencaesar.oml.Predicate
Returns the value of the 'Consequent Rule' container reference.
getContainedValue() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getContainedValue() - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
getContainedValue() - Method in interface io.opencaesar.oml.PropertyValueAssertion
Returns the value of the 'Contained Value' containment reference.
getContainedValue() - Method in interface io.opencaesar.oml.PropertyValueRestrictionAxiom
Returns the value of the 'Contained Value' containment reference.
getDecimal() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDecimal() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for data type 'Decimal'.
getDecimalLiteral() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDecimalLiteral() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Decimal Literal'.
getDecimalLiteral__GetTypeIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDecimalLiteral__GetTypeIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Type Iri' operation.
getDecimalLiteral_Value() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDecimalLiteral_Value() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Value'.
getDescription() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDescription() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Description'.
getDescription_OwnedStatements() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDescription_OwnedStatements() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Statements'.
getDescriptionBox() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDescriptionBox() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Description Box'.
getDescriptionBundle() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDescriptionBundle() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Description Bundle'.
getDescriptionMember() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDescriptionMember() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Description Member'.
getDescriptionStatement() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDescriptionStatement() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Description Statement'.
getDescriptionStatement_OwningDescription() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDescriptionStatement_OwningDescription() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Description'.
getDifferentFromPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDifferentFromPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Different From Predicate'.
getDomainList() - Method in class io.opencaesar.oml.impl.RelationImpl
getDomainList() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getDomainList() - Method in class io.opencaesar.oml.impl.SemanticPropertyImpl
getDomainList() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getDomainList() - Method in interface io.opencaesar.oml.Relation
getDomainList() - Method in interface io.opencaesar.oml.ScalarProperty
getDomainList() - Method in interface io.opencaesar.oml.SemanticProperty
Gets the domains of this property
getDomainList() - Method in interface io.opencaesar.oml.StructuredProperty
getDomains() - Method in interface io.opencaesar.oml.ForwardRelation
getDomains() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
getDomains() - Method in class io.opencaesar.oml.impl.RelationImpl
getDomains() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
getDomains() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getDomains() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getDomains() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getDomains() - Method in interface io.opencaesar.oml.Relation
Gets the domain of this relation
getDomains() - Method in interface io.opencaesar.oml.ReverseRelation
getDomains() - Method in interface io.opencaesar.oml.ScalarProperty
Returns the value of the 'Domains' reference list.
getDomains() - Method in interface io.opencaesar.oml.StructuredProperty
Returns the value of the 'Domains' reference list.
getDomains() - Method in interface io.opencaesar.oml.UnreifiedRelation
getDouble() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDouble() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for data type 'Double'.
getDoubleLiteral() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDoubleLiteral() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Double Literal'.
getDoubleLiteral__GetTypeIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDoubleLiteral__GetTypeIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Type Iri' operation.
getDoubleLiteral_Value() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getDoubleLiteral_Value() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Value'.
getElement() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getElement() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Element'.
getElement__ExtraValidate__DiagnosticChain_Map() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getElement__ExtraValidate__DiagnosticChain_Map() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Extra Validate' operation.
getElement__GetOntology() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getElement__GetOntology() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ontology' operation.
getEntity() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getEntity() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Entity'.
getEntity_OwnedKeys() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getEntity_OwnedKeys() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Keys'.
getEntityTypes() - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
getEntityTypes() - Method in interface io.opencaesar.oml.NamedInstance
Gets the instance's entity types
getEnumeratedConcept() - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
getEnumeratedConcept() - Method in interface io.opencaesar.oml.InstanceEnumerationAxiom
Gets the concept that defines the given enumeration axiom
getEnumeratedScalar() - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
getEnumeratedScalar() - Method in interface io.opencaesar.oml.LiteralEnumerationAxiom
Gets the scalar that defines the given enumeration axiom
getEPackage() - Method in class io.opencaesar.oml.util.OmlValidator
Returns the package of this validator switch.
getEquivalenceSuperClassifiers(Classifier) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the equivalence super classifiers of the given classifier
getEquivalenceSuperProperties(Property) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the equivalence super properties of the given property
getEquivalenceSuperScalars(Scalar) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the equivalence super scalars of the given scalar
getForwardRelation() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
getForwardRelation() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Forward Relation'.
getForwardRelation() - Method in interface io.opencaesar.oml.RelationEntity
Returns the value of the 'Forward Relation' containment reference.
getForwardRelation__GetDomains() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__GetDomains() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domains' operation.
getForwardRelation__GetInverse() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__GetInverse() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Inverse' operation.
getForwardRelation__GetRanges() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__GetRanges() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ranges' operation.
getForwardRelation__GetRef() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__GetRef() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ref' operation.
getForwardRelation__IsAsymmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__IsAsymmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Asymmetric' operation.
getForwardRelation__IsFunctional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__IsFunctional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Functional' operation.
getForwardRelation__IsInverseFunctional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__IsInverseFunctional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Inverse Functional' operation.
getForwardRelation__IsIrreflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__IsIrreflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Irreflexive' operation.
getForwardRelation__IsReflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__IsReflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Reflexive' operation.
getForwardRelation__IsSymmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__IsSymmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Symmetric' operation.
getForwardRelation__IsTransitive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation__IsTransitive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Transitive' operation.
getForwardRelation_RelationEntity() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getForwardRelation_RelationEntity() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Relation Entity'.
getID() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getID() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for data type 'ID'.
getIdentifiedElement() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getIdentifiedElement() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Identified Element'.
getIdentifiedElement__GetIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getIdentifiedElement__GetIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Iri' operation.
getIdentifiedElement_OwnedAnnotations() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getIdentifiedElement_OwnedAnnotations() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Annotations'.
getImport() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImport() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Import'.
getImport__GetIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImport__GetIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Iri' operation.
getImport__GetSeparator() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImport__GetSeparator() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Separator' operation.
getImport_Kind() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImport_Kind() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Kind'.
getImport_Namespace() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImport_Namespace() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Namespace'.
getImport_OwningOntology() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImport_OwningOntology() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Ontology'.
getImport_Prefix() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImport_Prefix() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Prefix'.
getImportedOntologies(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the ontologies directly imported by a given ontology This will cause an imported ontology's resource to load if not already loaded
getImportedOntology(Import) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the ontology that is imported by the given import This will cause an imported ontology's resource to load if not already loaded
getImportedOntologyByIri(Ontology, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets an ontology directly imported by a given ontology using the given IRI This will cause an imported ontology's resource to load if not already loaded
getImportedOntologyByPrefix(Ontology, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets an ontology directly imported by a given ontology using the given prefix This will cause an imported ontology's resource to load if not already loaded
getImportedOntologyClosure(Ontology, boolean) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the ontologies directly or transitively imported by the given ontology This will cause an imported ontology's resource to load if not already loaded
getImportingOntologies(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets loaded ontologies that directly import the given ontology
getImportingOntology(Import) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the ontology that owns the given import
getImportKind() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getImportKind() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for enum 'Import Kind'.
getImportNamespaceToPrefixMap(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a map from import namespaces to import prefixes in the given ontology
getImportPrefixToNamespaceMap(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a map from import prefixes to import namespaces in the given ontology
getImportScope(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the set of resources that represent the import scope of the given ontology This will cause an imported ontology's resource to load if not already loaded
getInstance() - Method in interface io.opencaesar.oml.Argument
Returns the value of the 'Instance' reference.
getInstance() - Method in class io.opencaesar.oml.impl.ArgumentImpl
getInstance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Instance'.
getInstance__GetTypes() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstance__GetTypes() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Types' operation.
getInstance_OwnedPropertyValues() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstance_OwnedPropertyValues() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Property Values'.
getInstanceEnumerationAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstanceEnumerationAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Instance Enumeration Axiom'.
getInstanceEnumerationAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstanceEnumerationAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getInstanceEnumerationAxiom__GetEnumeratedConcept() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstanceEnumerationAxiom__GetEnumeratedConcept() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Enumerated Concept' operation.
getInstanceEnumerationAxiom_Instances() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstanceEnumerationAxiom_Instances() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Instances'.
getInstanceEnumerationAxiom_OwningConcept() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getInstanceEnumerationAxiom_OwningConcept() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Concept'.
getInstances() - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
getInstances() - Method in interface io.opencaesar.oml.InstanceEnumerationAxiom
Returns the value of the 'Instances' reference list.
getIntegerLiteral() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getIntegerLiteral() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Integer Literal'.
getIntegerLiteral__GetTypeIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getIntegerLiteral__GetTypeIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Type Iri' operation.
getIntegerLiteral_Value() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getIntegerLiteral_Value() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Value'.
getInverse() - Method in interface io.opencaesar.oml.ForwardRelation
getInverse() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
getInverse() - Method in class io.opencaesar.oml.impl.RelationImpl
getInverse() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
getInverse() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getInverse() - Method in interface io.opencaesar.oml.Relation
Gets the inverse of this relation
getInverse() - Method in interface io.opencaesar.oml.ReverseRelation
getInverse() - Method in interface io.opencaesar.oml.UnreifiedRelation
getIri() - Method in interface io.opencaesar.oml.IdentifiedElement
Gets the IRI of this element
getIri() - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
getIri() - Method in class io.opencaesar.oml.impl.ImportImpl
getIri() - Method in class io.opencaesar.oml.impl.MemberImpl
getIri() - Method in class io.opencaesar.oml.impl.OntologyImpl
getIri() - Method in interface io.opencaesar.oml.Import
Gets the imported ontology's IRI
getIri() - Method in interface io.opencaesar.oml.Member
Gets the IRI of this member
getIri() - Method in interface io.opencaesar.oml.Ontology
Get the namespace's iri
getJavaValue(Literal) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the Java Object value of the given literal
getKeyAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getKeyAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Key Axiom'.
getKeyAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getKeyAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getKeyAxiom__GetKeyedEntity() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getKeyAxiom__GetKeyedEntity() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Keyed Entity' operation.
getKeyAxiom_OwningEntity() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getKeyAxiom_OwningEntity() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Entity'.
getKeyAxiom_Properties() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getKeyAxiom_Properties() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Properties'.
getKeyedEntity() - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
getKeyedEntity() - Method in interface io.opencaesar.oml.KeyAxiom
Gets the entity that defines the given key axiom
getKind() - Method in class io.opencaesar.oml.impl.ImportImpl
getKind() - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
getKind() - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
getKind() - Method in interface io.opencaesar.oml.Import
Returns the value of the 'Kind' attribute.
getKind() - Method in interface io.opencaesar.oml.PropertyCardinalityRestrictionAxiom
Returns the value of the 'Kind' attribute.
getKind() - Method in interface io.opencaesar.oml.PropertyRangeRestrictionAxiom
Returns the value of the 'Kind' attribute.
getLangTag() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
getLangTag() - Method in interface io.opencaesar.oml.QuotedLiteral
Returns the value of the 'Lang Tag' attribute.
getLanguage() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getLanguage() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Language' attribute.
getLength() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getLength() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Length' attribute.
getLexicalValue() - Method in class io.opencaesar.oml.impl.LiteralImpl
getLexicalValue() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
getLexicalValue() - Method in interface io.opencaesar.oml.Literal
Gets the lexical value of the given literal
getLexicalValue() - Method in interface io.opencaesar.oml.QuotedLiteral
getLiteral() - Method in interface io.opencaesar.oml.Argument
Returns the value of the 'Literal' containment reference.
getLiteral() - Method in enum class io.opencaesar.oml.CardinalityRestrictionKind
getLiteral() - Method in class io.opencaesar.oml.impl.ArgumentImpl
getLiteral() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteral() - Method in enum class io.opencaesar.oml.ImportKind
getLiteral() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Literal'.
getLiteral() - Method in enum class io.opencaesar.oml.RangeRestrictionKind
getLiteral() - Method in enum class io.opencaesar.oml.SeparatorKind
getLiteral__GetLexicalValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteral__GetLexicalValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Lexical Value' operation.
getLiteral__GetStringValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteral__GetStringValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get String Value' operation.
getLiteral__GetTypeIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteral__GetTypeIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Type Iri' operation.
getLiteral__GetValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteral__GetValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Value' operation.
getLiteralEnumerationAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteralEnumerationAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Literal Enumeration Axiom'.
getLiteralEnumerationAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteralEnumerationAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getLiteralEnumerationAxiom__GetEnumeratedScalar() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteralEnumerationAxiom__GetEnumeratedScalar() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Enumerated Scalar' operation.
getLiteralEnumerationAxiom_Literals() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteralEnumerationAxiom_Literals() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Literals'.
getLiteralEnumerationAxiom_OwningScalar() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getLiteralEnumerationAxiom_OwningScalar() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Scalar'.
getLiterals() - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
getLiterals() - Method in interface io.opencaesar.oml.LiteralEnumerationAxiom
Returns the value of the 'Literals' containment reference list.
getLiteralValue() - Method in interface io.opencaesar.oml.Annotation
Returns the value of the 'Literal Value' containment reference.
getLiteralValue() - Method in class io.opencaesar.oml.impl.AnnotationImpl
getLiteralValue() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getLiteralValue() - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
getLiteralValue() - Method in interface io.opencaesar.oml.PropertyValueAssertion
Returns the value of the 'Literal Value' containment reference.
getLiteralValue() - Method in interface io.opencaesar.oml.PropertyValueRestrictionAxiom
Returns the value of the 'Literal Value' containment reference.
getMaxExclusive() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getMaxExclusive() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Max Exclusive' containment reference.
getMaxInclusive() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getMaxInclusive() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Max Inclusive' containment reference.
getMaxLength() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getMaxLength() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Max Length' attribute.
getMember() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getMember() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Member'.
getMember__GetAbbreviatedIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getMember__GetAbbreviatedIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Abbreviated Iri' operation.
getMember__GetIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getMember__GetIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Iri' operation.
getMember__GetRef() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getMember__GetRef() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ref' operation.
getMember__IsRef() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getMember__IsRef() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Ref' operation.
getMember__Resolve() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getMember__Resolve() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Resolve' operation.
getMember_Name() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getMember_Name() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Name'.
getMemberByAbbreviatedIri(Ontology, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a member with the given abbreviated IRI defined by the given ontology or its imports
getMemberByAbbreviatedIri(ResourceSet, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a member with the given abbreviated IRI in the given resource set
getMemberByIri(Ontology, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a member with the given IRI defined by the given ontology or its imports
getMemberByIri(ResourceSet, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a member with the given IRI in the given resource set
getMemberByName(Ontology, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a member with the given name defined in the given ontology
getMemberByResolvingIri(Resource, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a member with the given IRI that can be resolved in the context of the given resource This will cause the member's ontology resource to load if not already loaded
getMembers(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets all members defined in the given ontology
getMinExclusive() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getMinExclusive() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Min Exclusive' containment reference.
getMinInclusive() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getMinInclusive() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Min Inclusive' containment reference.
getMinLength() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getMinLength() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Min Length' attribute.
getName() - Method in enum class io.opencaesar.oml.CardinalityRestrictionKind
getName() - Method in class io.opencaesar.oml.impl.MemberImpl
getName() - Method in enum class io.opencaesar.oml.ImportKind
getName() - Method in interface io.opencaesar.oml.Member
Returns the value of the 'Name' attribute.
getName() - Method in enum class io.opencaesar.oml.RangeRestrictionKind
getName() - Method in enum class io.opencaesar.oml.SeparatorKind
getNamedInstance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getNamedInstance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Named Instance'.
getNamedInstance__GetEntityTypes() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getNamedInstance__GetEntityTypes() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Entity Types' operation.
getNamedInstance__GetTypes() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getNamedInstance__GetTypes() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Types' operation.
getNamedInstance_OwnedTypes() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getNamedInstance_OwnedTypes() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Types'.
getNamespace() - Method in class io.opencaesar.oml.impl.ImportImpl
getNamespace() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getNamespace() - Method in class io.opencaesar.oml.impl.OntologyImpl
getNamespace() - Method in interface io.opencaesar.oml.Import
Returns the value of the 'Namespace' attribute.
getNamespace() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for data type 'Namespace'.
getNamespace() - Method in interface io.opencaesar.oml.Ontology
Returns the value of the 'Namespace' attribute.
getNewResources() - Method in class io.opencaesar.oml.util.OmlBuilder
Gets all the newly created resources by the builder
getNumberOfFacets(ScalarEquivalenceAxiom) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the number of facets defined on the given scalar equivalence axiom
getObject() - Method in interface io.opencaesar.oml.Assertion
* Gets the instance that is the object of this assertion
getObject() - Method in class io.opencaesar.oml.impl.AssertionImpl
getObject() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getObject() - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
getObject() - Method in interface io.opencaesar.oml.PropertyValueAssertion
getObject() - Method in interface io.opencaesar.oml.TypeAssertion
getOmlFactory() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getOmlFactory() - Method in interface io.opencaesar.oml.OmlPackage
Returns the factory that creates the instances of the model.
getOmlPackage() - Method in class io.opencaesar.oml.impl.OmlFactoryImpl
getOmlPackage() - Method in interface io.opencaesar.oml.OmlFactory
Returns the package supported by this factory.
getOntologies(ResourceSet) - Static method in class io.opencaesar.oml.util.OmlRead
Gets all ontologies loaded in the given resource set
getOntology() - Method in interface io.opencaesar.oml.Element
Gets the ontology that defines this element
getOntology() - Method in class io.opencaesar.oml.impl.ElementImpl
getOntology() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getOntology() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Ontology'.
getOntology(Resource) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the ontology loaded in the given OML resource (if one exists)
getOntology__GetIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getOntology__GetIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Iri' operation.
getOntology__GetSeparator() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getOntology__GetSeparator() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Separator' operation.
getOntology_Namespace() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getOntology_Namespace() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Namespace'.
getOntology_OwnedImports() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getOntology_OwnedImports() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Imports'.
getOntology_Prefix() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getOntology_Prefix() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Prefix'.
getOntologyByIri(ResourceSet, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets an ontology with the given IRI loaded in the given resource set
getOntologyByPrefix(ResourceSet, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets an ontology with the given prefix loaded in the given resource set If more than one ontology has the same prefix, the first found is returned
getOntologyByResolvingIri(Resource, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets an ontology with the given IRI that can be resolved in the context of the given resource This will cause the ontology's resource to load if not already loaded
getOrAddRef(Ontology, Member) - Static method in class io.opencaesar.oml.util.OmlWrite
Gets an existing or creates a new ref to the given member in the context of the given ontology
getOwnedAnnotations() - Method in interface io.opencaesar.oml.IdentifiedElement
Returns the value of the 'Owned Annotations' containment reference list.
getOwnedAnnotations() - Method in class io.opencaesar.oml.impl.IdentifiedElementImpl
getOwnedEnumeration() - Method in interface io.opencaesar.oml.Concept
Returns the value of the 'Owned Enumeration' containment reference.
getOwnedEnumeration() - Method in class io.opencaesar.oml.impl.ConceptImpl
getOwnedEnumeration() - Method in class io.opencaesar.oml.impl.ScalarImpl
getOwnedEnumeration() - Method in interface io.opencaesar.oml.Scalar
Returns the value of the 'Owned Enumeration' containment reference.
getOwnedEquivalences() - Method in interface io.opencaesar.oml.Classifier
Returns the value of the 'Owned Equivalences' containment reference list.
getOwnedEquivalences() - Method in class io.opencaesar.oml.impl.ClassifierImpl
getOwnedEquivalences() - Method in class io.opencaesar.oml.impl.ScalarImpl
getOwnedEquivalences() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getOwnedEquivalences() - Method in class io.opencaesar.oml.impl.SpecializablePropertyImpl
getOwnedEquivalences() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getOwnedEquivalences() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getOwnedEquivalences() - Method in interface io.opencaesar.oml.Scalar
Returns the value of the 'Owned Equivalences' containment reference list.
getOwnedEquivalences() - Method in interface io.opencaesar.oml.SpecializableProperty
Returns the value of the 'Owned Equivalences' containment reference list.
getOwnedImports() - Method in class io.opencaesar.oml.impl.OntologyImpl
getOwnedImports() - Method in interface io.opencaesar.oml.Ontology
Returns the value of the 'Owned Imports' containment reference list.
getOwnedKeys() - Method in interface io.opencaesar.oml.Entity
Returns the value of the 'Owned Keys' containment reference list.
getOwnedKeys() - Method in class io.opencaesar.oml.impl.EntityImpl
getOwnedPropertyRestrictions() - Method in interface io.opencaesar.oml.Classifier
Returns the value of the 'Owned Property Restrictions' containment reference list.
getOwnedPropertyRestrictions() - Method in interface io.opencaesar.oml.ClassifierEquivalenceAxiom
Returns the value of the 'Owned Property Restrictions' containment reference list.
getOwnedPropertyRestrictions() - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
getOwnedPropertyRestrictions() - Method in class io.opencaesar.oml.impl.ClassifierImpl
getOwnedPropertyValues() - Method in class io.opencaesar.oml.impl.InstanceImpl
getOwnedPropertyValues() - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
getOwnedPropertyValues() - Method in interface io.opencaesar.oml.Instance
Returns the value of the 'Owned Property Values' containment reference list.
getOwnedSpecializations() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getOwnedSpecializations() - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
getOwnedSpecializations() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getOwnedSpecializations() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getOwnedSpecializations() - Method in interface io.opencaesar.oml.SpecializableTerm
Returns the value of the 'Owned Specializations' containment reference list.
getOwnedStatements() - Method in interface io.opencaesar.oml.Description
Returns the value of the 'Owned Statements' containment reference list.
getOwnedStatements() - Method in class io.opencaesar.oml.impl.DescriptionImpl
getOwnedStatements() - Method in class io.opencaesar.oml.impl.VocabularyImpl
getOwnedStatements() - Method in interface io.opencaesar.oml.Vocabulary
Returns the value of the 'Owned Statements' containment reference list.
getOwnedTypes() - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
getOwnedTypes() - Method in interface io.opencaesar.oml.NamedInstance
Returns the value of the 'Owned Types' containment reference list.
getOwningAssertion() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
getOwningAssertion() - Method in interface io.opencaesar.oml.StructureInstance
Returns the value of the 'Owning Assertion' container reference.
getOwningAxiom() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
getOwningAxiom() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
getOwningAxiom() - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
Returns the value of the 'Owning Axiom' container reference.
getOwningAxiom() - Method in interface io.opencaesar.oml.StructureInstance
Returns the value of the 'Owning Axiom' container reference.
getOwningClassifier() - Method in interface io.opencaesar.oml.ClassifierEquivalenceAxiom
Returns the value of the 'Owning Classifier' container reference.
getOwningClassifier() - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
getOwningClassifier() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
getOwningClassifier() - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
Returns the value of the 'Owning Classifier' container reference.
getOwningConcept() - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
getOwningConcept() - Method in interface io.opencaesar.oml.InstanceEnumerationAxiom
Returns the value of the 'Owning Concept' container reference.
getOwningDescription() - Method in interface io.opencaesar.oml.DescriptionStatement
Returns the value of the 'Owning Description' container reference.
getOwningDescription() - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
getOwningElement() - Method in interface io.opencaesar.oml.Annotation
Returns the value of the 'Owning Element' container reference.
getOwningElement() - Method in class io.opencaesar.oml.impl.AnnotationImpl
getOwningEntity() - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
getOwningEntity() - Method in interface io.opencaesar.oml.KeyAxiom
Returns the value of the 'Owning Entity' container reference.
getOwningInstance() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getOwningInstance() - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
getOwningInstance() - Method in interface io.opencaesar.oml.PropertyValueAssertion
Returns the value of the 'Owning Instance' container reference.
getOwningInstance() - Method in interface io.opencaesar.oml.TypeAssertion
Returns the value of the 'Owning Instance' container reference.
getOwningOntology() - Method in class io.opencaesar.oml.impl.ImportImpl
getOwningOntology() - Method in interface io.opencaesar.oml.Import
Returns the value of the 'Owning Ontology' container reference.
getOwningProperty() - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
getOwningProperty() - Method in interface io.opencaesar.oml.PropertyEquivalenceAxiom
Returns the value of the 'Owning Property' container reference.
getOwningScalar() - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
getOwningScalar() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getOwningScalar() - Method in interface io.opencaesar.oml.LiteralEnumerationAxiom
Returns the value of the 'Owning Scalar' container reference.
getOwningScalar() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Owning Scalar' container reference.
getOwningTerm() - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
getOwningTerm() - Method in interface io.opencaesar.oml.SpecializationAxiom
Returns the value of the 'Owning Term' container reference.
getOwningVocabulary() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getOwningVocabulary() - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
getOwningVocabulary() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getOwningVocabulary() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getOwningVocabulary() - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
getOwningVocabulary() - Method in interface io.opencaesar.oml.VocabularyStatement
Returns the value of the 'Owning Vocabulary' container reference.
getPackage() - Static method in class io.opencaesar.oml.impl.OmlFactoryImpl
Deprecated. 
getPattern() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getPattern() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Pattern' attribute.
getPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Predicate'.
getPredicate_AntecedentRule() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPredicate_AntecedentRule() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Antecedent Rule'.
getPredicate_ConsequentRule() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPredicate_ConsequentRule() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Consequent Rule'.
getPrefix() - Method in class io.opencaesar.oml.impl.ImportImpl
getPrefix() - Method in class io.opencaesar.oml.impl.OntologyImpl
getPrefix() - Method in interface io.opencaesar.oml.Import
Returns the value of the 'Prefix' attribute.
getPrefix() - Method in interface io.opencaesar.oml.Ontology
Returns the value of the 'Prefix' attribute.
getPrefixIn(Ontology, Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the prefix of a given ontology in a given context ontology If both ontologies are the same, the ontology's prefix will be returned; otherwise if the ontology is imported, its import prefix will be returned if specified; otherwise null will be returned.
getProperties() - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
getProperties() - Method in interface io.opencaesar.oml.KeyAxiom
Returns the value of the 'Properties' reference list.
getProperty() - Method in interface io.opencaesar.oml.Annotation
Returns the value of the 'Property' reference.
getProperty() - Method in class io.opencaesar.oml.impl.AnnotationImpl
getProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getProperty() - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
getProperty() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
getProperty() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property'.
getProperty() - Method in interface io.opencaesar.oml.PropertyPredicate
Returns the value of the 'Property' reference.
getProperty() - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
Returns the value of the 'Property' reference.
getProperty() - Method in interface io.opencaesar.oml.PropertyValueAssertion
Returns the value of the 'Property' reference.
getPropertyCardinalityRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyCardinalityRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Cardinality Restriction Axiom'.
getPropertyCardinalityRestrictionAxiom_Cardinality() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyCardinalityRestrictionAxiom_Cardinality() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Cardinality'.
getPropertyCardinalityRestrictionAxiom_Kind() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyCardinalityRestrictionAxiom_Kind() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Kind'.
getPropertyCardinalityRestrictionAxiom_Range() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyCardinalityRestrictionAxiom_Range() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Range'.
getPropertyContainedValue(Instance, StructuredProperty) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the first contained value of the given structured property in the given instance
getPropertyEquivalenceAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyEquivalenceAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Equivalence Axiom'.
getPropertyEquivalenceAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyEquivalenceAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getPropertyEquivalenceAxiom__GetSubProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyEquivalenceAxiom__GetSubProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Sub Property' operation.
getPropertyEquivalenceAxiom_OwningProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyEquivalenceAxiom_OwningProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Property'.
getPropertyEquivalenceAxiom_SuperProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyEquivalenceAxiom_SuperProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Super Property'.
getPropertyLiteralValue(Instance, ScalarProperty) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the first literal value of the given scalar property in the given instance
getPropertyPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Predicate'.
getPropertyPredicate_Property() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyPredicate_Property() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Property'.
getPropertyRangeRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRangeRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Range Restriction Axiom'.
getPropertyRangeRestrictionAxiom_Kind() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRangeRestrictionAxiom_Kind() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Kind'.
getPropertyRangeRestrictionAxiom_Range() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRangeRestrictionAxiom_Range() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Range'.
getPropertyReferencedValue(Instance, Relation) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the first referenced value of the given relation in the given instance
getPropertyRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Restriction Axiom'.
getPropertyRestrictionAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRestrictionAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getPropertyRestrictionAxiom__GetRestrictingDomain() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRestrictionAxiom__GetRestrictingDomain() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Restricting Domain' operation.
getPropertyRestrictionAxiom_OwningAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRestrictionAxiom_OwningAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Axiom'.
getPropertyRestrictionAxiom_OwningClassifier() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRestrictionAxiom_OwningClassifier() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Classifier'.
getPropertyRestrictionAxiom_Property() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyRestrictionAxiom_Property() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Property'.
getPropertySelfRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertySelfRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Self Restriction Axiom'.
getPropertyValueAssertion() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Value Assertion'.
getPropertyValueAssertion__GetObject() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion__GetObject() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Object' operation.
getPropertyValueAssertion__GetSubject() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion__GetSubject() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Subject' operation.
getPropertyValueAssertion__GetValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion__GetValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Value' operation.
getPropertyValueAssertion_ContainedValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion_ContainedValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Contained Value'.
getPropertyValueAssertion_LiteralValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion_LiteralValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Literal Value'.
getPropertyValueAssertion_OwningInstance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion_OwningInstance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Instance'.
getPropertyValueAssertion_Property() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion_Property() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Property'.
getPropertyValueAssertion_ReferencedValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueAssertion_ReferencedValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Referenced Value'.
getPropertyValueRestrictionAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueRestrictionAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Property Value Restriction Axiom'.
getPropertyValueRestrictionAxiom__GetValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueRestrictionAxiom__GetValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Value' operation.
getPropertyValueRestrictionAxiom_ContainedValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueRestrictionAxiom_ContainedValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Contained Value'.
getPropertyValueRestrictionAxiom_LiteralValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueRestrictionAxiom_LiteralValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Literal Value'.
getPropertyValueRestrictionAxiom_ReferencedValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getPropertyValueRestrictionAxiom_ReferencedValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Referenced Value'.
getPropertyValues(Instance, SemanticProperty) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the values of the given semantic property in the given instance
getQuotedLiteral() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getQuotedLiteral() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Quoted Literal'.
getQuotedLiteral__GetLexicalValue() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getQuotedLiteral__GetLexicalValue() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Lexical Value' operation.
getQuotedLiteral__GetTypeIri() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getQuotedLiteral__GetTypeIri() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Type Iri' operation.
getQuotedLiteral_LangTag() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getQuotedLiteral_LangTag() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Lang Tag'.
getQuotedLiteral_Type() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getQuotedLiteral_Type() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Type'.
getQuotedLiteral_Value() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getQuotedLiteral_Value() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Value'.
getRange() - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
getRange() - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
getRange() - Method in interface io.opencaesar.oml.PropertyCardinalityRestrictionAxiom
Returns the value of the 'Range' reference.
getRange() - Method in interface io.opencaesar.oml.PropertyRangeRestrictionAxiom
Returns the value of the 'Range' reference.
getRangeList() - Method in class io.opencaesar.oml.impl.RelationImpl
getRangeList() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getRangeList() - Method in class io.opencaesar.oml.impl.SemanticPropertyImpl
getRangeList() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getRangeList() - Method in interface io.opencaesar.oml.Relation
getRangeList() - Method in interface io.opencaesar.oml.ScalarProperty
getRangeList() - Method in interface io.opencaesar.oml.SemanticProperty
Gets the ranges of this property
getRangeList() - Method in interface io.opencaesar.oml.StructuredProperty
getRangeRestrictionKind() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRangeRestrictionKind() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for enum 'Range Restriction Kind'.
getRanges() - Method in interface io.opencaesar.oml.ForwardRelation
getRanges() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
getRanges() - Method in class io.opencaesar.oml.impl.RelationImpl
getRanges() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
getRanges() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getRanges() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getRanges() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getRanges() - Method in interface io.opencaesar.oml.Relation
Gets the range of the relation
getRanges() - Method in interface io.opencaesar.oml.ReverseRelation
getRanges() - Method in interface io.opencaesar.oml.ScalarProperty
Returns the value of the 'Ranges' reference list.
getRanges() - Method in interface io.opencaesar.oml.StructuredProperty
Returns the value of the 'Ranges' reference list.
getRanges() - Method in interface io.opencaesar.oml.UnreifiedRelation
getRef() - Method in interface io.opencaesar.oml.AnnotationProperty
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.Aspect
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.BuiltIn
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.Concept
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.ConceptInstance
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.ForwardRelation
getRef() - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
getRef() - Method in class io.opencaesar.oml.impl.AspectImpl
getRef() - Method in class io.opencaesar.oml.impl.BuiltInImpl
getRef() - Method in class io.opencaesar.oml.impl.ConceptImpl
getRef() - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
getRef() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
getRef() - Method in class io.opencaesar.oml.impl.MemberImpl
getRef() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
getRef() - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
getRef() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
getRef() - Method in class io.opencaesar.oml.impl.RuleImpl
getRef() - Method in class io.opencaesar.oml.impl.ScalarImpl
getRef() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
getRef() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
getRef() - Method in class io.opencaesar.oml.impl.StructureImpl
getRef() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getRef() - Method in interface io.opencaesar.oml.Member
Gets the Ref of this member
getRef() - Method in interface io.opencaesar.oml.RelationEntity
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.RelationInstance
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.ReverseRelation
getRef() - Method in interface io.opencaesar.oml.Rule
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.Scalar
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.ScalarProperty
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.Structure
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.StructuredProperty
Returns the value of the 'Ref' reference.
getRef() - Method in interface io.opencaesar.oml.UnreifiedRelation
Returns the value of the 'Ref' reference.
getReferencedValue() - Method in interface io.opencaesar.oml.Annotation
Returns the value of the 'Referenced Value' reference.
getReferencedValue() - Method in class io.opencaesar.oml.impl.AnnotationImpl
getReferencedValue() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getReferencedValue() - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
getReferencedValue() - Method in interface io.opencaesar.oml.PropertyValueAssertion
Returns the value of the 'Referenced Value' reference.
getReferencedValue() - Method in interface io.opencaesar.oml.PropertyValueRestrictionAxiom
Returns the value of the 'Referenced Value' reference.
getRefs(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets all refs defined in a given ontology
getRelation() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Relation'.
getRelation__GetDomainList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__GetDomainList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domain List' operation.
getRelation__GetDomains() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__GetDomains() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domains' operation.
getRelation__GetInverse() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__GetInverse() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Inverse' operation.
getRelation__GetRangeList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__GetRangeList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Range List' operation.
getRelation__GetRanges() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__GetRanges() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ranges' operation.
getRelation__IsAsymmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__IsAsymmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Asymmetric' operation.
getRelation__IsInverseFunctional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__IsInverseFunctional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Inverse Functional' operation.
getRelation__IsIrreflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__IsIrreflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Irreflexive' operation.
getRelation__IsReflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__IsReflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Reflexive' operation.
getRelation__IsSymmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__IsSymmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Symmetric' operation.
getRelation__IsTransitive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelation__IsTransitive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Transitive' operation.
getRelationBase() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
getRelationBase() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Relation Base'.
getRelationBase() - Method in interface io.opencaesar.oml.ReverseRelation
Returns the value of the 'Relation Base' container reference.
getRelationBase_Asymmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Asymmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Asymmetric'.
getRelationBase_Functional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Functional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Functional'.
getRelationBase_InverseFunctional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_InverseFunctional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Inverse Functional'.
getRelationBase_Irreflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Irreflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Irreflexive'.
getRelationBase_Reflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Reflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Reflexive'.
getRelationBase_ReverseRelation() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_ReverseRelation() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Reverse Relation'.
getRelationBase_Sources() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Sources() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Sources'.
getRelationBase_Symmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Symmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Symmetric'.
getRelationBase_Targets() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Targets() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Targets'.
getRelationBase_Transitive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationBase_Transitive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Transitive'.
getRelationEntity() - Method in interface io.opencaesar.oml.ForwardRelation
Returns the value of the 'Relation Entity' container reference.
getRelationEntity() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
getRelationEntity() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationEntity() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Relation Entity'.
getRelationEntity_ForwardRelation() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationEntity_ForwardRelation() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Forward Relation'.
getRelationEntity_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationEntity_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getRelationEntityPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationEntityPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Relation Entity Predicate'.
getRelationEntityPredicate_Type() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationEntityPredicate_Type() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Type'.
getRelationInstance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationInstance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Relation Instance'.
getRelationInstance_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationInstance_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getRelationInstance_Sources() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationInstance_Sources() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Sources'.
getRelationInstance_Targets() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRelationInstance_Targets() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Targets'.
getResolvedUri(Resource, String) - Static method in class io.opencaesar.oml.util.OmlRead
Gets a URI that is resolved by the given IRI in the context of the given OML resource.
getResolvedUris() - Method in class io.opencaesar.oml.util.OmlCatalog
Gets the physical URIs that are resolved by this catalog
getResolvedUris(Resource) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the URIs that can be resolved in the context of the given OML resource
getResourceLocator() - Method in class io.opencaesar.oml.util.OmlValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
getResourceSet() - Method in class io.opencaesar.oml.util.OmlBuilder
Gets the builder's resource set
getRestrictingDomain() - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
getRestrictingDomain() - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
Gets the restricting domain of the given property restriction axiom
getReverseRelation() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
getReverseRelation() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
getReverseRelation() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getReverseRelation() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Reverse Relation'.
getReverseRelation() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Reverse Relation' containment reference.
getReverseRelation__GetDomains() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__GetDomains() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domains' operation.
getReverseRelation__GetInverse() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__GetInverse() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Inverse' operation.
getReverseRelation__GetRanges() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__GetRanges() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ranges' operation.
getReverseRelation__GetRef() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__GetRef() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ref' operation.
getReverseRelation__IsAsymmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__IsAsymmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Asymmetric' operation.
getReverseRelation__IsFunctional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__IsFunctional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Functional' operation.
getReverseRelation__IsInverseFunctional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__IsInverseFunctional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Inverse Functional' operation.
getReverseRelation__IsIrreflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__IsIrreflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Irreflexive' operation.
getReverseRelation__IsReflexive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__IsReflexive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Reflexive' operation.
getReverseRelation__IsSymmetric() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__IsSymmetric() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Symmetric' operation.
getReverseRelation__IsTransitive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation__IsTransitive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Transitive' operation.
getReverseRelation_RelationBase() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getReverseRelation_RelationBase() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Relation Base'.
getRewriteUris() - Method in class io.opencaesar.oml.util.OmlCatalog
Gets the rewrite URIs supported by this catalog
getRule() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRule() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Rule'.
getRule_Antecedent() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRule_Antecedent() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Antecedent'.
getRule_Consequent() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRule_Consequent() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Consequent'.
getRule_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getRule_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getSameAsPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSameAsPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Same As Predicate'.
getScalar() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalar() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Scalar'.
getScalar_OwnedEnumeration() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalar_OwnedEnumeration() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Owned Enumeration'.
getScalar_OwnedEquivalences() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalar_OwnedEquivalences() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Equivalences'.
getScalar_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalar_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getScalarEquivalenceAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Scalar Equivalence Axiom'.
getScalarEquivalenceAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getScalarEquivalenceAxiom__GetSubScalar() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom__GetSubScalar() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Sub Scalar' operation.
getScalarEquivalenceAxiom_Language() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_Language() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Language'.
getScalarEquivalenceAxiom_Length() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_Length() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Length'.
getScalarEquivalenceAxiom_MaxExclusive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_MaxExclusive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Max Exclusive'.
getScalarEquivalenceAxiom_MaxInclusive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_MaxInclusive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Max Inclusive'.
getScalarEquivalenceAxiom_MaxLength() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_MaxLength() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Max Length'.
getScalarEquivalenceAxiom_MinExclusive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_MinExclusive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Min Exclusive'.
getScalarEquivalenceAxiom_MinInclusive() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_MinInclusive() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Min Inclusive'.
getScalarEquivalenceAxiom_MinLength() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_MinLength() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Min Length'.
getScalarEquivalenceAxiom_OwningScalar() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_OwningScalar() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Scalar'.
getScalarEquivalenceAxiom_Pattern() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_Pattern() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Pattern'.
getScalarEquivalenceAxiom_SuperScalar() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarEquivalenceAxiom_SuperScalar() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Super Scalar'.
getScalarProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Scalar Property'.
getScalarProperty__GetDomainList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarProperty__GetDomainList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domain List' operation.
getScalarProperty__GetRangeList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarProperty__GetRangeList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Range List' operation.
getScalarProperty_Domains() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarProperty_Domains() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Domains'.
getScalarProperty_Functional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarProperty_Functional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Functional'.
getScalarProperty_Ranges() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarProperty_Ranges() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Ranges'.
getScalarProperty_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getScalarProperty_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getSemanticProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSemanticProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Semantic Property'.
getSemanticProperty__GetDomainList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSemanticProperty__GetDomainList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domain List' operation.
getSemanticProperty__GetRangeList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSemanticProperty__GetRangeList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Range List' operation.
getSemanticProperty__IsFunctional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSemanticProperty__IsFunctional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Is Functional' operation.
getSeparator() - Method in class io.opencaesar.oml.impl.ImportImpl
getSeparator() - Method in class io.opencaesar.oml.impl.OntologyImpl
getSeparator() - Method in interface io.opencaesar.oml.Import
Gets the imported ontology's namespace's separator character [=SeparatorKinds=]
getSeparator() - Method in interface io.opencaesar.oml.Ontology
Get the namespace's separator char
getSeparatorKind() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSeparatorKind() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for enum 'Separator Kind'.
getSources() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
getSources() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
getSources() - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
getSources() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getSources() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Sources' reference list.
getSources() - Method in interface io.opencaesar.oml.RelationInstance
Returns the value of the 'Sources' reference list.
getSpecializableProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializableProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Specializable Property'.
getSpecializableProperty_OwnedEquivalences() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializableProperty_OwnedEquivalences() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Equivalences'.
getSpecializableTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializableTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Specializable Term'.
getSpecializableTerm_OwnedSpecializations() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializableTerm_OwnedSpecializations() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Specializations'.
getSpecializationAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializationAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Specialization Axiom'.
getSpecializationAxiom__GetCharacterizedTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializationAxiom__GetCharacterizedTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Characterized Term' operation.
getSpecializationAxiom__GetSubTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializationAxiom__GetSubTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Sub Term' operation.
getSpecializationAxiom_OwningTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializationAxiom_OwningTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Term'.
getSpecializationAxiom_SuperTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getSpecializationAxiom_SuperTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Super Term'.
getSpecializationSuperTerms(Term) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the specialization super terms of the given term
getStatement() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStatement() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Statement'.
getStatements(Ontology) - Static method in class io.opencaesar.oml.util.OmlRead
Gets all statements of the given ontology
getStringValue() - Method in class io.opencaesar.oml.impl.LiteralImpl
getStringValue() - Method in interface io.opencaesar.oml.Literal
Gets the string value of the given literal
getStructure() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructure() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Structure'.
getStructure_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructure_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getStructuredProperty() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructuredProperty() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Structured Property'.
getStructuredProperty__GetDomainList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructuredProperty__GetDomainList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domain List' operation.
getStructuredProperty__GetRangeList() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructuredProperty__GetRangeList() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Range List' operation.
getStructuredProperty_Domains() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructuredProperty_Domains() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Domains'.
getStructuredProperty_Functional() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructuredProperty_Functional() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the attribute 'Functional'.
getStructuredProperty_Ranges() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructuredProperty_Ranges() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference list 'Ranges'.
getStructuredProperty_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructuredProperty_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getStructureInstance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructureInstance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Structure Instance'.
getStructureInstance__GetTypes() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructureInstance__GetTypes() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Types' operation.
getStructureInstance_OwningAssertion() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructureInstance_OwningAssertion() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Assertion'.
getStructureInstance_OwningAxiom() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructureInstance_OwningAxiom() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Axiom'.
getStructureInstance_Type() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getStructureInstance_Type() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Type'.
getSubClassifier() - Method in interface io.opencaesar.oml.ClassifierEquivalenceAxiom
Gets the sub classifier of this axiom
getSubClassifier() - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
getSubject() - Method in interface io.opencaesar.oml.Assertion
* Gets the instance that is the subject of this assertion
getSubject() - Method in class io.opencaesar.oml.impl.AssertionImpl
getSubject() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getSubject() - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
getSubject() - Method in interface io.opencaesar.oml.PropertyValueAssertion
getSubject() - Method in interface io.opencaesar.oml.TypeAssertion
getSubProperty() - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
getSubProperty() - Method in interface io.opencaesar.oml.PropertyEquivalenceAxiom
Gets the sub property of this axiom
getSubScalar() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getSubScalar() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Gets the sub scalar of this axiom
getSubTerm() - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
getSubTerm() - Method in interface io.opencaesar.oml.SpecializationAxiom
Gets the sub (specific) term of the given specialization axiom
getSuperClassifiers() - Method in interface io.opencaesar.oml.ClassifierEquivalenceAxiom
Returns the value of the 'Super Classifiers' reference list.
getSuperClassifiers() - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
getSuperProperty() - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
getSuperProperty() - Method in interface io.opencaesar.oml.PropertyEquivalenceAxiom
Returns the value of the 'Super Property' reference.
getSuperScalar() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
getSuperScalar() - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Returns the value of the 'Super Scalar' reference.
getSuperTerm() - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
getSuperTerm() - Method in interface io.opencaesar.oml.SpecializationAxiom
Returns the value of the 'Super Term' reference.
getSuperTerms(Term) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the super terms of the given term
getTargets() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
getTargets() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
getTargets() - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
getTargets() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
getTargets() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Targets' reference list.
getTargets() - Method in interface io.opencaesar.oml.RelationInstance
Returns the value of the 'Targets' reference list.
getTerm() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTerm() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Term'.
getTerm(Predicate) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the term that is bound by the given predicate
getType() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getType() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
getType() - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
getType() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
getType() - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
getType() - Method in class io.opencaesar.oml.impl.TypePredicateImpl
getType() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Type'.
getType() - Method in interface io.opencaesar.oml.QuotedLiteral
Returns the value of the 'Type' reference.
getType() - Method in interface io.opencaesar.oml.RelationEntityPredicate
Returns the value of the 'Type' reference.
getType() - Method in interface io.opencaesar.oml.StructureInstance
Returns the value of the 'Type' reference.
getType() - Method in interface io.opencaesar.oml.TypeAssertion
Returns the value of the 'Type' reference.
getType() - Method in interface io.opencaesar.oml.TypePredicate
Returns the value of the 'Type' reference.
getType(Literal) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the type of the given literal
getTypeAssertion() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTypeAssertion() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Type Assertion'.
getTypeAssertion__GetObject() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTypeAssertion__GetObject() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Object' operation.
getTypeAssertion__GetSubject() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTypeAssertion__GetSubject() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Subject' operation.
getTypeAssertion_OwningInstance() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTypeAssertion_OwningInstance() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Instance'.
getTypeAssertion_Type() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTypeAssertion_Type() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Type'.
getTypeIri() - Method in interface io.opencaesar.oml.BooleanLiteral
getTypeIri() - Method in interface io.opencaesar.oml.DecimalLiteral
getTypeIri() - Method in interface io.opencaesar.oml.DoubleLiteral
getTypeIri() - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
getTypeIri() - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
getTypeIri() - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
getTypeIri() - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
getTypeIri() - Method in class io.opencaesar.oml.impl.LiteralImpl
getTypeIri() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
getTypeIri() - Method in interface io.opencaesar.oml.IntegerLiteral
getTypeIri() - Method in interface io.opencaesar.oml.Literal
Gets the iri of the given literal's type
getTypeIri() - Method in interface io.opencaesar.oml.QuotedLiteral
getTypePredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTypePredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Type Predicate'.
getTypePredicate_Type() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getTypePredicate_Type() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Type'.
getTypes() - Method in class io.opencaesar.oml.impl.InstanceImpl
getTypes() - Method in class io.opencaesar.oml.impl.NamedInstanceImpl
getTypes() - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
getTypes() - Method in interface io.opencaesar.oml.Instance
Gets the instance's types
getTypes() - Method in interface io.opencaesar.oml.NamedInstance
getTypes() - Method in interface io.opencaesar.oml.StructureInstance
getTypes(Instance) - Static method in class io.opencaesar.oml.util.OmlRead
Gets the types declared on the given instance
getUnaryPredicate() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnaryPredicate() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Unary Predicate'.
getUnaryPredicate_Argument() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnaryPredicate_Argument() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference 'Argument'.
getUnreifiedRelation() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnreifiedRelation() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Unreified Relation'.
getUnreifiedRelation__GetDomains() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnreifiedRelation__GetDomains() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Domains' operation.
getUnreifiedRelation__GetInverse() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnreifiedRelation__GetInverse() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Inverse' operation.
getUnreifiedRelation__GetRanges() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnreifiedRelation__GetRanges() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the 'Get Ranges' operation.
getUnreifiedRelation_Ref() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnreifiedRelation_Ref() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the reference 'Ref'.
getUnsignedInt() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnsignedInt() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for data type 'Unsigned Int'.
getUnsignedInteger() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getUnsignedInteger() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for data type 'Unsigned Integer'.
getValue() - Method in interface io.opencaesar.oml.Annotation
Gets the value of the annotation
getValue() - Method in interface io.opencaesar.oml.Argument
Gets the value of the annotation
getValue() - Method in interface io.opencaesar.oml.BooleanLiteral
Returns the value of the 'Value' attribute.
getValue() - Method in enum class io.opencaesar.oml.CardinalityRestrictionKind
getValue() - Method in interface io.opencaesar.oml.DecimalLiteral
Returns the value of the 'Value' attribute.
getValue() - Method in interface io.opencaesar.oml.DoubleLiteral
Returns the value of the 'Value' attribute.
getValue() - Method in class io.opencaesar.oml.impl.AnnotationImpl
getValue() - Method in class io.opencaesar.oml.impl.ArgumentImpl
getValue() - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
getValue() - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
getValue() - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
getValue() - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
getValue() - Method in class io.opencaesar.oml.impl.LiteralImpl
getValue() - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
getValue() - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
getValue() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
getValue() - Method in enum class io.opencaesar.oml.ImportKind
getValue() - Method in interface io.opencaesar.oml.IntegerLiteral
Returns the value of the 'Value' attribute.
getValue() - Method in interface io.opencaesar.oml.Literal
Gets the value of the given literal
getValue() - Method in interface io.opencaesar.oml.PropertyValueAssertion
Gets the asserted value
getValue() - Method in interface io.opencaesar.oml.PropertyValueRestrictionAxiom
Gets the restricted value
getValue() - Method in interface io.opencaesar.oml.QuotedLiteral
Returns the value of the 'Value' attribute.
getValue() - Method in enum class io.opencaesar.oml.RangeRestrictionKind
getValue() - Method in enum class io.opencaesar.oml.SeparatorKind
getVariable() - Method in interface io.opencaesar.oml.Argument
Returns the value of the 'Variable' attribute.
getVariable() - Method in class io.opencaesar.oml.impl.ArgumentImpl
getVocabulary() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getVocabulary() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Vocabulary'.
getVocabulary_OwnedStatements() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getVocabulary_OwnedStatements() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the containment reference list 'Owned Statements'.
getVocabularyBox() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getVocabularyBox() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Vocabulary Box'.
getVocabularyBundle() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getVocabularyBundle() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Vocabulary Bundle'.
getVocabularyMember() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getVocabularyMember() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Vocabulary Member'.
getVocabularyStatement() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getVocabularyStatement() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for class 'Vocabulary Statement'.
getVocabularyStatement_OwningVocabulary() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
getVocabularyStatement_OwningVocabulary() - Method in interface io.opencaesar.oml.OmlPackage
Returns the meta object for the container reference 'Owning Vocabulary'.

H

HASH - Enum constant in enum class io.opencaesar.oml.SeparatorKind
The 'Hash' literal object.
HASH_VALUE - Static variable in enum class io.opencaesar.oml.SeparatorKind
The 'Hash' literal value.

I

ID - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'ID' data type.
ID - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'ID' data type.
ID__PATTERN__VALUES - Static variable in class io.opencaesar.oml.util.OmlValidator
IDENTIFIED_ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Identified Element' class.
IDENTIFIED_ELEMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Identified Element' class.
IDENTIFIED_ELEMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
IDENTIFIED_ELEMENT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
IDENTIFIED_ELEMENT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Iri' operation.
IDENTIFIED_ELEMENT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
IDENTIFIED_ELEMENT__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
IDENTIFIED_ELEMENT__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Annotations' containment reference list feature.
IDENTIFIED_ELEMENT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Identified Element' class.
IDENTIFIED_ELEMENT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Identified Element' class.
IdentifiedElement - Interface in io.opencaesar.oml
A representation of the model object 'Identified Element'.
IdentifiedElementImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Identified Element'.
IdentifiedElementImpl() - Constructor for class io.opencaesar.oml.impl.IdentifiedElementImpl
Import - Interface in io.opencaesar.oml
A representation of the model object 'Import'.
IMPORT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Import' class.
IMPORT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Import' class.
IMPORT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
IMPORT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
IMPORT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Iri' operation.
IMPORT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
IMPORT___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
IMPORT___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Separator' operation.
IMPORT__KIND - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Kind' attribute.
IMPORT__KIND - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Kind' attribute feature.
IMPORT__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
IMPORT__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Namespace' attribute feature.
IMPORT__OWNING_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Ontology' container reference.
IMPORT__OWNING_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Ontology' container reference feature.
IMPORT__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
IMPORT__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Prefix' attribute feature.
IMPORT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Import' class.
IMPORT_KIND - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Import Kind' enum.
IMPORT_KIND - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Import Kind' enum.
IMPORT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Import' class.
ImportImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Import'.
ImportImpl() - Constructor for class io.opencaesar.oml.impl.ImportImpl
ImportKind - Enum Class in io.opencaesar.oml
A representation of the literals of the enumeration 'Import Kind', and utility methods for working with them.
INCLUSION - Enum constant in enum class io.opencaesar.oml.ImportKind
The 'Inclusion' literal object.
INCLUSION_VALUE - Static variable in enum class io.opencaesar.oml.ImportKind
The 'Inclusion' literal value.
init() - Static method in class io.opencaesar.oml.impl.OmlFactoryImpl
Creates the default factory implementation.
init() - Static method in class io.opencaesar.oml.impl.OmlPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
initializePackageContents() - Method in class io.opencaesar.oml.impl.OmlPackageImpl
Complete the initialization of the package and its meta-model.
instance - Variable in class io.opencaesar.oml.impl.ArgumentImpl
The cached value of the 'Instance' reference.
instance - Variable in class io.opencaesar.oml.util.OmlDelete.CascadeResult
The instance to delete
Instance - Interface in io.opencaesar.oml
A representation of the model object 'Instance'.
INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Instance' class.
INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Instance' class.
INSTANCE - Static variable in class io.opencaesar.oml.util.OmlFactory2
The singleton factory instance
INSTANCE - Static variable in class io.opencaesar.oml.util.OmlValidator
The cached model package
INSTANCE - Static variable in class io.opencaesar.oml.util.OmlValidator2
The singleton instance of this class
INSTANCE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
INSTANCE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Types' operation.
INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Types' operation.
INSTANCE__OWNED_PROPERTY_VALUES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Values' containment reference list.
INSTANCE__OWNED_PROPERTY_VALUES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Property Values' containment reference list feature.
INSTANCE_ENUMERATION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Instance Enumeration Axiom' class.
INSTANCE_ENUMERATION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Instance Enumeration Axiom' class.
INSTANCE_ENUMERATION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
INSTANCE_ENUMERATION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
INSTANCE_ENUMERATION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
INSTANCE_ENUMERATION_AXIOM___GET_ENUMERATED_CONCEPT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Enumerated Concept' operation.
INSTANCE_ENUMERATION_AXIOM___GET_ENUMERATED_CONCEPT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Enumerated Concept' operation.
INSTANCE_ENUMERATION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
INSTANCE_ENUMERATION_AXIOM__INSTANCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Instances' reference list.
INSTANCE_ENUMERATION_AXIOM__INSTANCES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Instances' reference list feature.
INSTANCE_ENUMERATION_AXIOM__OWNING_CONCEPT - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Concept' container reference.
INSTANCE_ENUMERATION_AXIOM__OWNING_CONCEPT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Concept' container reference feature.
INSTANCE_ENUMERATION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Instance Enumeration Axiom' class.
INSTANCE_ENUMERATION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Instance Enumeration Axiom' class.
INSTANCE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Instance' class.
INSTANCE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Instance' class.
InstanceEnumerationAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Instance Enumeration Axiom'.
InstanceEnumerationAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Instance Enumeration Axiom'.
InstanceEnumerationAxiomImpl() - Constructor for class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
InstanceImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Instance'.
InstanceImpl() - Constructor for class io.opencaesar.oml.impl.InstanceImpl
instances - Variable in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
The cached value of the 'Instances' reference list.
INTEGER_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Integer Literal' class.
INTEGER_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Integer Literal' class.
INTEGER_LITERAL___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
INTEGER_LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Lexical Value' operation.
INTEGER_LITERAL___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
INTEGER_LITERAL___GET_STRING_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get String Value' operation.
INTEGER_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Type Iri' operation.
INTEGER_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Type Iri' operation.
INTEGER_LITERAL___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
INTEGER_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Value' attribute.
INTEGER_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Value' attribute feature.
INTEGER_LITERAL_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Integer Literal' class.
INTEGER_LITERAL_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Integer Literal' class.
IntegerLiteral - Interface in io.opencaesar.oml
A representation of the model object 'Integer Literal'.
IntegerLiteralImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Integer Literal'.
IntegerLiteralImpl() - Constructor for class io.opencaesar.oml.impl.IntegerLiteralImpl
INVERSE_FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationBaseImpl
The default value of the 'Inverse Functional' attribute.
INVERSE_FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationEntityImpl
The default value of the 'Inverse Functional' attribute.
INVERSE_FUNCTIONAL_EDEFAULT - Static variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The default value of the 'Inverse Functional' attribute.
inverseFunctional - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Inverse Functional' attribute.
inverseFunctional - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Inverse Functional' attribute.
inverseFunctional - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Inverse Functional' attribute.
io.opencaesar.oml - package io.opencaesar.oml
 
io.opencaesar.oml.impl - package io.opencaesar.oml.impl
 
io.opencaesar.oml.resource - package io.opencaesar.oml.resource
 
io.opencaesar.oml.util - package io.opencaesar.oml.util
 
irreflexive - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Irreflexive' attribute.
irreflexive - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Irreflexive' attribute.
irreflexive - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Irreflexive' attribute.
IRREFLEXIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationBaseImpl
The default value of the 'Irreflexive' attribute.
IRREFLEXIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationEntityImpl
The default value of the 'Irreflexive' attribute.
IRREFLEXIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The default value of the 'Irreflexive' attribute.
isAnnotatedBy(IdentifiedElement, AnnotationProperty) - Static method in class io.opencaesar.oml.util.OmlRead
Determines whether the given element is annotated with the given annotation property
isAsymmetric() - Method in interface io.opencaesar.oml.ForwardRelation
isAsymmetric() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
isAsymmetric() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
isAsymmetric() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
isAsymmetric() - Method in class io.opencaesar.oml.impl.RelationImpl
isAsymmetric() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
isAsymmetric() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
isAsymmetric() - Method in interface io.opencaesar.oml.Relation
Gets whether this relation is asymmetric (i.e., A->B => !(B->A))
isAsymmetric() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Asymmetric' attribute.
isAsymmetric() - Method in interface io.opencaesar.oml.ReverseRelation
isEqual(Literal, Literal) - Static method in class io.opencaesar.oml.util.OmlRead
Determins if the two given literals are equal
isFactoryForType(Object) - Method in class io.opencaesar.oml.util.OmlAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFunctional() - Method in interface io.opencaesar.oml.ForwardRelation
isFunctional() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
isFunctional() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
isFunctional() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
isFunctional() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
isFunctional() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
isFunctional() - Method in class io.opencaesar.oml.impl.SemanticPropertyImpl
isFunctional() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
isFunctional() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
isFunctional() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Functional' attribute.
isFunctional() - Method in interface io.opencaesar.oml.ReverseRelation
isFunctional() - Method in interface io.opencaesar.oml.ScalarProperty
Returns the value of the 'Functional' attribute.
isFunctional() - Method in interface io.opencaesar.oml.SemanticProperty
Determines if this property is functional (has a max of one value per instance)
isFunctional() - Method in interface io.opencaesar.oml.StructuredProperty
Returns the value of the 'Functional' attribute.
isInClosure(T, V, boolean, Function<T, Collection<T>>) - Static method in class io.opencaesar.oml.util.OmlRead
Checks if a given item is in the closure of the given recursive function starting from a given root
isInverseFunctional() - Method in interface io.opencaesar.oml.ForwardRelation
isInverseFunctional() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
isInverseFunctional() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
isInverseFunctional() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
isInverseFunctional() - Method in class io.opencaesar.oml.impl.RelationImpl
isInverseFunctional() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
isInverseFunctional() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
isInverseFunctional() - Method in interface io.opencaesar.oml.Relation
Gets whether this relation is inverse functional (i.e., B->A and C->A => B=C)
isInverseFunctional() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Inverse Functional' attribute.
isInverseFunctional() - Method in interface io.opencaesar.oml.ReverseRelation
isIrreflexive() - Method in interface io.opencaesar.oml.ForwardRelation
isIrreflexive() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
isIrreflexive() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
isIrreflexive() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
isIrreflexive() - Method in class io.opencaesar.oml.impl.RelationImpl
isIrreflexive() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
isIrreflexive() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
isIrreflexive() - Method in interface io.opencaesar.oml.Relation
Gets whether this relation is irreflexive (i.e., A => !(A->A))
isIrreflexive() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Irreflexive' attribute.
isIrreflexive() - Method in interface io.opencaesar.oml.ReverseRelation
isRef() - Method in class io.opencaesar.oml.impl.MemberImpl
isRef() - Method in interface io.opencaesar.oml.Member
Determines if the member is a ref to another member
isReflexive() - Method in interface io.opencaesar.oml.ForwardRelation
isReflexive() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
isReflexive() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
isReflexive() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
isReflexive() - Method in class io.opencaesar.oml.impl.RelationImpl
isReflexive() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
isReflexive() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
isReflexive() - Method in interface io.opencaesar.oml.Relation
Gets whether this relation is reflexive (i.e., A => A->A)
isReflexive() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Reflexive' attribute.
isReflexive() - Method in interface io.opencaesar.oml.ReverseRelation
isResolvedUri(URI) - Static method in class io.opencaesar.oml.util.OmlRead
Determines whether the given URI can be resolved to an OML resource in the workspace
isStandardScalar(Scalar) - Static method in class io.opencaesar.oml.util.OmlRead
Determines if the given scalar is a standard one
isSwitchFor(EPackage) - Method in class io.opencaesar.oml.util.OmlSwitch
Checks whether this is a switch for the given package.
isSymmetric() - Method in interface io.opencaesar.oml.ForwardRelation
isSymmetric() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
isSymmetric() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
isSymmetric() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
isSymmetric() - Method in class io.opencaesar.oml.impl.RelationImpl
isSymmetric() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
isSymmetric() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
isSymmetric() - Method in interface io.opencaesar.oml.Relation
Gets whether this relation is symmetric (i.e., A->B => B->A)
isSymmetric() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Symmetric' attribute.
isSymmetric() - Method in interface io.opencaesar.oml.ReverseRelation
isTransitive() - Method in interface io.opencaesar.oml.ForwardRelation
isTransitive() - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
isTransitive() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
isTransitive() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
isTransitive() - Method in class io.opencaesar.oml.impl.RelationImpl
isTransitive() - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
isTransitive() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
isTransitive() - Method in interface io.opencaesar.oml.Relation
Gets whether this relation is transitive (i.e., A->B and B->C => A->C)
isTransitive() - Method in interface io.opencaesar.oml.RelationBase
Returns the value of the 'Transitive' attribute.
isTransitive() - Method in interface io.opencaesar.oml.ReverseRelation
isValue() - Method in interface io.opencaesar.oml.BooleanLiteral
isValue() - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl

K

KEY_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Key Axiom' class.
KEY_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Key Axiom' class.
KEY_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
KEY_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
KEY_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
KEY_AXIOM___GET_KEYED_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Keyed Entity' operation.
KEY_AXIOM___GET_KEYED_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Keyed Entity' operation.
KEY_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
KEY_AXIOM__OWNING_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Entity' container reference.
KEY_AXIOM__OWNING_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Entity' container reference feature.
KEY_AXIOM__PROPERTIES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Properties' reference list.
KEY_AXIOM__PROPERTIES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Properties' reference list feature.
KEY_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Key Axiom' class.
KEY_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Key Axiom' class.
KeyAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Key Axiom'.
KeyAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Key Axiom'.
KeyAxiomImpl() - Constructor for class io.opencaesar.oml.impl.KeyAxiomImpl
kind - Variable in class io.opencaesar.oml.impl.ImportImpl
The cached value of the 'Kind' attribute.
kind - Variable in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
The cached value of the 'Kind' attribute.
kind - Variable in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
The cached value of the 'Kind' attribute.
KIND_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ImportImpl
The default value of the 'Kind' attribute.
KIND_EDEFAULT - Static variable in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
The default value of the 'Kind' attribute.
KIND_EDEFAULT - Static variable in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
The default value of the 'Kind' attribute.

L

LANG_TAG_EDEFAULT - Static variable in class io.opencaesar.oml.impl.QuotedLiteralImpl
The default value of the 'Lang Tag' attribute.
langTag - Variable in class io.opencaesar.oml.impl.QuotedLiteralImpl
The cached value of the 'Lang Tag' attribute.
language - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Language' attribute.
LANGUAGE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The default value of the 'Language' attribute.
length - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Length' attribute.
LENGTH_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The default value of the 'Length' attribute.
literal - Variable in class io.opencaesar.oml.impl.ArgumentImpl
The cached value of the 'Literal' containment reference.
Literal - Interface in io.opencaesar.oml
A representation of the model object 'Literal'.
LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Literal' class.
LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Literal' class.
LITERAL___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Lexical Value' operation.
LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Lexical Value' operation.
LITERAL___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
LITERAL___GET_STRING_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get String Value' operation.
LITERAL___GET_STRING_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get String Value' operation.
LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Type Iri' operation.
LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Type Iri' operation.
LITERAL___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
LITERAL___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Value' operation.
LITERAL_ENUMERATION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Literal Enumeration Axiom' class.
LITERAL_ENUMERATION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Literal Enumeration Axiom' class.
LITERAL_ENUMERATION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
LITERAL_ENUMERATION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
LITERAL_ENUMERATION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
LITERAL_ENUMERATION_AXIOM___GET_ENUMERATED_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Enumerated Scalar' operation.
LITERAL_ENUMERATION_AXIOM___GET_ENUMERATED_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Enumerated Scalar' operation.
LITERAL_ENUMERATION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
LITERAL_ENUMERATION_AXIOM__LITERALS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Literals' containment reference list.
LITERAL_ENUMERATION_AXIOM__LITERALS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Literals' containment reference list feature.
LITERAL_ENUMERATION_AXIOM__OWNING_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Scalar' container reference.
LITERAL_ENUMERATION_AXIOM__OWNING_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Scalar' container reference feature.
LITERAL_ENUMERATION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Literal Enumeration Axiom' class.
LITERAL_ENUMERATION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Literal Enumeration Axiom' class.
LITERAL_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Literal' class.
LITERAL_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Literal' class.
LiteralEnumerationAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Literal Enumeration Axiom'.
LiteralEnumerationAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Literal Enumeration Axiom'.
LiteralEnumerationAxiomImpl() - Constructor for class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
LiteralImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Literal'.
LiteralImpl() - Constructor for class io.opencaesar.oml.impl.LiteralImpl
literals - Variable in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
The cached value of the 'Literals' containment reference list.
literalValue - Variable in class io.opencaesar.oml.impl.AnnotationImpl
The cached value of the 'Literal Value' containment reference.
literalValue - Variable in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
The cached value of the 'Literal Value' containment reference.
literalValue - Variable in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
The cached value of the 'Literal Value' containment reference.
load(Map<?, ?>) - Method in class io.opencaesar.oml.resource.OmlXMIResource
 

M

MAX - Enum constant in enum class io.opencaesar.oml.CardinalityRestrictionKind
The 'Max' literal object.
MAX_LENGTH_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The default value of the 'Max Length' attribute.
MAX_VALUE - Static variable in enum class io.opencaesar.oml.CardinalityRestrictionKind
The 'Max' literal value.
maxExclusive - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Max Exclusive' containment reference.
maxInclusive - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Max Inclusive' containment reference.
maxLength - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Max Length' attribute.
Member - Interface in io.opencaesar.oml
A representation of the model object 'Member'.
MEMBER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Member' class.
MEMBER - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Member' class.
MEMBER___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
MEMBER___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Abbreviated Iri' operation.
MEMBER___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
MEMBER___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Iri' operation.
MEMBER___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
MEMBER___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
MEMBER___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ref' operation.
MEMBER___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
MEMBER___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Ref' operation.
MEMBER___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
MEMBER___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Resolve' operation.
MEMBER___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
MEMBER__NAME - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Name' attribute feature.
MEMBER__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
MEMBER__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
MEMBER_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Member' class.
MEMBER_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Member' class.
MemberImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Member'.
MemberImpl() - Constructor for class io.opencaesar.oml.impl.MemberImpl
MIN - Enum constant in enum class io.opencaesar.oml.CardinalityRestrictionKind
The 'Min' literal object.
MIN_LENGTH_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The default value of the 'Min Length' attribute.
MIN_VALUE - Static variable in enum class io.opencaesar.oml.CardinalityRestrictionKind
The 'Min' literal value.
minExclusive - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Min Exclusive' containment reference.
minInclusive - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Min Inclusive' containment reference.
minLength - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Min Length' attribute.
modelPackage - Static variable in class io.opencaesar.oml.util.OmlAdapterFactory
The cached model package.
modelPackage - Static variable in class io.opencaesar.oml.util.OmlSwitch
The cached model package
modelSwitch - Variable in class io.opencaesar.oml.util.OmlAdapterFactory
The switch that delegates to the createXXX methods.

N

name - Variable in class io.opencaesar.oml.impl.MemberImpl
The cached value of the 'Name' attribute.
name - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:name annotation IRI
NAME_EDEFAULT - Static variable in class io.opencaesar.oml.impl.MemberImpl
The default value of the 'Name' attribute.
NAMED_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Named Instance' class.
NAMED_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Named Instance' class.
NAMED_INSTANCE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
NAMED_INSTANCE___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
NAMED_INSTANCE___GET_ENTITY_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Entity Types' operation.
NAMED_INSTANCE___GET_ENTITY_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Entity Types' operation.
NAMED_INSTANCE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
NAMED_INSTANCE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
NAMED_INSTANCE___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
NAMED_INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Types' operation.
NAMED_INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Types' operation.
NAMED_INSTANCE___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
NAMED_INSTANCE___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
NAMED_INSTANCE__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
NAMED_INSTANCE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
NAMED_INSTANCE__OWNED_PROPERTY_VALUES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Values' containment reference list.
NAMED_INSTANCE__OWNED_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Types' containment reference list feature.
NAMED_INSTANCE__OWNED_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Types' containment reference list.
NAMED_INSTANCE__OWNING_DESCRIPTION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Description' container reference.
NAMED_INSTANCE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Named Instance' class.
NAMED_INSTANCE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Named Instance' class.
NamedInstance - Interface in io.opencaesar.oml
A representation of the model object 'Named Instance'.
NamedInstanceImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Named Instance'.
NamedInstanceImpl() - Constructor for class io.opencaesar.oml.impl.NamedInstanceImpl
namespace - Variable in class io.opencaesar.oml.impl.ImportImpl
The cached value of the 'Namespace' attribute.
namespace - Variable in class io.opencaesar.oml.impl.OntologyImpl
The cached value of the 'Namespace' attribute.
namespace - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:namespace annotation IRI
NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Namespace' data type.
NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Namespace' data type.
NAMESPACE__PATTERN__VALUES - Static variable in class io.opencaesar.oml.util.OmlValidator
NAMESPACE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ImportImpl
The default value of the 'Namespace' attribute.
NAMESPACE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.OntologyImpl
The default value of the 'Namespace' attribute.
nestedResults - Variable in class io.opencaesar.oml.util.OmlDelete.CascadeResult
The nested cascade results

O

OML_EXTENSION - Static variable in interface io.opencaesar.oml.util.OmlConstants
The extension of OML Text files
OML_EXTENSION_LIST - Static variable in interface io.opencaesar.oml.util.OmlConstants
The supported OML file extension list
OML_EXTENSIONS - Static variable in interface io.opencaesar.oml.util.OmlConstants
The supported OML file extensions
OML_IRI - Static variable in interface io.opencaesar.oml.util.OmlConstants
The IRI of the OML vocabulary
OML_NS - Static variable in interface io.opencaesar.oml.util.OmlConstants
The namespace of the OML vocabulary
OML_PREFIX - Static variable in interface io.opencaesar.oml.util.OmlConstants
The prefix of the OML vocabulary
OmlAdapterFactory - Class in io.opencaesar.oml.util
The Adapter Factory for the model.
OmlAdapterFactory() - Constructor for class io.opencaesar.oml.util.OmlAdapterFactory
Creates an instance of the adapter factory.
OmlBuilder - Class in io.opencaesar.oml.util
The Builder for the model.
OmlBuilder(ResourceSet) - Constructor for class io.opencaesar.oml.util.OmlBuilder
Creates a new instance of the OML Builder for a given resource set
OmlCatalog - Class in io.opencaesar.oml.util
The Catalog that resolves logical IRIs to physical URIs.
OmlConstants - Interface in io.opencaesar.oml.util
The Constants used frequently by OML code base
OmlDelete - Class in io.opencaesar.oml.util
Utilities to help delete Oml elements
OmlDelete() - Constructor for class io.opencaesar.oml.util.OmlDelete
 
OmlDelete.CascadeDirection - Enum Class in io.opencaesar.oml.util
The enumeration of Cascade direction
OmlDelete.CascadeResult - Class in io.opencaesar.oml.util
A node in the cascade result tree
OmlDelete.CascadeRule - Class in io.opencaesar.oml.util
A cascade delete rule a) If direction is SOURCE_TO_TARGET, and the instance to be deleted matches the given source type, the instance to be deleted is related to a target instance with the given relation, the target instance matches the given target type, delete the target instance; a) If direction is TARGET_TO_SOURCE, and the instance to be deleted matches the given target type, the instance to be deleted is related to a source instance with the given relation, the source instance matches the given source type, delete the source instance;
OmlFactory - Interface in io.opencaesar.oml
The Factory for the model.
OmlFactory2 - Class in io.opencaesar.oml.util
The Factory2 for the model.
OmlFactoryImpl - Class in io.opencaesar.oml.impl
An implementation of the model Factory.
OmlFactoryImpl() - Constructor for class io.opencaesar.oml.impl.OmlFactoryImpl
Creates an instance of the factory.
OmlIndex - Class in io.opencaesar.oml.util
The Index API for the model.
OmlIndex() - Constructor for class io.opencaesar.oml.util.OmlIndex
 
OMLJSON_EXTENSION - Static variable in interface io.opencaesar.oml.util.OmlConstants
The extension of OML JSON files
OmlJsonResource - Class in io.opencaesar.oml.resource
The Json Resource implementation for the model.
OmlJsonResource(URI) - Constructor for class io.opencaesar.oml.resource.OmlJsonResource
 
OmlJsonResource(URI, boolean) - Constructor for class io.opencaesar.oml.resource.OmlJsonResource
 
OmlJsonResourceFactory - Class in io.opencaesar.oml.resource
The Json Resource Factory implementation for the model.
OmlJsonResourceFactory() - Constructor for class io.opencaesar.oml.resource.OmlJsonResourceFactory
 
OmlJsonResourceFactory(boolean) - Constructor for class io.opencaesar.oml.resource.OmlJsonResourceFactory
 
OmlJsonURIHandler - Class in io.opencaesar.oml.resource
The Json URI Handler implementation for the model.
OmlJsonURIHandler(Resource) - Constructor for class io.opencaesar.oml.resource.OmlJsonURIHandler
 
OmlPackage - Interface in io.opencaesar.oml
The Package for the model.
OmlPackage.Literals - Interface in io.opencaesar.oml
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
OmlPackageImpl - Class in io.opencaesar.oml.impl
An implementation of the model Package.
OmlRead - Class in io.opencaesar.oml.util
The Read API for the model.
OmlRead() - Constructor for class io.opencaesar.oml.util.OmlRead
 
OmlSearch - Class in io.opencaesar.oml.util
The Search API for the model.
OmlSearch() - Constructor for class io.opencaesar.oml.util.OmlSearch
 
OmlSwitch<T> - Class in io.opencaesar.oml.util
The Switch for the model's inheritance hierarchy.
OmlSwitch() - Constructor for class io.opencaesar.oml.util.OmlSwitch
Creates an instance of the switch.
OmlValidator - Class in io.opencaesar.oml.util
The Validator for the model.
OmlValidator() - Constructor for class io.opencaesar.oml.util.OmlValidator
Creates an instance of the switch.
OmlValidator2 - Class in io.opencaesar.oml.util
The Validator2 for the model.
OmlWrite - Class in io.opencaesar.oml.util
The Write API for the model.
OmlWrite() - Constructor for class io.opencaesar.oml.util.OmlWrite
 
OMLXMI_EXTENSION - Static variable in interface io.opencaesar.oml.util.OmlConstants
The extension of OML XMI files
OmlXMIResource - Class in io.opencaesar.oml.resource
The XMI Resource implementation for the model.
OmlXMIResource(URI) - Constructor for class io.opencaesar.oml.resource.OmlXMIResource
Creates a new Oml XMI Resource given a uri of the resource
OmlXMIResource(URI, boolean) - Constructor for class io.opencaesar.oml.resource.OmlXMIResource
Creates a new Oml XMI Resource given a uri of the resource
OmlXMIResourceFactory - Class in io.opencaesar.oml.resource
The XMI Resource Factory implementation for the model.
OmlXMIResourceFactory() - Constructor for class io.opencaesar.oml.resource.OmlXMIResourceFactory
 
OmlXMIResourceFactory(boolean) - Constructor for class io.opencaesar.oml.resource.OmlXMIResourceFactory
 
OmlXMIURIHandler - Class in io.opencaesar.oml.resource
The XMI URI Handler implementation for the model.
OmlXMIURIHandler(Resource) - Constructor for class io.opencaesar.oml.resource.OmlXMIURIHandler
 
Ontology - Interface in io.opencaesar.oml
A representation of the model object 'Ontology'.
ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ontology' class.
ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Ontology' class.
ONTOLOGY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
ONTOLOGY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Iri' operation.
ONTOLOGY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
ONTOLOGY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
ONTOLOGY___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Separator' operation.
ONTOLOGY___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
ONTOLOGY__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Namespace' attribute feature.
ONTOLOGY__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
ONTOLOGY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
ONTOLOGY__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Imports' containment reference list feature.
ONTOLOGY__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Imports' containment reference list.
ONTOLOGY__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Prefix' attribute feature.
ONTOLOGY__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
ONTOLOGY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Ontology' class.
ONTOLOGY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Ontology' class.
OntologyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Ontology'.
OntologyImpl() - Constructor for class io.opencaesar.oml.impl.OntologyImpl
ownedAnnotations - Variable in class io.opencaesar.oml.impl.IdentifiedElementImpl
The cached value of the 'Owned Annotations' containment reference list.
ownedEnumeration - Variable in class io.opencaesar.oml.impl.ConceptImpl
The cached value of the 'Owned Enumeration' containment reference.
ownedEnumeration - Variable in class io.opencaesar.oml.impl.ScalarImpl
The cached value of the 'Owned Enumeration' containment reference.
ownedEquivalences - Variable in class io.opencaesar.oml.impl.ClassifierImpl
The cached value of the 'Owned Equivalences' containment reference list.
ownedEquivalences - Variable in class io.opencaesar.oml.impl.ScalarImpl
The cached value of the 'Owned Equivalences' containment reference list.
ownedEquivalences - Variable in class io.opencaesar.oml.impl.ScalarPropertyImpl
The cached value of the 'Owned Equivalences' containment reference list.
ownedEquivalences - Variable in class io.opencaesar.oml.impl.SpecializablePropertyImpl
The cached value of the 'Owned Equivalences' containment reference list.
ownedEquivalences - Variable in class io.opencaesar.oml.impl.StructuredPropertyImpl
The cached value of the 'Owned Equivalences' containment reference list.
ownedEquivalences - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Owned Equivalences' containment reference list.
ownedImports - Variable in class io.opencaesar.oml.impl.OntologyImpl
The cached value of the 'Owned Imports' containment reference list.
ownedKeys - Variable in class io.opencaesar.oml.impl.EntityImpl
The cached value of the 'Owned Keys' containment reference list.
ownedPropertyRestrictions - Variable in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
The cached value of the 'Owned Property Restrictions' containment reference list.
ownedPropertyRestrictions - Variable in class io.opencaesar.oml.impl.ClassifierImpl
The cached value of the 'Owned Property Restrictions' containment reference list.
ownedPropertyValues - Variable in class io.opencaesar.oml.impl.InstanceImpl
The cached value of the 'Owned Property Values' containment reference list.
ownedPropertyValues - Variable in class io.opencaesar.oml.impl.NamedInstanceImpl
The cached value of the 'Owned Property Values' containment reference list.
ownedSpecializations - Variable in class io.opencaesar.oml.impl.ScalarPropertyImpl
The cached value of the 'Owned Specializations' containment reference list.
ownedSpecializations - Variable in class io.opencaesar.oml.impl.SpecializableTermImpl
The cached value of the 'Owned Specializations' containment reference list.
ownedSpecializations - Variable in class io.opencaesar.oml.impl.StructuredPropertyImpl
The cached value of the 'Owned Specializations' containment reference list.
ownedSpecializations - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Owned Specializations' containment reference list.
ownedStatements - Variable in class io.opencaesar.oml.impl.DescriptionImpl
The cached value of the 'Owned Statements' containment reference list.
ownedStatements - Variable in class io.opencaesar.oml.impl.VocabularyImpl
The cached value of the 'Owned Statements' containment reference list.
ownedTypes - Variable in class io.opencaesar.oml.impl.NamedInstanceImpl
The cached value of the 'Owned Types' containment reference list.

P

pattern - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Pattern' attribute.
PATTERN_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The default value of the 'Pattern' attribute.
Predicate - Interface in io.opencaesar.oml
A representation of the model object 'Predicate'.
PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Predicate' class.
PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Predicate' class.
PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Antecedent Rule' container reference feature.
PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Consequent Rule' container reference feature.
PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Predicate' class.
PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Predicate' class.
PredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Predicate'.
PredicateImpl() - Constructor for class io.opencaesar.oml.impl.PredicateImpl
prefix - Variable in class io.opencaesar.oml.impl.ImportImpl
The cached value of the 'Prefix' attribute.
prefix - Variable in class io.opencaesar.oml.impl.OntologyImpl
The cached value of the 'Prefix' attribute.
prefix - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:prefix annotation IRI
PREFIX_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ImportImpl
The default value of the 'Prefix' attribute.
PREFIX_EDEFAULT - Static variable in class io.opencaesar.oml.impl.OntologyImpl
The default value of the 'Prefix' attribute.
properties - Variable in class io.opencaesar.oml.impl.KeyAxiomImpl
The cached value of the 'Properties' reference list.
property - Variable in class io.opencaesar.oml.impl.AnnotationImpl
The cached value of the 'Property' reference.
property - Variable in class io.opencaesar.oml.impl.PropertyPredicateImpl
The cached value of the 'Property' reference.
property - Variable in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
The cached value of the 'Property' reference.
property - Variable in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
The cached value of the 'Property' reference.
Property - Interface in io.opencaesar.oml
A representation of the model object 'Property'.
PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property' class.
PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property' class.
PROPERTY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
PROPERTY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
PROPERTY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
PROPERTY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
PROPERTY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
PROPERTY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
PROPERTY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Cardinality Restriction Axiom' class.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Cardinality Restriction Axiom' class.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM___GET_RESTRICTING_DOMAIN - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Restricting Domain' operation.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__CARDINALITY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Cardinality' attribute feature.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__CARDINALITY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Cardinality' attribute.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__KIND - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Kind' attribute feature.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__KIND - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Kind' attribute.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Axiom' container reference.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Classifier' container reference.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__RANGE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Range' reference feature.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM__RANGE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Range' reference.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Cardinality Restriction Axiom' class.
PROPERTY_CARDINALITY_RESTRICTION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Cardinality Restriction Axiom' class.
PROPERTY_EQUIVALENCE_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Equivalence Axiom' class.
PROPERTY_EQUIVALENCE_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Equivalence Axiom' class.
PROPERTY_EQUIVALENCE_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
PROPERTY_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
PROPERTY_EQUIVALENCE_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_EQUIVALENCE_AXIOM___GET_SUB_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Sub Property' operation.
PROPERTY_EQUIVALENCE_AXIOM___GET_SUB_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Sub Property' operation.
PROPERTY_EQUIVALENCE_AXIOM__OWNING_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Property' container reference feature.
PROPERTY_EQUIVALENCE_AXIOM__OWNING_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Property' container reference.
PROPERTY_EQUIVALENCE_AXIOM__SUPER_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Super Property' reference feature.
PROPERTY_EQUIVALENCE_AXIOM__SUPER_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Super Property' reference.
PROPERTY_EQUIVALENCE_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Equivalence Axiom' class.
PROPERTY_EQUIVALENCE_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Equivalence Axiom' class.
PROPERTY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property' class.
PROPERTY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property' class.
PROPERTY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Predicate' class.
PROPERTY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Predicate' class.
PROPERTY_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
PROPERTY_PREDICATE__ARGUMENT1 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument1' containment reference.
PROPERTY_PREDICATE__ARGUMENT2 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument2' containment reference.
PROPERTY_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
PROPERTY_PREDICATE__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property' reference feature.
PROPERTY_PREDICATE__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
PROPERTY_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Predicate' class.
PROPERTY_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Predicate' class.
PROPERTY_RANGE_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Range Restriction Axiom' class.
PROPERTY_RANGE_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Range Restriction Axiom' class.
PROPERTY_RANGE_RESTRICTION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_RANGE_RESTRICTION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
PROPERTY_RANGE_RESTRICTION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_RANGE_RESTRICTION_AXIOM___GET_RESTRICTING_DOMAIN - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Restricting Domain' operation.
PROPERTY_RANGE_RESTRICTION_AXIOM__KIND - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Kind' attribute feature.
PROPERTY_RANGE_RESTRICTION_AXIOM__KIND - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Kind' attribute.
PROPERTY_RANGE_RESTRICTION_AXIOM__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Axiom' container reference.
PROPERTY_RANGE_RESTRICTION_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Classifier' container reference.
PROPERTY_RANGE_RESTRICTION_AXIOM__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
PROPERTY_RANGE_RESTRICTION_AXIOM__RANGE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Range' reference feature.
PROPERTY_RANGE_RESTRICTION_AXIOM__RANGE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Range' reference.
PROPERTY_RANGE_RESTRICTION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Range Restriction Axiom' class.
PROPERTY_RANGE_RESTRICTION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Range Restriction Axiom' class.
PROPERTY_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Restriction Axiom' class.
PROPERTY_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Restriction Axiom' class.
PROPERTY_RESTRICTION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_RESTRICTION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
PROPERTY_RESTRICTION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
PROPERTY_RESTRICTION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_RESTRICTION_AXIOM___GET_RESTRICTING_DOMAIN - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Restricting Domain' operation.
PROPERTY_RESTRICTION_AXIOM___GET_RESTRICTING_DOMAIN - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Restricting Domain' operation.
PROPERTY_RESTRICTION_AXIOM__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Axiom' container reference feature.
PROPERTY_RESTRICTION_AXIOM__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Axiom' container reference.
PROPERTY_RESTRICTION_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Classifier' container reference feature.
PROPERTY_RESTRICTION_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Classifier' container reference.
PROPERTY_RESTRICTION_AXIOM__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property' reference feature.
PROPERTY_RESTRICTION_AXIOM__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
PROPERTY_RESTRICTION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Restriction Axiom' class.
PROPERTY_RESTRICTION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Restriction Axiom' class.
PROPERTY_SELF_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Self Restriction Axiom' class.
PROPERTY_SELF_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Self Restriction Axiom' class.
PROPERTY_SELF_RESTRICTION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_SELF_RESTRICTION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
PROPERTY_SELF_RESTRICTION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_SELF_RESTRICTION_AXIOM___GET_RESTRICTING_DOMAIN - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Restricting Domain' operation.
PROPERTY_SELF_RESTRICTION_AXIOM__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Axiom' container reference.
PROPERTY_SELF_RESTRICTION_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Classifier' container reference.
PROPERTY_SELF_RESTRICTION_AXIOM__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
PROPERTY_SELF_RESTRICTION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Self Restriction Axiom' class.
PROPERTY_SELF_RESTRICTION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Self Restriction Axiom' class.
PROPERTY_VALUE_ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Value Assertion' class.
PROPERTY_VALUE_ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Value Assertion' class.
PROPERTY_VALUE_ASSERTION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_VALUE_ASSERTION___GET_OBJECT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Object' operation.
PROPERTY_VALUE_ASSERTION___GET_OBJECT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Object' operation.
PROPERTY_VALUE_ASSERTION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_VALUE_ASSERTION___GET_SUBJECT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Subject' operation.
PROPERTY_VALUE_ASSERTION___GET_SUBJECT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Subject' operation.
PROPERTY_VALUE_ASSERTION___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Value' operation.
PROPERTY_VALUE_ASSERTION___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
PROPERTY_VALUE_ASSERTION__CONTAINED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Contained Value' containment reference feature.
PROPERTY_VALUE_ASSERTION__CONTAINED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Contained Value' containment reference.
PROPERTY_VALUE_ASSERTION__LITERAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Literal Value' containment reference feature.
PROPERTY_VALUE_ASSERTION__LITERAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Literal Value' containment reference.
PROPERTY_VALUE_ASSERTION__OWNING_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Instance' container reference feature.
PROPERTY_VALUE_ASSERTION__OWNING_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Instance' container reference.
PROPERTY_VALUE_ASSERTION__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property' reference feature.
PROPERTY_VALUE_ASSERTION__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
PROPERTY_VALUE_ASSERTION__REFERENCED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Referenced Value' reference feature.
PROPERTY_VALUE_ASSERTION__REFERENCED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Referenced Value' reference.
PROPERTY_VALUE_ASSERTION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Value Assertion' class.
PROPERTY_VALUE_ASSERTION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Value Assertion' class.
PROPERTY_VALUE_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Property Value Restriction Axiom' class.
PROPERTY_VALUE_RESTRICTION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Property Value Restriction Axiom' class.
PROPERTY_VALUE_RESTRICTION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
PROPERTY_VALUE_RESTRICTION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
PROPERTY_VALUE_RESTRICTION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
PROPERTY_VALUE_RESTRICTION_AXIOM___GET_RESTRICTING_DOMAIN - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Restricting Domain' operation.
PROPERTY_VALUE_RESTRICTION_AXIOM___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Value' operation.
PROPERTY_VALUE_RESTRICTION_AXIOM___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
PROPERTY_VALUE_RESTRICTION_AXIOM__CONTAINED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Contained Value' containment reference feature.
PROPERTY_VALUE_RESTRICTION_AXIOM__CONTAINED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Contained Value' containment reference.
PROPERTY_VALUE_RESTRICTION_AXIOM__LITERAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Literal Value' containment reference feature.
PROPERTY_VALUE_RESTRICTION_AXIOM__LITERAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Literal Value' containment reference.
PROPERTY_VALUE_RESTRICTION_AXIOM__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Axiom' container reference.
PROPERTY_VALUE_RESTRICTION_AXIOM__OWNING_CLASSIFIER - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Classifier' container reference.
PROPERTY_VALUE_RESTRICTION_AXIOM__PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Property' reference.
PROPERTY_VALUE_RESTRICTION_AXIOM__REFERENCED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Referenced Value' reference feature.
PROPERTY_VALUE_RESTRICTION_AXIOM__REFERENCED_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Referenced Value' reference.
PROPERTY_VALUE_RESTRICTION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Property Value Restriction Axiom' class.
PROPERTY_VALUE_RESTRICTION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Property Value Restriction Axiom' class.
PropertyCardinalityRestrictionAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Property Cardinality Restriction Axiom'.
PropertyCardinalityRestrictionAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Cardinality Restriction Axiom'.
PropertyCardinalityRestrictionAxiomImpl() - Constructor for class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
PropertyEquivalenceAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Property Equivalence Axiom'.
PropertyEquivalenceAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Equivalence Axiom'.
PropertyEquivalenceAxiomImpl() - Constructor for class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
PropertyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property'.
PropertyImpl() - Constructor for class io.opencaesar.oml.impl.PropertyImpl
PropertyPredicate - Interface in io.opencaesar.oml
A representation of the model object 'Property Predicate'.
PropertyPredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Predicate'.
PropertyPredicateImpl() - Constructor for class io.opencaesar.oml.impl.PropertyPredicateImpl
PropertyRangeRestrictionAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Property Range Restriction Axiom'.
PropertyRangeRestrictionAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Range Restriction Axiom'.
PropertyRangeRestrictionAxiomImpl() - Constructor for class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
PropertyRestrictionAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Property Restriction Axiom'.
PropertyRestrictionAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Restriction Axiom'.
PropertyRestrictionAxiomImpl() - Constructor for class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
PropertySelfRestrictionAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Property Self Restriction Axiom'.
PropertySelfRestrictionAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Self Restriction Axiom'.
PropertySelfRestrictionAxiomImpl() - Constructor for class io.opencaesar.oml.impl.PropertySelfRestrictionAxiomImpl
PropertyValueAssertion - Interface in io.opencaesar.oml
A representation of the model object 'Property Value Assertion'.
PropertyValueAssertionImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Value Assertion'.
PropertyValueAssertionImpl() - Constructor for class io.opencaesar.oml.impl.PropertyValueAssertionImpl
PropertyValueRestrictionAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Property Value Restriction Axiom'.
PropertyValueRestrictionAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Property Value Restriction Axiom'.
PropertyValueRestrictionAxiomImpl() - Constructor for class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl

Q

QUOTED_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Quoted Literal' class.
QUOTED_LITERAL - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Quoted Literal' class.
QUOTED_LITERAL___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
QUOTED_LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Lexical Value' operation.
QUOTED_LITERAL___GET_LEXICAL_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Lexical Value' operation.
QUOTED_LITERAL___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
QUOTED_LITERAL___GET_STRING_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get String Value' operation.
QUOTED_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Type Iri' operation.
QUOTED_LITERAL___GET_TYPE_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Type Iri' operation.
QUOTED_LITERAL___GET_VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Value' operation.
QUOTED_LITERAL__LANG_TAG - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Lang Tag' attribute feature.
QUOTED_LITERAL__LANG_TAG - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Lang Tag' attribute.
QUOTED_LITERAL__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type' reference feature.
QUOTED_LITERAL__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Type' reference.
QUOTED_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Value' attribute feature.
QUOTED_LITERAL__VALUE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Value' attribute.
QUOTED_LITERAL_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Quoted Literal' class.
QUOTED_LITERAL_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Quoted Literal' class.
QuotedLiteral - Interface in io.opencaesar.oml
A representation of the model object 'Quoted Literal'.
QuotedLiteralImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Quoted Literal'.
QuotedLiteralImpl() - Constructor for class io.opencaesar.oml.impl.QuotedLiteralImpl

R

range - Variable in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
The cached value of the 'Range' reference.
range - Variable in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
The cached value of the 'Range' reference.
RANGE_RESTRICTION_KIND - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Range Restriction Kind' enum.
RANGE_RESTRICTION_KIND - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Range Restriction Kind' enum.
RangeRestrictionKind - Enum Class in io.opencaesar.oml
A representation of the literals of the enumeration 'Range Restriction Kind', and utility methods for working with them.
ranges - Variable in class io.opencaesar.oml.impl.ScalarPropertyImpl
The cached value of the 'Ranges' reference list.
ranges - Variable in class io.opencaesar.oml.impl.StructuredPropertyImpl
The cached value of the 'Ranges' reference list.
recursiveDelete(Element) - Static method in class io.opencaesar.oml.util.OmlDelete
Deletes the given element and recursively all its referencing elements
recursiveDelete(OmlDelete.CascadeResult) - Static method in class io.opencaesar.oml.util.OmlDelete
Deletes the given cascade result recursively
ref - Variable in class io.opencaesar.oml.impl.AnnotationPropertyImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.AspectImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.BuiltInImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.ConceptImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.ConceptInstanceImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.RelationInstanceImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.RuleImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.ScalarImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.ScalarPropertyImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.StructuredPropertyImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.StructureImpl
The cached value of the 'Ref' reference.
ref - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Ref' reference.
referencedValue - Variable in class io.opencaesar.oml.impl.AnnotationImpl
The cached value of the 'Referenced Value' reference.
referencedValue - Variable in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
The cached value of the 'Referenced Value' reference.
referencedValue - Variable in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
The cached value of the 'Referenced Value' reference.
reflexive - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Reflexive' attribute.
reflexive - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Reflexive' attribute.
reflexive - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Reflexive' attribute.
REFLEXIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationBaseImpl
The default value of the 'Reflexive' attribute.
REFLEXIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationEntityImpl
The default value of the 'Reflexive' attribute.
REFLEXIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The default value of the 'Reflexive' attribute.
register() - Static method in class io.opencaesar.oml.resource.OmlJsonResourceFactory
Registers the factory with the OML XMI extension
register() - Static method in class io.opencaesar.oml.resource.OmlXMIResourceFactory
Registers the factory with the OML XMI extension
register(boolean) - Static method in class io.opencaesar.oml.resource.OmlJsonResourceFactory
Registers the factory with the OML XMI extension
register(boolean) - Static method in class io.opencaesar.oml.resource.OmlXMIResourceFactory
Registers the factory with the OML XMI extension
relation - Variable in class io.opencaesar.oml.util.OmlDelete.CascadeRule
The relation of the rule
Relation - Interface in io.opencaesar.oml
A representation of the model object 'Relation'.
RELATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Relation' class.
RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Relation' class.
RELATION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
RELATION___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
RELATION___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domain List' operation.
RELATION___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domain List' operation.
RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domains' operation.
RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domains' operation.
RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Inverse' operation.
RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Inverse' operation.
RELATION___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
RELATION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
RELATION___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Range List' operation.
RELATION___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Range List' operation.
RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ranges' operation.
RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ranges' operation.
RELATION___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
RELATION___IS_ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Asymmetric' operation.
RELATION___IS_ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Asymmetric' operation.
RELATION___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Functional' operation.
RELATION___IS_INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Inverse Functional' operation.
RELATION___IS_INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Inverse Functional' operation.
RELATION___IS_IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Irreflexive' operation.
RELATION___IS_IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Irreflexive' operation.
RELATION___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
RELATION___IS_REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Reflexive' operation.
RELATION___IS_REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Reflexive' operation.
RELATION___IS_SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Symmetric' operation.
RELATION___IS_SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Symmetric' operation.
RELATION___IS_TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Transitive' operation.
RELATION___IS_TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Transitive' operation.
RELATION___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
RELATION__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
RELATION__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
RELATION_BASE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Relation Base' class.
RELATION_BASE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Relation Base' class.
RELATION_BASE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
RELATION_BASE___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
RELATION_BASE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
RELATION_BASE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
RELATION_BASE___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
RELATION_BASE___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
RELATION_BASE___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
RELATION_BASE__ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Asymmetric' attribute feature.
RELATION_BASE__ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Asymmetric' attribute.
RELATION_BASE__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Functional' attribute feature.
RELATION_BASE__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Functional' attribute.
RELATION_BASE__INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Inverse Functional' attribute feature.
RELATION_BASE__INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Inverse Functional' attribute.
RELATION_BASE__IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Irreflexive' attribute feature.
RELATION_BASE__IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Irreflexive' attribute.
RELATION_BASE__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
RELATION_BASE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
RELATION_BASE__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
RELATION_BASE__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
RELATION_BASE__REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Reflexive' attribute feature.
RELATION_BASE__REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Reflexive' attribute.
RELATION_BASE__REVERSE_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Reverse Relation' containment reference feature.
RELATION_BASE__REVERSE_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Reverse Relation' containment reference.
RELATION_BASE__SOURCES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Sources' reference list feature.
RELATION_BASE__SOURCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Sources' reference list.
RELATION_BASE__SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Symmetric' attribute feature.
RELATION_BASE__SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Symmetric' attribute.
RELATION_BASE__TARGETS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Targets' reference list feature.
RELATION_BASE__TARGETS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Targets' reference list.
RELATION_BASE__TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Transitive' attribute feature.
RELATION_BASE__TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Transitive' attribute.
RELATION_BASE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Relation Base' class.
RELATION_BASE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Relation Base' class.
RELATION_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Relation Entity' class.
RELATION_ENTITY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Relation Entity' class.
RELATION_ENTITY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
RELATION_ENTITY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
RELATION_ENTITY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
RELATION_ENTITY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
RELATION_ENTITY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
RELATION_ENTITY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
RELATION_ENTITY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
RELATION_ENTITY__ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Asymmetric' attribute.
RELATION_ENTITY__FORWARD_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Forward Relation' containment reference feature.
RELATION_ENTITY__FORWARD_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Forward Relation' containment reference.
RELATION_ENTITY__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Functional' attribute.
RELATION_ENTITY__INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Inverse Functional' attribute.
RELATION_ENTITY__IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Irreflexive' attribute.
RELATION_ENTITY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
RELATION_ENTITY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
RELATION_ENTITY__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
RELATION_ENTITY__OWNED_KEYS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Keys' containment reference list.
RELATION_ENTITY__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Restrictions' containment reference list.
RELATION_ENTITY__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
RELATION_ENTITY__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
RELATION_ENTITY__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
RELATION_ENTITY__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
RELATION_ENTITY__REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Reflexive' attribute.
RELATION_ENTITY__REVERSE_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Reverse Relation' containment reference.
RELATION_ENTITY__SOURCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Sources' reference list.
RELATION_ENTITY__SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Symmetric' attribute.
RELATION_ENTITY__TARGETS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Targets' reference list.
RELATION_ENTITY__TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Transitive' attribute.
RELATION_ENTITY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Relation Entity' class.
RELATION_ENTITY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Relation Entity' class.
RELATION_ENTITY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Relation Entity Predicate' class.
RELATION_ENTITY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Relation Entity Predicate' class.
RELATION_ENTITY_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
RELATION_ENTITY_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
RELATION_ENTITY_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
RELATION_ENTITY_PREDICATE__ARGUMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument' containment reference.
RELATION_ENTITY_PREDICATE__ARGUMENT1 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument1' containment reference.
RELATION_ENTITY_PREDICATE__ARGUMENT2 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument2' containment reference.
RELATION_ENTITY_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
RELATION_ENTITY_PREDICATE__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type' reference feature.
RELATION_ENTITY_PREDICATE__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Type' reference.
RELATION_ENTITY_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Relation Entity Predicate' class.
RELATION_ENTITY_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Relation Entity Predicate' class.
RELATION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Relation' class.
RELATION_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Relation Instance' class.
RELATION_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Relation Instance' class.
RELATION_INSTANCE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
RELATION_INSTANCE___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
RELATION_INSTANCE___GET_ENTITY_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Entity Types' operation.
RELATION_INSTANCE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
RELATION_INSTANCE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
RELATION_INSTANCE___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
RELATION_INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Types' operation.
RELATION_INSTANCE___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
RELATION_INSTANCE___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
RELATION_INSTANCE__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
RELATION_INSTANCE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
RELATION_INSTANCE__OWNED_PROPERTY_VALUES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Values' containment reference list.
RELATION_INSTANCE__OWNED_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Types' containment reference list.
RELATION_INSTANCE__OWNING_DESCRIPTION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Description' container reference.
RELATION_INSTANCE__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
RELATION_INSTANCE__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
RELATION_INSTANCE__SOURCES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Sources' reference list feature.
RELATION_INSTANCE__SOURCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Sources' reference list.
RELATION_INSTANCE__TARGETS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Targets' reference list feature.
RELATION_INSTANCE__TARGETS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Targets' reference list.
RELATION_INSTANCE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Relation Instance' class.
RELATION_INSTANCE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Relation Instance' class.
RELATION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Relation' class.
relationBase - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:relationBase annotation IRI
RelationBase - Interface in io.opencaesar.oml
A representation of the model object 'Relation Base'.
RelationBaseImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Relation Base'.
RelationBaseImpl() - Constructor for class io.opencaesar.oml.impl.RelationBaseImpl
relationEntity - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:relationEntity annotation IRI
RelationEntity - Interface in io.opencaesar.oml
A representation of the model object 'Relation Entity'.
RelationEntity - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:RelationEntity IRI
RelationEntityImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Relation Entity'.
RelationEntityImpl() - Constructor for class io.opencaesar.oml.impl.RelationEntityImpl
RelationEntityPredicate - Interface in io.opencaesar.oml
A representation of the model object 'Relation Entity Predicate'.
RelationEntityPredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Relation Entity Predicate'.
RelationEntityPredicateImpl() - Constructor for class io.opencaesar.oml.impl.RelationEntityPredicateImpl
RelationImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Relation'.
RelationImpl() - Constructor for class io.opencaesar.oml.impl.RelationImpl
RelationInstance - Interface in io.opencaesar.oml
A representation of the model object 'Relation Instance'.
RelationInstance - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:RelationInstance IRI
RelationInstanceImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Relation Instance'.
RelationInstanceImpl() - Constructor for class io.opencaesar.oml.impl.RelationInstanceImpl
resolve() - Method in class io.opencaesar.oml.impl.MemberImpl
resolve() - Method in interface io.opencaesar.oml.Member
Determines if the member is a ref to another member
resolve(Class<T>, Ontology, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Resolves the given iri to an element of the given type in the context of the given ontology This function will throw a RuntimeException if the element was not resolved
resolve(URI) - Method in class io.opencaesar.oml.resource.OmlXMIURIHandler
 
resolve(URI, URI) - Method in class io.opencaesar.oml.resource.OmlJsonURIHandler
 
RESOLVE_IRI_USING_RESOURCE_SET - Static variable in interface io.opencaesar.oml.util.OmlConstants
A flag that can be set to Boolean.True in a resource set's loading options to enable resolving IRIs to URIs using already loaded OML ontologies when they are not resolvable using catalogs.
resolveUri(URI) - Method in class io.opencaesar.oml.util.OmlCatalog
Resolves the given logical URI to a physical URI
REVERSE_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Reverse Relation' class.
REVERSE_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Reverse Relation' class.
REVERSE_RELATION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
REVERSE_RELATION___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
REVERSE_RELATION___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domain List' operation.
REVERSE_RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domains' operation.
REVERSE_RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domains' operation.
REVERSE_RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Inverse' operation.
REVERSE_RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Inverse' operation.
REVERSE_RELATION___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
REVERSE_RELATION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
REVERSE_RELATION___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Range List' operation.
REVERSE_RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ranges' operation.
REVERSE_RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ranges' operation.
REVERSE_RELATION___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ref' operation.
REVERSE_RELATION___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
REVERSE_RELATION___IS_ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Asymmetric' operation.
REVERSE_RELATION___IS_ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Asymmetric' operation.
REVERSE_RELATION___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Functional' operation.
REVERSE_RELATION___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Functional' operation.
REVERSE_RELATION___IS_INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Inverse Functional' operation.
REVERSE_RELATION___IS_INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Inverse Functional' operation.
REVERSE_RELATION___IS_IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Irreflexive' operation.
REVERSE_RELATION___IS_IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Irreflexive' operation.
REVERSE_RELATION___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
REVERSE_RELATION___IS_REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Reflexive' operation.
REVERSE_RELATION___IS_REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Reflexive' operation.
REVERSE_RELATION___IS_SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Symmetric' operation.
REVERSE_RELATION___IS_SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Symmetric' operation.
REVERSE_RELATION___IS_TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Transitive' operation.
REVERSE_RELATION___IS_TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Transitive' operation.
REVERSE_RELATION___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
REVERSE_RELATION__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
REVERSE_RELATION__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
REVERSE_RELATION__RELATION_BASE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Relation Base' container reference feature.
REVERSE_RELATION__RELATION_BASE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Relation Base' container reference.
REVERSE_RELATION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Reverse Relation' class.
REVERSE_RELATION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Reverse Relation' class.
reverseRelation - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Reverse Relation' containment reference.
reverseRelation - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Reverse Relation' containment reference.
reverseRelation - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Reverse Relation' containment reference.
ReverseRelation - Interface in io.opencaesar.oml
A representation of the model object 'Reverse Relation'.
ReverseRelation - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:ReverseRelation IRI
ReverseRelationImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Reverse Relation'.
ReverseRelationImpl() - Constructor for class io.opencaesar.oml.impl.ReverseRelationImpl
Rule - Interface in io.opencaesar.oml
A representation of the model object 'Rule'.
Rule - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:Rule IRI
RULE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Rule' class.
RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Rule' class.
RULE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
RULE___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
RULE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
RULE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
RULE___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
RULE___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
RULE___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
RULE__ANTECEDENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Antecedent' containment reference list feature.
RULE__ANTECEDENT - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent' containment reference list.
RULE__CONSEQUENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Consequent' containment reference list feature.
RULE__CONSEQUENT - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent' containment reference list.
RULE__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
RULE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
RULE__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
RULE__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
RULE__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
RULE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Rule' class.
RULE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Rule' class.
RuleImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Rule'.
RuleImpl() - Constructor for class io.opencaesar.oml.impl.RuleImpl
run(Element, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator2
Validates the given Oml element by this validator's rules

S

SAME_AS_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Same As Predicate' class.
SAME_AS_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Same As Predicate' class.
SAME_AS_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SAME_AS_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SAME_AS_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
SAME_AS_PREDICATE__ARGUMENT1 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument1' containment reference.
SAME_AS_PREDICATE__ARGUMENT2 - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument2' containment reference.
SAME_AS_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
SAME_AS_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Same As Predicate' class.
SAME_AS_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Same As Predicate' class.
SameAsPredicate - Interface in io.opencaesar.oml
A representation of the model object 'Same As Predicate'.
SameAsPredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Same As Predicate'.
SameAsPredicateImpl() - Constructor for class io.opencaesar.oml.impl.SameAsPredicateImpl
Scalar - Interface in io.opencaesar.oml
A representation of the model object 'Scalar'.
Scalar - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:Scalar IRI
SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Scalar' class.
SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Scalar' class.
SCALAR___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SCALAR___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
SCALAR___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
SCALAR___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SCALAR___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
SCALAR___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
SCALAR___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
SCALAR__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
SCALAR__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
SCALAR__OWNED_ENUMERATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Enumeration' containment reference feature.
SCALAR__OWNED_ENUMERATION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Enumeration' containment reference.
SCALAR__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Equivalences' containment reference list feature.
SCALAR__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
SCALAR__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
SCALAR__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
SCALAR__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
SCALAR__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
SCALAR_EQUIVALENCE_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Scalar Equivalence Axiom' class.
SCALAR_EQUIVALENCE_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Scalar Equivalence Axiom' class.
SCALAR_EQUIVALENCE_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SCALAR_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
SCALAR_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
SCALAR_EQUIVALENCE_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SCALAR_EQUIVALENCE_AXIOM___GET_SUB_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Sub Scalar' operation.
SCALAR_EQUIVALENCE_AXIOM___GET_SUB_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Sub Scalar' operation.
SCALAR_EQUIVALENCE_AXIOM__LANGUAGE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Language' attribute feature.
SCALAR_EQUIVALENCE_AXIOM__LANGUAGE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Language' attribute.
SCALAR_EQUIVALENCE_AXIOM__LENGTH - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Length' attribute feature.
SCALAR_EQUIVALENCE_AXIOM__LENGTH - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Length' attribute.
SCALAR_EQUIVALENCE_AXIOM__MAX_EXCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Max Exclusive' containment reference feature.
SCALAR_EQUIVALENCE_AXIOM__MAX_EXCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Max Exclusive' containment reference.
SCALAR_EQUIVALENCE_AXIOM__MAX_INCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Max Inclusive' containment reference feature.
SCALAR_EQUIVALENCE_AXIOM__MAX_INCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Max Inclusive' containment reference.
SCALAR_EQUIVALENCE_AXIOM__MAX_LENGTH - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Max Length' attribute feature.
SCALAR_EQUIVALENCE_AXIOM__MAX_LENGTH - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Max Length' attribute.
SCALAR_EQUIVALENCE_AXIOM__MIN_EXCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Min Exclusive' containment reference feature.
SCALAR_EQUIVALENCE_AXIOM__MIN_EXCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Min Exclusive' containment reference.
SCALAR_EQUIVALENCE_AXIOM__MIN_INCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Min Inclusive' containment reference feature.
SCALAR_EQUIVALENCE_AXIOM__MIN_INCLUSIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Min Inclusive' containment reference.
SCALAR_EQUIVALENCE_AXIOM__MIN_LENGTH - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Min Length' attribute feature.
SCALAR_EQUIVALENCE_AXIOM__MIN_LENGTH - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Min Length' attribute.
SCALAR_EQUIVALENCE_AXIOM__OWNING_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Scalar' container reference feature.
SCALAR_EQUIVALENCE_AXIOM__OWNING_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Scalar' container reference.
SCALAR_EQUIVALENCE_AXIOM__PATTERN - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Pattern' attribute feature.
SCALAR_EQUIVALENCE_AXIOM__PATTERN - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Pattern' attribute.
SCALAR_EQUIVALENCE_AXIOM__SUPER_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Super Scalar' reference feature.
SCALAR_EQUIVALENCE_AXIOM__SUPER_SCALAR - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Super Scalar' reference.
SCALAR_EQUIVALENCE_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Scalar Equivalence Axiom' class.
SCALAR_EQUIVALENCE_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Scalar Equivalence Axiom' class.
SCALAR_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Scalar' class.
SCALAR_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Scalar' class.
SCALAR_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Scalar Property' class.
SCALAR_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Scalar Property' class.
SCALAR_PROPERTY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SCALAR_PROPERTY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
SCALAR_PROPERTY___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domain List' operation.
SCALAR_PROPERTY___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domain List' operation.
SCALAR_PROPERTY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
SCALAR_PROPERTY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SCALAR_PROPERTY___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Range List' operation.
SCALAR_PROPERTY___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Range List' operation.
SCALAR_PROPERTY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
SCALAR_PROPERTY___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Functional' operation.
SCALAR_PROPERTY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
SCALAR_PROPERTY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
SCALAR_PROPERTY__DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Domains' reference list feature.
SCALAR_PROPERTY__DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Domains' reference list.
SCALAR_PROPERTY__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Functional' attribute feature.
SCALAR_PROPERTY__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Functional' attribute.
SCALAR_PROPERTY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
SCALAR_PROPERTY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
SCALAR_PROPERTY__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
SCALAR_PROPERTY__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
SCALAR_PROPERTY__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
SCALAR_PROPERTY__RANGES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ranges' reference list feature.
SCALAR_PROPERTY__RANGES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ranges' reference list.
SCALAR_PROPERTY__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
SCALAR_PROPERTY__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
SCALAR_PROPERTY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Scalar Property' class.
SCALAR_PROPERTY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Scalar Property' class.
ScalarEquivalenceAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Scalar Equivalence Axiom'.
ScalarEquivalenceAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Scalar Equivalence Axiom'.
ScalarEquivalenceAxiomImpl() - Constructor for class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
ScalarImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Scalar'.
ScalarImpl() - Constructor for class io.opencaesar.oml.impl.ScalarImpl
ScalarProperty - Interface in io.opencaesar.oml
A representation of the model object 'Scalar Property'.
ScalarProperty - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:ScalarProperty IRI
ScalarPropertyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Scalar Property'.
ScalarPropertyImpl() - Constructor for class io.opencaesar.oml.impl.ScalarPropertyImpl
SEMANTIC_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Semantic Property' class.
SEMANTIC_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Semantic Property' class.
SEMANTIC_PROPERTY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SEMANTIC_PROPERTY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
SEMANTIC_PROPERTY___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domain List' operation.
SEMANTIC_PROPERTY___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domain List' operation.
SEMANTIC_PROPERTY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
SEMANTIC_PROPERTY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SEMANTIC_PROPERTY___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Range List' operation.
SEMANTIC_PROPERTY___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Range List' operation.
SEMANTIC_PROPERTY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
SEMANTIC_PROPERTY___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Is Functional' operation.
SEMANTIC_PROPERTY___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Functional' operation.
SEMANTIC_PROPERTY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
SEMANTIC_PROPERTY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
SEMANTIC_PROPERTY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
SEMANTIC_PROPERTY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
SEMANTIC_PROPERTY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Semantic Property' class.
SEMANTIC_PROPERTY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Semantic Property' class.
SemanticProperty - Interface in io.opencaesar.oml
A representation of the model object 'Semantic Property'.
SemanticPropertyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Semantic Property'.
SemanticPropertyImpl() - Constructor for class io.opencaesar.oml.impl.SemanticPropertyImpl
SEPARATOR_KIND - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Separator Kind' enum.
SEPARATOR_KIND - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Separator Kind' enum.
SeparatorKind - Enum Class in io.opencaesar.oml
A representation of the literals of the enumeration 'Separator Kind', and utility methods for working with them.
setAntecedentRule(Rule) - Method in class io.opencaesar.oml.impl.PredicateImpl
setAntecedentRule(Rule) - Method in interface io.opencaesar.oml.Predicate
Sets the value of the 'Antecedent Rule' container reference.
setArgument(Argument) - Method in class io.opencaesar.oml.impl.UnaryPredicateImpl
setArgument(Argument) - Method in interface io.opencaesar.oml.UnaryPredicate
Sets the value of the 'Argument' containment reference.
setArgument1(Argument) - Method in interface io.opencaesar.oml.BinaryPredicate
Sets the value of the 'Argument1' containment reference.
setArgument1(Argument) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
setArgument1(Argument) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
setArgument2(Argument) - Method in interface io.opencaesar.oml.BinaryPredicate
Sets the value of the 'Argument2' containment reference.
setArgument2(Argument) - Method in class io.opencaesar.oml.impl.BinaryPredicateImpl
setArgument2(Argument) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
setAsymmetric(boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setAsymmetric(boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setAsymmetric(boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setAsymmetric(boolean) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Asymmetric' attribute.
setBuiltIn(BuiltIn) - Method in interface io.opencaesar.oml.BuiltInPredicate
Sets the value of the 'Built In' reference.
setBuiltIn(BuiltIn) - Method in class io.opencaesar.oml.impl.BuiltInPredicateImpl
setCardinality(int) - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
setCardinality(int) - Method in interface io.opencaesar.oml.PropertyCardinalityRestrictionAxiom
Sets the value of the 'Cardinality' attribute.
setConsequentRule(Rule) - Method in class io.opencaesar.oml.impl.PredicateImpl
setConsequentRule(Rule) - Method in interface io.opencaesar.oml.Predicate
Sets the value of the 'Consequent Rule' container reference.
setContainedValue(StructureInstance) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
setContainedValue(StructureInstance) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
setContainedValue(StructureInstance) - Method in interface io.opencaesar.oml.PropertyValueAssertion
Sets the value of the 'Contained Value' containment reference.
setContainedValue(StructureInstance) - Method in interface io.opencaesar.oml.PropertyValueRestrictionAxiom
Sets the value of the 'Contained Value' containment reference.
setContainmentReference(Ontology, Element, EReference, Element) - Static method in class io.opencaesar.oml.util.OmlWrite
Sets the given object to be contained by the given subject in the context of the given ontology
setContainmentReference(Ontology, String, EReference, Element) - Method in class io.opencaesar.oml.util.OmlBuilder
Sets the given object to be contained by the given subject that is resolved by iri in the context of the given ontology
setCrossReference(Ontology, Element, EReference, Element) - Static method in class io.opencaesar.oml.util.OmlWrite
Sets the given eRef on the given subject to an object in the context of the given ontology
setCrossReference(Ontology, Element, EReference, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Sets the given eRef on the given subject to an object that is resolved by iri in the context of the given ontology Object iri resolution and setting of the cross reference is deferred until the building is finished
setCrossReferences(Ontology, Element, EReference, List<? extends Element>) - Static method in class io.opencaesar.oml.util.OmlWrite
Sets the given eRef on the given subject to a List of objects in the context of the given ontology
setCrossReferences(Ontology, Element, EReference, List<String>) - Method in class io.opencaesar.oml.util.OmlBuilder
Sets the given eRef on the given subject to a List of objects that are resolved by iri in the context of the given ontology Object iri resolution and setting of the cross reference is deferred until the building is finished
setForwardRelation(ForwardRelation) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setForwardRelation(ForwardRelation) - Method in interface io.opencaesar.oml.RelationEntity
Sets the value of the 'Forward Relation' containment reference.
setFunctional(boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setFunctional(boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setFunctional(boolean) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
setFunctional(boolean) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
setFunctional(boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setFunctional(boolean) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Functional' attribute.
setFunctional(boolean) - Method in interface io.opencaesar.oml.ScalarProperty
Sets the value of the 'Functional' attribute.
setFunctional(boolean) - Method in interface io.opencaesar.oml.StructuredProperty
Sets the value of the 'Functional' attribute.
setInstance(NamedInstance) - Method in interface io.opencaesar.oml.Argument
Sets the value of the 'Instance' reference.
setInstance(NamedInstance) - Method in class io.opencaesar.oml.impl.ArgumentImpl
setInverseFunctional(boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setInverseFunctional(boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setInverseFunctional(boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setInverseFunctional(boolean) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Inverse Functional' attribute.
setIrreflexive(boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setIrreflexive(boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setIrreflexive(boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setIrreflexive(boolean) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Irreflexive' attribute.
setKind(CardinalityRestrictionKind) - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
setKind(CardinalityRestrictionKind) - Method in interface io.opencaesar.oml.PropertyCardinalityRestrictionAxiom
Sets the value of the 'Kind' attribute.
setKind(ImportKind) - Method in class io.opencaesar.oml.impl.ImportImpl
setKind(ImportKind) - Method in interface io.opencaesar.oml.Import
Sets the value of the 'Kind' attribute.
setKind(RangeRestrictionKind) - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
setKind(RangeRestrictionKind) - Method in interface io.opencaesar.oml.PropertyRangeRestrictionAxiom
Sets the value of the 'Kind' attribute.
setLangTag(String) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
setLangTag(String) - Method in interface io.opencaesar.oml.QuotedLiteral
Sets the value of the 'Lang Tag' attribute.
setLanguage(String) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setLanguage(String) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Language' attribute.
setLength(Integer) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setLength(Integer) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Length' attribute.
setLiteral(Literal) - Method in interface io.opencaesar.oml.Argument
Sets the value of the 'Literal' containment reference.
setLiteral(Literal) - Method in class io.opencaesar.oml.impl.ArgumentImpl
setLiteralValue(Literal) - Method in interface io.opencaesar.oml.Annotation
Sets the value of the 'Literal Value' containment reference.
setLiteralValue(Literal) - Method in class io.opencaesar.oml.impl.AnnotationImpl
setLiteralValue(Literal) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
setLiteralValue(Literal) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
setLiteralValue(Literal) - Method in interface io.opencaesar.oml.PropertyValueAssertion
Sets the value of the 'Literal Value' containment reference.
setLiteralValue(Literal) - Method in interface io.opencaesar.oml.PropertyValueRestrictionAxiom
Sets the value of the 'Literal Value' containment reference.
setMaxExclusive(Literal) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setMaxExclusive(Literal) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Max Exclusive' containment reference.
setMaxInclusive(Literal) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setMaxInclusive(Literal) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Max Inclusive' containment reference.
setMaxLength(Integer) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setMaxLength(Integer) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Max Length' attribute.
setMinExclusive(Literal) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setMinExclusive(Literal) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Min Exclusive' containment reference.
setMinInclusive(Literal) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setMinInclusive(Literal) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Min Inclusive' containment reference.
setMinLength(Integer) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setMinLength(Integer) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Min Length' attribute.
setName(String) - Method in class io.opencaesar.oml.impl.MemberImpl
setName(String) - Method in interface io.opencaesar.oml.Member
Sets the value of the 'Name' attribute.
setNamespace(String) - Method in class io.opencaesar.oml.impl.ImportImpl
setNamespace(String) - Method in class io.opencaesar.oml.impl.OntologyImpl
setNamespace(String) - Method in interface io.opencaesar.oml.Import
Sets the value of the 'Namespace' attribute.
setNamespace(String) - Method in interface io.opencaesar.oml.Ontology
Sets the value of the 'Namespace' attribute.
setOwnedEnumeration(InstanceEnumerationAxiom) - Method in interface io.opencaesar.oml.Concept
Sets the value of the 'Owned Enumeration' containment reference.
setOwnedEnumeration(InstanceEnumerationAxiom) - Method in class io.opencaesar.oml.impl.ConceptImpl
setOwnedEnumeration(LiteralEnumerationAxiom) - Method in class io.opencaesar.oml.impl.ScalarImpl
setOwnedEnumeration(LiteralEnumerationAxiom) - Method in interface io.opencaesar.oml.Scalar
Sets the value of the 'Owned Enumeration' containment reference.
setOwningAssertion(PropertyValueAssertion) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
setOwningAssertion(PropertyValueAssertion) - Method in interface io.opencaesar.oml.StructureInstance
Sets the value of the 'Owning Assertion' container reference.
setOwningAxiom(ClassifierEquivalenceAxiom) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
setOwningAxiom(ClassifierEquivalenceAxiom) - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
Sets the value of the 'Owning Axiom' container reference.
setOwningAxiom(PropertyValueRestrictionAxiom) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
setOwningAxiom(PropertyValueRestrictionAxiom) - Method in interface io.opencaesar.oml.StructureInstance
Sets the value of the 'Owning Axiom' container reference.
setOwningClassifier(Classifier) - Method in interface io.opencaesar.oml.ClassifierEquivalenceAxiom
Sets the value of the 'Owning Classifier' container reference.
setOwningClassifier(Classifier) - Method in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
setOwningClassifier(Classifier) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
setOwningClassifier(Classifier) - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
Sets the value of the 'Owning Classifier' container reference.
setOwningConcept(Concept) - Method in class io.opencaesar.oml.impl.InstanceEnumerationAxiomImpl
setOwningConcept(Concept) - Method in interface io.opencaesar.oml.InstanceEnumerationAxiom
Sets the value of the 'Owning Concept' container reference.
setOwningDescription(Description) - Method in interface io.opencaesar.oml.DescriptionStatement
Sets the value of the 'Owning Description' container reference.
setOwningDescription(Description) - Method in class io.opencaesar.oml.impl.DescriptionStatementImpl
setOwningElement(IdentifiedElement) - Method in interface io.opencaesar.oml.Annotation
Sets the value of the 'Owning Element' container reference.
setOwningElement(IdentifiedElement) - Method in class io.opencaesar.oml.impl.AnnotationImpl
setOwningEntity(Entity) - Method in class io.opencaesar.oml.impl.KeyAxiomImpl
setOwningEntity(Entity) - Method in interface io.opencaesar.oml.KeyAxiom
Sets the value of the 'Owning Entity' container reference.
setOwningInstance(Instance) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
setOwningInstance(Instance) - Method in interface io.opencaesar.oml.PropertyValueAssertion
Sets the value of the 'Owning Instance' container reference.
setOwningInstance(NamedInstance) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
setOwningInstance(NamedInstance) - Method in interface io.opencaesar.oml.TypeAssertion
Sets the value of the 'Owning Instance' container reference.
setOwningOntology(Ontology) - Method in class io.opencaesar.oml.impl.ImportImpl
setOwningOntology(Ontology) - Method in interface io.opencaesar.oml.Import
Sets the value of the 'Owning Ontology' container reference.
setOwningProperty(SpecializableProperty) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
setOwningProperty(SpecializableProperty) - Method in interface io.opencaesar.oml.PropertyEquivalenceAxiom
Sets the value of the 'Owning Property' container reference.
setOwningScalar(Scalar) - Method in class io.opencaesar.oml.impl.LiteralEnumerationAxiomImpl
setOwningScalar(Scalar) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setOwningScalar(Scalar) - Method in interface io.opencaesar.oml.LiteralEnumerationAxiom
Sets the value of the 'Owning Scalar' container reference.
setOwningScalar(Scalar) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Owning Scalar' container reference.
setOwningTerm(SpecializableTerm) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
setOwningTerm(SpecializableTerm) - Method in interface io.opencaesar.oml.SpecializationAxiom
Sets the value of the 'Owning Term' container reference.
setOwningVocabulary(Vocabulary) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
setOwningVocabulary(Vocabulary) - Method in class io.opencaesar.oml.impl.SpecializableTermImpl
setOwningVocabulary(Vocabulary) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
setOwningVocabulary(Vocabulary) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setOwningVocabulary(Vocabulary) - Method in class io.opencaesar.oml.impl.VocabularyStatementImpl
setOwningVocabulary(Vocabulary) - Method in interface io.opencaesar.oml.VocabularyStatement
Sets the value of the 'Owning Vocabulary' container reference.
setPattern(String) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setPattern(String) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Pattern' attribute.
setPrefix(String) - Method in class io.opencaesar.oml.impl.ImportImpl
setPrefix(String) - Method in class io.opencaesar.oml.impl.OntologyImpl
setPrefix(String) - Method in interface io.opencaesar.oml.Import
Sets the value of the 'Prefix' attribute.
setPrefix(String) - Method in interface io.opencaesar.oml.Ontology
Sets the value of the 'Prefix' attribute.
setProperty(AnnotationProperty) - Method in interface io.opencaesar.oml.Annotation
Sets the value of the 'Property' reference.
setProperty(AnnotationProperty) - Method in class io.opencaesar.oml.impl.AnnotationImpl
setProperty(Property) - Method in class io.opencaesar.oml.impl.PropertyPredicateImpl
setProperty(Property) - Method in interface io.opencaesar.oml.PropertyPredicate
Sets the value of the 'Property' reference.
setProperty(SemanticProperty) - Method in class io.opencaesar.oml.impl.PropertyRestrictionAxiomImpl
setProperty(SemanticProperty) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
setProperty(SemanticProperty) - Method in interface io.opencaesar.oml.PropertyRestrictionAxiom
Sets the value of the 'Property' reference.
setProperty(SemanticProperty) - Method in interface io.opencaesar.oml.PropertyValueAssertion
Sets the value of the 'Property' reference.
setRange(Type) - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
setRange(Type) - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
setRange(Type) - Method in interface io.opencaesar.oml.PropertyCardinalityRestrictionAxiom
Sets the value of the 'Range' reference.
setRange(Type) - Method in interface io.opencaesar.oml.PropertyRangeRestrictionAxiom
Sets the value of the 'Range' reference.
setRef(AnnotationProperty) - Method in interface io.opencaesar.oml.AnnotationProperty
Sets the value of the 'Ref' reference.
setRef(AnnotationProperty) - Method in class io.opencaesar.oml.impl.AnnotationPropertyImpl
setRef(Aspect) - Method in interface io.opencaesar.oml.Aspect
Sets the value of the 'Ref' reference.
setRef(Aspect) - Method in class io.opencaesar.oml.impl.AspectImpl
setRef(BuiltIn) - Method in interface io.opencaesar.oml.BuiltIn
Sets the value of the 'Ref' reference.
setRef(BuiltIn) - Method in class io.opencaesar.oml.impl.BuiltInImpl
setRef(Concept) - Method in interface io.opencaesar.oml.Concept
Sets the value of the 'Ref' reference.
setRef(Concept) - Method in class io.opencaesar.oml.impl.ConceptImpl
setRef(ConceptInstance) - Method in interface io.opencaesar.oml.ConceptInstance
Sets the value of the 'Ref' reference.
setRef(ConceptInstance) - Method in class io.opencaesar.oml.impl.ConceptInstanceImpl
setRef(Relation) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setRef(Relation) - Method in interface io.opencaesar.oml.UnreifiedRelation
Sets the value of the 'Ref' reference.
setRef(RelationEntity) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setRef(RelationEntity) - Method in interface io.opencaesar.oml.RelationEntity
Sets the value of the 'Ref' reference.
setRef(RelationInstance) - Method in class io.opencaesar.oml.impl.RelationInstanceImpl
setRef(RelationInstance) - Method in interface io.opencaesar.oml.RelationInstance
Sets the value of the 'Ref' reference.
setRef(Rule) - Method in class io.opencaesar.oml.impl.RuleImpl
setRef(Rule) - Method in interface io.opencaesar.oml.Rule
Sets the value of the 'Ref' reference.
setRef(Scalar) - Method in class io.opencaesar.oml.impl.ScalarImpl
setRef(Scalar) - Method in interface io.opencaesar.oml.Scalar
Sets the value of the 'Ref' reference.
setRef(ScalarProperty) - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
setRef(ScalarProperty) - Method in interface io.opencaesar.oml.ScalarProperty
Sets the value of the 'Ref' reference.
setRef(Structure) - Method in class io.opencaesar.oml.impl.StructureImpl
setRef(Structure) - Method in interface io.opencaesar.oml.Structure
Sets the value of the 'Ref' reference.
setRef(StructuredProperty) - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
setRef(StructuredProperty) - Method in interface io.opencaesar.oml.StructuredProperty
Sets the value of the 'Ref' reference.
setReferencedValue(Member) - Method in interface io.opencaesar.oml.Annotation
Sets the value of the 'Referenced Value' reference.
setReferencedValue(Member) - Method in class io.opencaesar.oml.impl.AnnotationImpl
setReferencedValue(NamedInstance) - Method in class io.opencaesar.oml.impl.PropertyValueAssertionImpl
setReferencedValue(NamedInstance) - Method in class io.opencaesar.oml.impl.PropertyValueRestrictionAxiomImpl
setReferencedValue(NamedInstance) - Method in interface io.opencaesar.oml.PropertyValueAssertion
Sets the value of the 'Referenced Value' reference.
setReferencedValue(NamedInstance) - Method in interface io.opencaesar.oml.PropertyValueRestrictionAxiom
Sets the value of the 'Referenced Value' reference.
setReflexive(boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setReflexive(boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setReflexive(boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setReflexive(boolean) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Reflexive' attribute.
setRelationBase(RelationBase) - Method in class io.opencaesar.oml.impl.ReverseRelationImpl
setRelationBase(RelationBase) - Method in interface io.opencaesar.oml.ReverseRelation
Sets the value of the 'Relation Base' container reference.
setRelationBase(Vocabulary, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Sets relation base details in the given vocabulary
setRelationEntity(RelationEntity) - Method in interface io.opencaesar.oml.ForwardRelation
Sets the value of the 'Relation Entity' container reference.
setRelationEntity(RelationEntity) - Method in class io.opencaesar.oml.impl.ForwardRelationImpl
setRelationInstance(Description, String, String, String) - Method in class io.opencaesar.oml.util.OmlBuilder
Sets a relation instance details in the given description
setReverseRelation(ReverseRelation) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setReverseRelation(ReverseRelation) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setReverseRelation(ReverseRelation) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setReverseRelation(ReverseRelation) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Reverse Relation' containment reference.
setScalarProperty(Vocabulary, String, String, String, Boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Sets a scalar property details in the given vocabulary
setStructuredProperty(Vocabulary, String, String, String, Boolean) - Method in class io.opencaesar.oml.util.OmlBuilder
Sets structured property details in the given vocabulary
setSuperProperty(Property) - Method in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
setSuperProperty(Property) - Method in interface io.opencaesar.oml.PropertyEquivalenceAxiom
Sets the value of the 'Super Property' reference.
setSuperScalar(Scalar) - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
setSuperScalar(Scalar) - Method in interface io.opencaesar.oml.ScalarEquivalenceAxiom
Sets the value of the 'Super Scalar' reference.
setSuperTerm(Term) - Method in class io.opencaesar.oml.impl.SpecializationAxiomImpl
setSuperTerm(Term) - Method in interface io.opencaesar.oml.SpecializationAxiom
Sets the value of the 'Super Term' reference.
setSymmetric(boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setSymmetric(boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setSymmetric(boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setSymmetric(boolean) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Symmetric' attribute.
setTransitive(boolean) - Method in class io.opencaesar.oml.impl.RelationBaseImpl
setTransitive(boolean) - Method in class io.opencaesar.oml.impl.RelationEntityImpl
setTransitive(boolean) - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
setTransitive(boolean) - Method in interface io.opencaesar.oml.RelationBase
Sets the value of the 'Transitive' attribute.
setType(Entity) - Method in class io.opencaesar.oml.impl.TypeAssertionImpl
setType(Entity) - Method in interface io.opencaesar.oml.TypeAssertion
Sets the value of the 'Type' reference.
setType(RelationEntity) - Method in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
setType(RelationEntity) - Method in interface io.opencaesar.oml.RelationEntityPredicate
Sets the value of the 'Type' reference.
setType(Scalar) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
setType(Scalar) - Method in interface io.opencaesar.oml.QuotedLiteral
Sets the value of the 'Type' reference.
setType(Structure) - Method in class io.opencaesar.oml.impl.StructureInstanceImpl
setType(Structure) - Method in interface io.opencaesar.oml.StructureInstance
Sets the value of the 'Type' reference.
setType(Type) - Method in class io.opencaesar.oml.impl.TypePredicateImpl
setType(Type) - Method in interface io.opencaesar.oml.TypePredicate
Sets the value of the 'Type' reference.
setValue(Boolean) - Method in interface io.opencaesar.oml.BooleanLiteral
Sets the value of the 'Value' attribute.
setValue(Boolean) - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
setValue(Double) - Method in interface io.opencaesar.oml.DoubleLiteral
Sets the value of the 'Value' attribute.
setValue(Double) - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
setValue(Integer) - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
setValue(Integer) - Method in interface io.opencaesar.oml.IntegerLiteral
Sets the value of the 'Value' attribute.
setValue(String) - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
setValue(String) - Method in interface io.opencaesar.oml.QuotedLiteral
Sets the value of the 'Value' attribute.
setValue(BigDecimal) - Method in interface io.opencaesar.oml.DecimalLiteral
Sets the value of the 'Value' attribute.
setValue(BigDecimal) - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
setVariable(String) - Method in interface io.opencaesar.oml.Argument
Sets the value of the 'Variable' attribute.
setVariable(String) - Method in class io.opencaesar.oml.impl.ArgumentImpl
SLASH - Enum constant in enum class io.opencaesar.oml.SeparatorKind
The 'Slash' literal object.
SLASH_VALUE - Static variable in enum class io.opencaesar.oml.SeparatorKind
The 'Slash' literal value.
SOME - Enum constant in enum class io.opencaesar.oml.RangeRestrictionKind
The 'Some' literal object.
SOME_VALUE - Static variable in enum class io.opencaesar.oml.RangeRestrictionKind
The 'Some' literal value.
SOURCE_TO_TARGET - Enum constant in enum class io.opencaesar.oml.util.OmlDelete.CascadeDirection
If source is deleted, also delete target
sourceRelation - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:sourceRelation annotation IRI
sources - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Sources' reference list.
sources - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Sources' reference list.
sources - Variable in class io.opencaesar.oml.impl.RelationInstanceImpl
The cached value of the 'Sources' reference list.
sources - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Sources' reference list.
sourceType - Variable in class io.opencaesar.oml.util.OmlDelete.CascadeRule
The source type (can be null)
SPECIALIZABLE_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Specializable Property' class.
SPECIALIZABLE_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Specializable Property' class.
SPECIALIZABLE_PROPERTY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SPECIALIZABLE_PROPERTY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
SPECIALIZABLE_PROPERTY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
SPECIALIZABLE_PROPERTY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SPECIALIZABLE_PROPERTY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
SPECIALIZABLE_PROPERTY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
SPECIALIZABLE_PROPERTY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
SPECIALIZABLE_PROPERTY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
SPECIALIZABLE_PROPERTY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
SPECIALIZABLE_PROPERTY__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Equivalences' containment reference list feature.
SPECIALIZABLE_PROPERTY__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
SPECIALIZABLE_PROPERTY__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
SPECIALIZABLE_PROPERTY__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
SPECIALIZABLE_PROPERTY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Specializable Property' class.
SPECIALIZABLE_PROPERTY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Specializable Property' class.
SPECIALIZABLE_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Specializable Term' class.
SPECIALIZABLE_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Specializable Term' class.
SPECIALIZABLE_TERM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SPECIALIZABLE_TERM___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
SPECIALIZABLE_TERM___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
SPECIALIZABLE_TERM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SPECIALIZABLE_TERM___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
SPECIALIZABLE_TERM___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
SPECIALIZABLE_TERM___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
SPECIALIZABLE_TERM__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
SPECIALIZABLE_TERM__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
SPECIALIZABLE_TERM__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Specializations' containment reference list feature.
SPECIALIZABLE_TERM__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
SPECIALIZABLE_TERM__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
SPECIALIZABLE_TERM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Specializable Term' class.
SPECIALIZABLE_TERM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Specializable Term' class.
SpecializableProperty - Interface in io.opencaesar.oml
A representation of the model object 'Specializable Property'.
SpecializablePropertyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Specializable Property'.
SpecializablePropertyImpl() - Constructor for class io.opencaesar.oml.impl.SpecializablePropertyImpl
SpecializableTerm - Interface in io.opencaesar.oml
A representation of the model object 'Specializable Term'.
SpecializableTermImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Specializable Term'.
SpecializableTermImpl() - Constructor for class io.opencaesar.oml.impl.SpecializableTermImpl
SPECIALIZATION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Specialization Axiom' class.
SPECIALIZATION_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Specialization Axiom' class.
SPECIALIZATION_AXIOM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
SPECIALIZATION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Characterized Term' operation.
SPECIALIZATION_AXIOM___GET_CHARACTERIZED_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Characterized Term' operation.
SPECIALIZATION_AXIOM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
SPECIALIZATION_AXIOM___GET_SUB_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Sub Term' operation.
SPECIALIZATION_AXIOM___GET_SUB_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Sub Term' operation.
SPECIALIZATION_AXIOM__OWNING_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Term' container reference feature.
SPECIALIZATION_AXIOM__OWNING_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Term' container reference.
SPECIALIZATION_AXIOM__SUPER_TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Super Term' reference feature.
SPECIALIZATION_AXIOM__SUPER_TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Super Term' reference.
SPECIALIZATION_AXIOM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Specialization Axiom' class.
SPECIALIZATION_AXIOM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Specialization Axiom' class.
SpecializationAxiom - Interface in io.opencaesar.oml
A representation of the model object 'Specialization Axiom'.
SpecializationAxiomImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Specialization Axiom'.
SpecializationAxiomImpl() - Constructor for class io.opencaesar.oml.impl.SpecializationAxiomImpl
start() - Method in class io.opencaesar.oml.util.OmlBuilder
Perform actions at the start of the building process
Statement - Interface in io.opencaesar.oml
A representation of the model object 'Statement'.
STATEMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Statement' class.
STATEMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Statement' class.
STATEMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
STATEMENT___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
STATEMENT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
STATEMENT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
STATEMENT___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
STATEMENT___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
STATEMENT___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
STATEMENT__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
STATEMENT__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
STATEMENT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Statement' class.
STATEMENT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Statement' class.
StatementImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Statement'.
StatementImpl() - Constructor for class io.opencaesar.oml.impl.StatementImpl
Structure - Interface in io.opencaesar.oml
A representation of the model object 'Structure'.
Structure - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:Structure IRI
STRUCTURE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Structure' class.
STRUCTURE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Structure' class.
STRUCTURE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
STRUCTURE___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
STRUCTURE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
STRUCTURE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
STRUCTURE___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
STRUCTURE___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
STRUCTURE___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
STRUCTURE__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
STRUCTURE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
STRUCTURE__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
STRUCTURE__OWNED_PROPERTY_RESTRICTIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Restrictions' containment reference list.
STRUCTURE__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
STRUCTURE__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
STRUCTURE__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
STRUCTURE__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
STRUCTURE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Structure' class.
STRUCTURE_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Structure Instance' class.
STRUCTURE_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Structure Instance' class.
STRUCTURE_INSTANCE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
STRUCTURE_INSTANCE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
STRUCTURE_INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Types' operation.
STRUCTURE_INSTANCE___GET_TYPES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Types' operation.
STRUCTURE_INSTANCE__OWNED_PROPERTY_VALUES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Property Values' containment reference list.
STRUCTURE_INSTANCE__OWNING_ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Assertion' container reference feature.
STRUCTURE_INSTANCE__OWNING_ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Assertion' container reference.
STRUCTURE_INSTANCE__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Axiom' container reference feature.
STRUCTURE_INSTANCE__OWNING_AXIOM - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Axiom' container reference.
STRUCTURE_INSTANCE__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type' reference feature.
STRUCTURE_INSTANCE__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Type' reference.
STRUCTURE_INSTANCE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Structure Instance' class.
STRUCTURE_INSTANCE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Structure Instance' class.
STRUCTURE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Structure' class.
STRUCTURED_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Structured Property' class.
STRUCTURED_PROPERTY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Structured Property' class.
STRUCTURED_PROPERTY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
STRUCTURED_PROPERTY___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
STRUCTURED_PROPERTY___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domain List' operation.
STRUCTURED_PROPERTY___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domain List' operation.
STRUCTURED_PROPERTY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
STRUCTURED_PROPERTY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
STRUCTURED_PROPERTY___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Range List' operation.
STRUCTURED_PROPERTY___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Range List' operation.
STRUCTURED_PROPERTY___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
STRUCTURED_PROPERTY___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Functional' operation.
STRUCTURED_PROPERTY___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
STRUCTURED_PROPERTY___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
STRUCTURED_PROPERTY__DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Domains' reference list feature.
STRUCTURED_PROPERTY__DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Domains' reference list.
STRUCTURED_PROPERTY__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Functional' attribute feature.
STRUCTURED_PROPERTY__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Functional' attribute.
STRUCTURED_PROPERTY__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
STRUCTURED_PROPERTY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
STRUCTURED_PROPERTY__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
STRUCTURED_PROPERTY__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
STRUCTURED_PROPERTY__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
STRUCTURED_PROPERTY__RANGES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ranges' reference list feature.
STRUCTURED_PROPERTY__RANGES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ranges' reference list.
STRUCTURED_PROPERTY__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
STRUCTURED_PROPERTY__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
STRUCTURED_PROPERTY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Structured Property' class.
STRUCTURED_PROPERTY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Structured Property' class.
StructuredProperty - Interface in io.opencaesar.oml
A representation of the model object 'Structured Property'.
StructuredProperty - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:StructuredProperty IRI
StructuredPropertyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Structured Property'.
StructuredPropertyImpl() - Constructor for class io.opencaesar.oml.impl.StructuredPropertyImpl
StructureImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Structure'.
StructureImpl() - Constructor for class io.opencaesar.oml.impl.StructureImpl
StructureInstance - Interface in io.opencaesar.oml
A representation of the model object 'Structure Instance'.
StructureInstance - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:StructureInstance IRI
StructureInstanceImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Structure Instance'.
StructureInstanceImpl() - Constructor for class io.opencaesar.oml.impl.StructureInstanceImpl
superClassifiers - Variable in class io.opencaesar.oml.impl.ClassifierEquivalenceAxiomImpl
The cached value of the 'Super Classifiers' reference list.
superProperty - Variable in class io.opencaesar.oml.impl.PropertyEquivalenceAxiomImpl
The cached value of the 'Super Property' reference.
superScalar - Variable in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
The cached value of the 'Super Scalar' reference.
superTerm - Variable in class io.opencaesar.oml.impl.SpecializationAxiomImpl
The cached value of the 'Super Term' reference.
symmetric - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Symmetric' attribute.
symmetric - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Symmetric' attribute.
symmetric - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Symmetric' attribute.
SYMMETRIC_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationBaseImpl
The default value of the 'Symmetric' attribute.
SYMMETRIC_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationEntityImpl
The default value of the 'Symmetric' attribute.
SYMMETRIC_EDEFAULT - Static variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The default value of the 'Symmetric' attribute.

T

TARGET_TO_SOURCE - Enum constant in enum class io.opencaesar.oml.util.OmlDelete.CascadeDirection
If target is deleted, also delete source
targetRelation - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:targetRelation annotation IRI
targets - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Targets' reference list.
targets - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Targets' reference list.
targets - Variable in class io.opencaesar.oml.impl.RelationInstanceImpl
The cached value of the 'Targets' reference list.
targets - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Targets' reference list.
targetType - Variable in class io.opencaesar.oml.util.OmlDelete.CascadeRule
The target type (can be null)
Term - Interface in io.opencaesar.oml
A representation of the model object 'Term'.
TERM - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Term' class.
TERM - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Term' class.
TERM___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
TERM___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
TERM___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
TERM___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
TERM___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
TERM___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
TERM___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
TERM__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
TERM__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
TERM_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Term' class.
TERM_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Term' class.
TermImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Term'.
TermImpl() - Constructor for class io.opencaesar.oml.impl.TermImpl
toString() - Method in enum class io.opencaesar.oml.CardinalityRestrictionKind
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class io.opencaesar.oml.impl.ArgumentImpl
toString() - Method in class io.opencaesar.oml.impl.BooleanLiteralImpl
toString() - Method in class io.opencaesar.oml.impl.DecimalLiteralImpl
toString() - Method in class io.opencaesar.oml.impl.DoubleLiteralImpl
toString() - Method in class io.opencaesar.oml.impl.ImportImpl
toString() - Method in class io.opencaesar.oml.impl.IntegerLiteralImpl
toString() - Method in class io.opencaesar.oml.impl.MemberImpl
toString() - Method in class io.opencaesar.oml.impl.OntologyImpl
toString() - Method in class io.opencaesar.oml.impl.PropertyCardinalityRestrictionAxiomImpl
toString() - Method in class io.opencaesar.oml.impl.PropertyRangeRestrictionAxiomImpl
toString() - Method in class io.opencaesar.oml.impl.QuotedLiteralImpl
toString() - Method in class io.opencaesar.oml.impl.RelationBaseImpl
toString() - Method in class io.opencaesar.oml.impl.RelationEntityImpl
toString() - Method in class io.opencaesar.oml.impl.ScalarEquivalenceAxiomImpl
toString() - Method in class io.opencaesar.oml.impl.ScalarPropertyImpl
toString() - Method in class io.opencaesar.oml.impl.StructuredPropertyImpl
toString() - Method in class io.opencaesar.oml.impl.UnreifiedRelationImpl
toString() - Method in enum class io.opencaesar.oml.ImportKind
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum class io.opencaesar.oml.RangeRestrictionKind
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum class io.opencaesar.oml.SeparatorKind
Returns the literal value of the enumerator, which is its string representation.
transitive - Variable in class io.opencaesar.oml.impl.RelationBaseImpl
The cached value of the 'Transitive' attribute.
transitive - Variable in class io.opencaesar.oml.impl.RelationEntityImpl
The cached value of the 'Transitive' attribute.
transitive - Variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The cached value of the 'Transitive' attribute.
TRANSITIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationBaseImpl
The default value of the 'Transitive' attribute.
TRANSITIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.RelationEntityImpl
The default value of the 'Transitive' attribute.
TRANSITIVE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.UnreifiedRelationImpl
The default value of the 'Transitive' attribute.
type - Variable in class io.opencaesar.oml.impl.QuotedLiteralImpl
The cached value of the 'Type' reference.
type - Variable in class io.opencaesar.oml.impl.RelationEntityPredicateImpl
The cached value of the 'Type' reference.
type - Variable in class io.opencaesar.oml.impl.StructureInstanceImpl
The cached value of the 'Type' reference.
type - Variable in class io.opencaesar.oml.impl.TypeAssertionImpl
The cached value of the 'Type' reference.
type - Variable in class io.opencaesar.oml.impl.TypePredicateImpl
The cached value of the 'Type' reference.
type - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:type annotation IRI
Type - Interface in io.opencaesar.oml
A representation of the model object 'Type'.
TYPE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type' class.
TYPE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Type' class.
TYPE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
TYPE___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
TYPE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
TYPE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
TYPE___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
TYPE___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
TYPE___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
TYPE__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
TYPE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
TYPE__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
TYPE__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
TYPE_ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type Assertion' class.
TYPE_ASSERTION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Type Assertion' class.
TYPE_ASSERTION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
TYPE_ASSERTION___GET_OBJECT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Object' operation.
TYPE_ASSERTION___GET_OBJECT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Object' operation.
TYPE_ASSERTION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
TYPE_ASSERTION___GET_SUBJECT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Subject' operation.
TYPE_ASSERTION___GET_SUBJECT - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Subject' operation.
TYPE_ASSERTION__OWNING_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Instance' container reference feature.
TYPE_ASSERTION__OWNING_INSTANCE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Instance' container reference.
TYPE_ASSERTION__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type' reference feature.
TYPE_ASSERTION__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Type' reference.
TYPE_ASSERTION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Type Assertion' class.
TYPE_ASSERTION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Type Assertion' class.
TYPE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Type' class.
TYPE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Type' class.
TYPE_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type Predicate' class.
TYPE_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Type Predicate' class.
TYPE_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
TYPE_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
TYPE_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
TYPE_PREDICATE__ARGUMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument' containment reference.
TYPE_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
TYPE_PREDICATE__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Type' reference feature.
TYPE_PREDICATE__TYPE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Type' reference.
TYPE_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Type Predicate' class.
TYPE_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Type Predicate' class.
TypeAssertion - Interface in io.opencaesar.oml
A representation of the model object 'Type Assertion'.
TypeAssertionImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Type Assertion'.
TypeAssertionImpl() - Constructor for class io.opencaesar.oml.impl.TypeAssertionImpl
TypeImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Type'.
TypeImpl() - Constructor for class io.opencaesar.oml.impl.TypeImpl
TypePredicate - Interface in io.opencaesar.oml
A representation of the model object 'Type Predicate'.
TypePredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Type Predicate'.
TypePredicateImpl() - Constructor for class io.opencaesar.oml.impl.TypePredicateImpl

U

UNARY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Unary Predicate' class.
UNARY_PREDICATE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Unary Predicate' class.
UNARY_PREDICATE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
UNARY_PREDICATE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
UNARY_PREDICATE__ANTECEDENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Antecedent Rule' container reference.
UNARY_PREDICATE__ARGUMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Argument' containment reference feature.
UNARY_PREDICATE__ARGUMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Argument' containment reference.
UNARY_PREDICATE__CONSEQUENT_RULE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Consequent Rule' container reference.
UNARY_PREDICATE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Unary Predicate' class.
UNARY_PREDICATE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Unary Predicate' class.
UnaryPredicate - Interface in io.opencaesar.oml
A representation of the model object 'Unary Predicate'.
UnaryPredicateImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Unary Predicate'.
UnaryPredicateImpl() - Constructor for class io.opencaesar.oml.impl.UnaryPredicateImpl
UNREIFIED_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Unreified Relation' class.
UNREIFIED_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Unreified Relation' class.
UNREIFIED_RELATION___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
UNREIFIED_RELATION___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
UNREIFIED_RELATION___GET_DOMAIN_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domain List' operation.
UNREIFIED_RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Domains' operation.
UNREIFIED_RELATION___GET_DOMAINS - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Domains' operation.
UNREIFIED_RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Inverse' operation.
UNREIFIED_RELATION___GET_INVERSE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Inverse' operation.
UNREIFIED_RELATION___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
UNREIFIED_RELATION___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
UNREIFIED_RELATION___GET_RANGE_LIST - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Range List' operation.
UNREIFIED_RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Get Ranges' operation.
UNREIFIED_RELATION___GET_RANGES - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ranges' operation.
UNREIFIED_RELATION___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
UNREIFIED_RELATION___IS_ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Asymmetric' operation.
UNREIFIED_RELATION___IS_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Functional' operation.
UNREIFIED_RELATION___IS_INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Inverse Functional' operation.
UNREIFIED_RELATION___IS_IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Irreflexive' operation.
UNREIFIED_RELATION___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
UNREIFIED_RELATION___IS_REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Reflexive' operation.
UNREIFIED_RELATION___IS_SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Symmetric' operation.
UNREIFIED_RELATION___IS_TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Transitive' operation.
UNREIFIED_RELATION___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
UNREIFIED_RELATION__ASYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Asymmetric' attribute.
UNREIFIED_RELATION__FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Functional' attribute.
UNREIFIED_RELATION__INVERSE_FUNCTIONAL - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Inverse Functional' attribute.
UNREIFIED_RELATION__IRREFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Irreflexive' attribute.
UNREIFIED_RELATION__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
UNREIFIED_RELATION__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
UNREIFIED_RELATION__OWNED_EQUIVALENCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Equivalences' containment reference list.
UNREIFIED_RELATION__OWNED_SPECIALIZATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Specializations' containment reference list.
UNREIFIED_RELATION__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
UNREIFIED_RELATION__REF - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Ref' reference feature.
UNREIFIED_RELATION__REF - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Ref' reference.
UNREIFIED_RELATION__REFLEXIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Reflexive' attribute.
UNREIFIED_RELATION__REVERSE_RELATION - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Reverse Relation' containment reference.
UNREIFIED_RELATION__SOURCES - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Sources' reference list.
UNREIFIED_RELATION__SYMMETRIC - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Symmetric' attribute.
UNREIFIED_RELATION__TARGETS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Targets' reference list.
UNREIFIED_RELATION__TRANSITIVE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Transitive' attribute.
UNREIFIED_RELATION_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Unreified Relation' class.
UNREIFIED_RELATION_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Unreified Relation' class.
UnreifiedRelation - Interface in io.opencaesar.oml
A representation of the model object 'Unreified Relation'.
UnreifiedRelation - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:UnreifiedRelation IRI
UnreifiedRelationImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Unreified Relation'.
UnreifiedRelationImpl() - Constructor for class io.opencaesar.oml.impl.UnreifiedRelationImpl
UNSIGNED_INT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Unsigned Int' data type.
UNSIGNED_INT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Unsigned Int' data type.
UNSIGNED_INT__MAX__VALUE - Static variable in class io.opencaesar.oml.util.OmlValidator
UNSIGNED_INT__MIN__VALUE - Static variable in class io.opencaesar.oml.util.OmlValidator
UNSIGNED_INTEGER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Unsigned Integer' data type.
UNSIGNED_INTEGER - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Unsigned Integer' data type.
UNSIGNED_INTEGER__MAX__VALUE - Static variable in class io.opencaesar.oml.util.OmlValidator
UNSIGNED_INTEGER__MIN__VALUE - Static variable in class io.opencaesar.oml.util.OmlValidator
USAGE - Enum constant in enum class io.opencaesar.oml.ImportKind
The 'Usage' literal object.
USAGE_VALUE - Static variable in enum class io.opencaesar.oml.ImportKind
The 'Usage' literal value.

V

validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Calls validateXXX for the corresponding classifier of the model.
validateAnnotation(Annotation, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateAnnotationProperty(AnnotationProperty, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateArgument(Argument, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateAspect(Aspect, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateAssertion(Assertion, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateAxiom(Axiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateBinaryPredicate(BinaryPredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateBooleanLiteral(BooleanLiteral, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateBuiltIn(BuiltIn, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateBuiltInPredicate(BuiltInPredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateCardinalityRestrictionKind(CardinalityRestrictionKind, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateClassifier(Classifier, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateClassifierEquivalenceAxiom(ClassifierEquivalenceAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateConcept(Concept, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateConceptInstance(ConceptInstance, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDecimal(BigDecimal, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDecimalLiteral(DecimalLiteral, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDescription(Description, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDescriptionBox(DescriptionBox, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDescriptionBundle(DescriptionBundle, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDescriptionMember(DescriptionMember, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDescriptionStatement(DescriptionStatement, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDifferentFromPredicate(DifferentFromPredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDouble(Double, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateDoubleLiteral(DoubleLiteral, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateElement(Element, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateElement_extraValidate(Element, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the extraValidate constraint of 'Element'.
validateEntity(Entity, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateForwardRelation(ForwardRelation, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateID(String, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateID_Pattern(String, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the Pattern constraint of 'ID'.
validateIdentifiedElement(IdentifiedElement, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateImport(Import, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateImportKind(ImportKind, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateInstance(Instance, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateInstanceEnumerationAxiom(InstanceEnumerationAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateIntegerLiteral(IntegerLiteral, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateKeyAxiom(KeyAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateLiteral(Literal, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateLiteralEnumerationAxiom(LiteralEnumerationAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateMember(Member, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateNamedInstance(NamedInstance, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateNamespace(String, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateNamespace_MinLength(String, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the MinLength constraint of 'Namespace'.
validateNamespace_Pattern(String, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the Pattern constraint of 'Namespace'.
validateOntology(Ontology, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePredicate(Predicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateProperty(Property, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertyCardinalityRestrictionAxiom(PropertyCardinalityRestrictionAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertyEquivalenceAxiom(PropertyEquivalenceAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertyPredicate(PropertyPredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertyRangeRestrictionAxiom(PropertyRangeRestrictionAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertyRestrictionAxiom(PropertyRestrictionAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertySelfRestrictionAxiom(PropertySelfRestrictionAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertyValueAssertion(PropertyValueAssertion, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validatePropertyValueRestrictionAxiom(PropertyValueRestrictionAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateQuotedLiteral(QuotedLiteral, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateRangeRestrictionKind(RangeRestrictionKind, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateRelation(Relation, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateRelationBase(RelationBase, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateRelationEntity(RelationEntity, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateRelationEntityPredicate(RelationEntityPredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateRelationInstance(RelationInstance, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateReverseRelation(ReverseRelation, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateRule(Rule, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateSameAsPredicate(SameAsPredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateScalar(Scalar, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateScalarEquivalenceAxiom(ScalarEquivalenceAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateScalarProperty(ScalarProperty, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateSemanticProperty(SemanticProperty, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateSeparatorKind(SeparatorKind, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateSpecializableProperty(SpecializableProperty, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateSpecializableTerm(SpecializableTerm, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateSpecializationAxiom(SpecializationAxiom, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateStatement(Statement, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateStructure(Structure, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateStructuredProperty(StructuredProperty, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateStructureInstance(StructureInstance, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateTerm(Term, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateType(Type, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateTypeAssertion(TypeAssertion, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateTypePredicate(TypePredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateUnaryPredicate(UnaryPredicate, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateUnreifiedRelation(UnreifiedRelation, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateUnsignedInt(int, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateUnsignedInt_Max(int, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the Max constraint of 'Unsigned Int'.
validateUnsignedInt_Min(int, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the Min constraint of 'Unsigned Int'.
validateUnsignedInteger(Integer, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateUnsignedInteger_Max(Integer, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the Max constraint of 'Unsigned Integer'.
validateUnsignedInteger_Min(Integer, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
Validates the Min constraint of 'Unsigned Integer'.
validateVocabulary(Vocabulary, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateVocabularyBox(VocabularyBox, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateVocabularyBundle(VocabularyBundle, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateVocabularyMember(VocabularyMember, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
validateVocabularyStatement(VocabularyStatement, DiagnosticChain, Map<Object, Object>) - Method in class io.opencaesar.oml.util.OmlValidator
value - Variable in class io.opencaesar.oml.impl.BooleanLiteralImpl
The cached value of the 'Value' attribute.
value - Variable in class io.opencaesar.oml.impl.DecimalLiteralImpl
The cached value of the 'Value' attribute.
value - Variable in class io.opencaesar.oml.impl.DoubleLiteralImpl
The cached value of the 'Value' attribute.
value - Variable in class io.opencaesar.oml.impl.IntegerLiteralImpl
The cached value of the 'Value' attribute.
value - Variable in class io.opencaesar.oml.impl.QuotedLiteralImpl
The cached value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.BooleanLiteralImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.DecimalLiteralImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.DoubleLiteralImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.IntegerLiteralImpl
The default value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.QuotedLiteralImpl
The default value of the 'Value' attribute.
valueOf(String) - Static method in enum class io.opencaesar.oml.CardinalityRestrictionKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.opencaesar.oml.ImportKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.opencaesar.oml.RangeRestrictionKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.opencaesar.oml.SeparatorKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.opencaesar.oml.util.OmlDelete.CascadeDirection
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.opencaesar.oml.CardinalityRestrictionKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.opencaesar.oml.ImportKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.opencaesar.oml.RangeRestrictionKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.opencaesar.oml.SeparatorKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.opencaesar.oml.util.OmlDelete.CascadeDirection
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in enum class io.opencaesar.oml.CardinalityRestrictionKind
A public read-only list of all the 'Cardinality Restriction Kind' enumerators.
VALUES - Static variable in enum class io.opencaesar.oml.ImportKind
A public read-only list of all the 'Import Kind' enumerators.
VALUES - Static variable in enum class io.opencaesar.oml.RangeRestrictionKind
A public read-only list of all the 'Range Restriction Kind' enumerators.
VALUES - Static variable in enum class io.opencaesar.oml.SeparatorKind
A public read-only list of all the 'Separator Kind' enumerators.
variable - Variable in class io.opencaesar.oml.impl.ArgumentImpl
The cached value of the 'Variable' attribute.
VARIABLE_EDEFAULT - Static variable in class io.opencaesar.oml.impl.ArgumentImpl
The default value of the 'Variable' attribute.
Vocabulary - Interface in io.opencaesar.oml
A representation of the model object 'Vocabulary'.
Vocabulary - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:Vocabulary IRI
VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Vocabulary' class.
VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Vocabulary' class.
VOCABULARY___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
VOCABULARY___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
VOCABULARY___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
VOCABULARY___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
VOCABULARY__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
VOCABULARY__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
VOCABULARY__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Imports' containment reference list.
VOCABULARY__OWNED_STATEMENTS - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owned Statements' containment reference list feature.
VOCABULARY__OWNED_STATEMENTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Statements' containment reference list.
VOCABULARY__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
VOCABULARY_BOX - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Vocabulary Box' class.
VOCABULARY_BOX - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Vocabulary Box' class.
VOCABULARY_BOX___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
VOCABULARY_BOX___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
VOCABULARY_BOX___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
VOCABULARY_BOX___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
VOCABULARY_BOX__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
VOCABULARY_BOX__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
VOCABULARY_BOX__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Imports' containment reference list.
VOCABULARY_BOX__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
VOCABULARY_BOX_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Vocabulary Box' class.
VOCABULARY_BOX_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Vocabulary Box' class.
VOCABULARY_BUNDLE - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Vocabulary Bundle' class.
VOCABULARY_BUNDLE - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Vocabulary Bundle' class.
VOCABULARY_BUNDLE___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
VOCABULARY_BUNDLE___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
VOCABULARY_BUNDLE___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
VOCABULARY_BUNDLE___GET_SEPARATOR - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Separator' operation.
VOCABULARY_BUNDLE__NAMESPACE - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Namespace' attribute.
VOCABULARY_BUNDLE__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
VOCABULARY_BUNDLE__OWNED_IMPORTS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Imports' containment reference list.
VOCABULARY_BUNDLE__PREFIX - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Prefix' attribute.
VOCABULARY_BUNDLE_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Vocabulary Bundle' class.
VOCABULARY_BUNDLE_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Vocabulary Bundle' class.
VOCABULARY_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Vocabulary' class.
VOCABULARY_MEMBER - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Vocabulary Member' class.
VOCABULARY_MEMBER - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Vocabulary Member' class.
VOCABULARY_MEMBER___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
VOCABULARY_MEMBER___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
VOCABULARY_MEMBER___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
VOCABULARY_MEMBER___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
VOCABULARY_MEMBER___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
VOCABULARY_MEMBER___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
VOCABULARY_MEMBER___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
VOCABULARY_MEMBER__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
VOCABULARY_MEMBER__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
VOCABULARY_MEMBER_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Vocabulary Member' class.
VOCABULARY_MEMBER_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Vocabulary Member' class.
VOCABULARY_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Vocabulary' class.
VOCABULARY_STATEMENT - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Vocabulary Statement' class.
VOCABULARY_STATEMENT - Static variable in interface io.opencaesar.oml.OmlPackage
The meta object id for the 'Vocabulary Statement' class.
VOCABULARY_STATEMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Extra Validate' operation.
VOCABULARY_STATEMENT___GET_ABBREVIATED_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Abbreviated Iri' operation.
VOCABULARY_STATEMENT___GET_IRI - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Iri' operation.
VOCABULARY_STATEMENT___GET_ONTOLOGY - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ontology' operation.
VOCABULARY_STATEMENT___GET_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Get Ref' operation.
VOCABULARY_STATEMENT___IS_REF - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Is Ref' operation.
VOCABULARY_STATEMENT___RESOLVE - Static variable in interface io.opencaesar.oml.OmlPackage
The operation id for the 'Resolve' operation.
VOCABULARY_STATEMENT__NAME - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Name' attribute.
VOCABULARY_STATEMENT__OWNED_ANNOTATIONS - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owned Annotations' containment reference list.
VOCABULARY_STATEMENT__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage.Literals
The meta object literal for the 'Owning Vocabulary' container reference feature.
VOCABULARY_STATEMENT__OWNING_VOCABULARY - Static variable in interface io.opencaesar.oml.OmlPackage
The feature id for the 'Owning Vocabulary' container reference.
VOCABULARY_STATEMENT_FEATURE_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of structural features of the 'Vocabulary Statement' class.
VOCABULARY_STATEMENT_OPERATION_COUNT - Static variable in interface io.opencaesar.oml.OmlPackage
The number of operations of the 'Vocabulary Statement' class.
VocabularyBox - Interface in io.opencaesar.oml
A representation of the model object 'Vocabulary Box'.
VocabularyBoxImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Vocabulary Box'.
VocabularyBoxImpl() - Constructor for class io.opencaesar.oml.impl.VocabularyBoxImpl
VocabularyBundle - Interface in io.opencaesar.oml
A representation of the model object 'Vocabulary Bundle'.
VocabularyBundle - Static variable in interface io.opencaesar.oml.util.OmlConstants
The oml:VocabularyBundle IRI
VocabularyBundleImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Vocabulary Bundle'.
VocabularyBundleImpl() - Constructor for class io.opencaesar.oml.impl.VocabularyBundleImpl
VocabularyImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Vocabulary'.
VocabularyImpl() - Constructor for class io.opencaesar.oml.impl.VocabularyImpl
VocabularyMember - Interface in io.opencaesar.oml
A representation of the model object 'Vocabulary Member'.
VocabularyMemberImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Vocabulary Member'.
VocabularyMemberImpl() - Constructor for class io.opencaesar.oml.impl.VocabularyMemberImpl
VocabularyStatement - Interface in io.opencaesar.oml
A representation of the model object 'Vocabulary Statement'.
VocabularyStatementImpl - Class in io.opencaesar.oml.impl
An implementation of the model object 'Vocabulary Statement'.
VocabularyStatementImpl() - Constructor for class io.opencaesar.oml.impl.VocabularyStatementImpl

X

xmlTypeValidator - Variable in class io.opencaesar.oml.util.OmlValidator
The cached base package validator.
A B C D E F G H I K L M N O P Q R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values