Package io.opencaesar.oml
Interface SpecializableProperty
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,IdentifiedElement
,Member
,org.eclipse.emf.common.notify.Notifier
,Property
,SpecializableTerm
,Statement
,Term
,VocabularyMember
,VocabularyStatement
- All Known Subinterfaces:
AnnotationProperty
,ScalarProperty
,UnreifiedRelation
- All Known Implementing Classes:
AnnotationPropertyImpl
,ScalarPropertyImpl
,SpecializablePropertyImpl
,UnreifiedRelationImpl
A representation of the model object 'Specializable Property'.
SpecializableProperty is a [=property=] that can be specialized. It can also specify [=PropertyEquivalenceAxioms=].
The following features are supported:
- See Also:
- Generated:
- Model:
- abstract="true" annotation="https://tabatkins.github.io/bikeshed heading='Properties'"
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PropertyEquivalenceAxiom>
Returns the value of the 'Owned Equivalences' containment reference list.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.IdentifiedElement
getOwnedAnnotations
Methods inherited from interface io.opencaesar.oml.Member
getAbbreviatedIri, getIri, getName, getRef, isRef, resolve, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface io.opencaesar.oml.SpecializableTerm
getOwnedSpecializations
Methods inherited from interface io.opencaesar.oml.VocabularyStatement
getOwningVocabulary, setOwningVocabulary
-
Method Details
-
getOwnedEquivalences
org.eclipse.emf.common.util.EList<PropertyEquivalenceAxiom> getOwnedEquivalences()Returns the value of the 'Owned Equivalences' containment reference list. The list contents are of typePropertyEquivalenceAxiom
. It is bidirectional and its opposite is 'Owning Property
'. The set of property equivalence axioms of this property- Returns:
- the value of the 'Owned Equivalences' containment reference list.
- See Also:
- Generated:
- Model:
- opposite="owningProperty" containment="true"
-