|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface E2Association
A representation of the model object 'EAssociation'.
The following features are supported:
Ecore2Package.getE2Association()
Method Summary | |
---|---|
E2DirectedAssociation |
basicGetForward()
|
E2DirectedAssociation |
basicGetReverse()
|
E2Direction |
getDirection()
Returns the value of the 'Direction' attribute. |
E2DirectedAssociation |
getForward()
Returns the value of the 'Forward' containment reference. |
E2DirectedAssociation |
getFrom(org.eclipse.emf.ecore.EReference source)
|
E2DirectedAssociation |
getReverse()
Returns the value of the 'Reverse' containment reference. |
org.eclipse.emf.ecore.EReference |
getSource()
Returns the value of the 'Source' reference. |
org.eclipse.emf.ecore.EClass |
getSourceClass()
|
org.eclipse.emf.ecore.EReference |
getSourceReference()
|
org.eclipse.emf.ecore.EReference |
getTarget()
Returns the value of the 'Target' reference. |
org.eclipse.emf.ecore.EClass |
getTargetClass()
|
org.eclipse.emf.ecore.EReference |
getTargetReference()
|
org.eclipse.emf.ecore.EClass |
getThatClass(org.eclipse.emf.ecore.EClass thisClass)
|
org.eclipse.emf.ecore.EReference |
getThatReference(org.eclipse.emf.ecore.EReference thisReference)
|
org.eclipse.emf.ecore.EClass |
getThisClass(org.eclipse.emf.ecore.EClass thisClass)
|
org.eclipse.emf.ecore.EReference |
getThisReference(org.eclipse.emf.ecore.EReference thisReference)
|
E2DirectedAssociation |
getTo(org.eclipse.emf.ecore.EReference target)
|
void |
initialise(org.eclipse.emf.ecore.EReference source,
org.eclipse.emf.ecore.EReference target)
|
boolean |
isInModel()
|
void |
setDirection(E2Direction value)
Sets the value of the ' Direction ' attribute. |
void |
setForward(E2DirectedAssociation value)
Sets the value of the ' Forward ' containment reference. |
void |
setReverse(E2DirectedAssociation value)
Sets the value of the ' Reverse ' containment reference. |
void |
setSource(org.eclipse.emf.ecore.EReference value)
Sets the value of the ' Source ' reference. |
void |
setTarget(org.eclipse.emf.ecore.EReference value)
Sets the value of the ' Target ' reference. |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
E2Direction getDirection()
"NO_WAY"
.
The literals are from the enumeration E2Direction
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
E2Direction
,
setDirection(E2Direction)
,
Ecore2Package.getE2Association_Direction()
void setDirection(E2Direction value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.E2Direction
,
getDirection()
E2DirectedAssociation getForward()
If the meaning of the 'Forward' containment reference isn't clear, there really should be more of a description here...
setForward(E2DirectedAssociation)
,
Ecore2Package.getE2Association_Forward()
void setForward(E2DirectedAssociation value)
Forward
' containment reference.
value
- the new value of the 'Forward' containment reference.getForward()
E2DirectedAssociation getReverse()
If the meaning of the 'Reverse' containment reference isn't clear, there really should be more of a description here...
setReverse(E2DirectedAssociation)
,
Ecore2Package.getE2Association_Reverse()
void setReverse(E2DirectedAssociation value)
Reverse
' containment reference.
value
- the new value of the 'Reverse' containment reference.getReverse()
org.eclipse.emf.ecore.EReference getSource()
getSource
in interface E2Link
setSource(EReference)
,
Ecore2Package.getE2Association_Source()
void setSource(org.eclipse.emf.ecore.EReference value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
org.eclipse.emf.ecore.EReference getTarget()
getTarget
in interface E2Link
setTarget(EReference)
,
Ecore2Package.getE2Association_Target()
void setTarget(org.eclipse.emf.ecore.EReference value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
void initialise(org.eclipse.emf.ecore.EReference source, org.eclipse.emf.ecore.EReference target)
org.eclipse.emf.ecore.EClass getSourceClass()
org.eclipse.emf.ecore.EReference getSourceReference()
org.eclipse.emf.ecore.EClass getTargetClass()
org.eclipse.emf.ecore.EReference getTargetReference()
E2DirectedAssociation basicGetForward()
E2DirectedAssociation basicGetReverse()
E2DirectedAssociation getFrom(org.eclipse.emf.ecore.EReference source)
boolean isInModel()
org.eclipse.emf.ecore.EClass getThatClass(org.eclipse.emf.ecore.EClass thisClass)
org.eclipse.emf.ecore.EClass getThisClass(org.eclipse.emf.ecore.EClass thisClass)
org.eclipse.emf.ecore.EReference getThatReference(org.eclipse.emf.ecore.EReference thisReference)
org.eclipse.emf.ecore.EReference getThisReference(org.eclipse.emf.ecore.EReference thisReference)
E2DirectedAssociation getTo(org.eclipse.emf.ecore.EReference target)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |