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
getOwnedAnnotations
Methods inherited from interface io.opencaesar.oml.DescriptionStatement
getOwningDescription, setOwningDescription
Methods inherited from interface io.opencaesar.oml.Element
extraValidate, getOntology
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface io.opencaesar.oml.Instance
getOwnedPropertyValues
Methods inherited from interface io.opencaesar.oml.Member
getAbbreviatedIri, getIri, getName, setName
Methods inherited from interface io.opencaesar.oml.NamedInstance
getOwnedLinks
Methods 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"
-