Package io.opencaesar.oml
Interface UnreifiedRelation
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,IdentifiedElement
,Member
,org.eclipse.emf.common.notify.Notifier
,Property
,Relation
,RelationBase
,SemanticProperty
,SpecializableProperty
,SpecializableTerm
,Statement
,Term
,VocabularyMember
,VocabularyStatement
- All Known Implementing Classes:
UnreifiedRelationImpl
A representation of the model object 'Unreified Relation'.
UnreifiedRelation is a simple [=relation=] from a source [=entity=] to a target [=entity=].
The following features are supported:
- See Also:
- Generated:
- Model:
- annotation="https://tabatkins.github.io/bikeshed heading='Relations'"
-
Method Summary
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, isRef, resolve, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface io.opencaesar.oml.Relation
getDomainList, getRangeList, isAsymmetric, isInverseFunctional, isIrreflexive, isReflexive, isSymmetric, isTransitive
Methods inherited from interface io.opencaesar.oml.RelationBase
getReverseRelation, getSources, getTargets, isAsymmetric, isFunctional, isInverseFunctional, isIrreflexive, isReflexive, isSymmetric, isTransitive, setAsymmetric, setFunctional, setInverseFunctional, setIrreflexive, setReflexive, setReverseRelation, setSymmetric, setTransitive
Methods inherited from interface io.opencaesar.oml.SemanticProperty
isFunctional
Methods inherited from interface io.opencaesar.oml.SpecializableProperty
getOwnedEquivalences
Methods inherited from interface io.opencaesar.oml.SpecializableTerm
getOwnedSpecializations
Methods inherited from interface io.opencaesar.oml.VocabularyStatement
getOwningVocabulary, setOwningVocabulary
-
Method Details
-
getRef
Relation getRef()Returns the value of the 'Ref' reference. A ref to another relation -
setRef
Sets the value of the 'Ref
' reference.- Parameters:
value
- the new value of the 'Ref' reference.- See Also:
- Generated:
-
getDomains
org.eclipse.emf.common.util.EList<Entity> getDomains()- Specified by:
getDomains
in interfaceRelation
- Generated:
- Model:
- kind="operation" unique="false"
-
getRanges
org.eclipse.emf.common.util.EList<Entity> getRanges() -
getInverse
Relation getInverse()- Specified by:
getInverse
in interfaceRelation
- Generated:
- Model:
- kind="operation" unique="false"
-