public interface Relation extends RelationOrAttribute, KnownBy
The following features are supported:
CCDModelPackage.getRelation()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
int |
getLowerBound()
Returns the value of the 'Lower Bound' attribute.
|
Relation |
getOpposite()
Returns the value of the 'Opposite' reference
|
Concept |
getSource()
Returns the value of the 'Source' container reference.
|
Concept |
getTarget()
Returns the value of the 'Target' reference
|
int |
getUpperBound()
Returns the value of the 'Upper Bound' attribute.
|
void |
setOpposite(Relation value)
Sets the value of the '
Opposite ' reference |
void |
setSource(Concept value)
Sets the value of the '
Source ' container reference |
void |
setTarget(Concept value)
Sets the value of the '
Target ' reference |
getDescription, getName, setDescription, setName
getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getKnownBy
static final java.lang.String copyright
Concept getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(Concept)
,
CCDModelPackage.getRelation_Target()
void setTarget(Concept value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
Relation getOpposite()
If the meaning of the 'Opposite' reference isn't clear, there really should be more of a description here...
setOpposite(Relation)
,
CCDModelPackage.getRelation_Opposite()
void setOpposite(Relation value)
Opposite
' reference.
value
- the new value of the 'Opposite' reference.getOpposite()
Concept getSource()
Relations
'.
If the meaning of the 'Source' container reference isn't clear, there really should be more of a description here...
setSource(Concept)
,
CCDModelPackage.getRelation_Source()
,
Concept.getRelations()
void setSource(Concept value)
Source
' container reference.
value
- the new value of the 'Source' container reference.getSource()
int getUpperBound()
"1"
.
If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...
CCDModelPackage.getRelation_UpperBound()
int getLowerBound()
"0"
.
If the meaning of the 'Lower Bound' attribute isn't clear, there really should be more of a description here...
CCDModelPackage.getRelation_LowerBound()