Package io.opencaesar.oml
Interface ConceptInstance
- All Superinterfaces:
AnnotatedElement,DescriptionStatement,Element,org.eclipse.emf.ecore.EObject,IdentifiedElement,Instance,Member,NamedInstance,org.eclipse.emf.common.notify.Notifier,Statement
- All Known Implementing Classes:
ConceptInstanceImpl
A representation of the model object 'Concept Instance'.
ConceptInstance is a named instance that can be typed by concepts.
The following features are supported:
- See Also:
- Generated:
- Model:
- annotation="https://tabatkins.github.io/bikeshed heading='Instances'"
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ConceptTypeAssertion>Returns the value of the 'Owned Types' containment reference list.Methods inherited from interface io.opencaesar.oml.AnnotatedElement
getOwnedAnnotationsMethods inherited from interface io.opencaesar.oml.DescriptionStatement
getOwningDescription, setOwningDescriptionMethods inherited from interface io.opencaesar.oml.Element
extraValidate, getOntologyMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface io.opencaesar.oml.Instance
getOwnedPropertyValuesMethods inherited from interface io.opencaesar.oml.Member
getAbbreviatedIri, getIri, getName, setNameMethods inherited from interface io.opencaesar.oml.NamedInstance
getOwnedLinksMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOwnedTypes
org.eclipse.emf.common.util.EList<ConceptTypeAssertion> getOwnedTypes()Returns the value of the 'Owned Types' containment reference list. The list contents are of typeConceptTypeAssertion. It is bidirectional and its opposite is 'Owning Instance'. The types of this instance- Returns:
- the value of the 'Owned Types' containment reference list.
- See Also:
- Generated:
- Model:
- opposite="owningInstance" containment="true"
-