|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Move
A representation of the model object 'Move'.
The following features are supported:
KlpPackage.getMove()
Method Summary | |
---|---|
Read |
getFrom()
Returns the value of the 'From' containment reference. |
Reg |
getTo()
Returns the value of the 'To' reference. |
MoveKind |
getType()
Returns the value of the 'Type' attribute. |
int |
getVal()
Returns the value of the 'Val' attribute. |
void |
setFrom(Read value)
Sets the value of the ' From ' containment reference. |
void |
setTo(Reg value)
Sets the value of the ' To ' reference. |
void |
setType(MoveKind value)
Sets the value of the ' Type ' attribute. |
void |
setVal(int value)
Sets the value of the ' Val ' attribute. |
Methods inherited from interface de.cau.cs.kieler.krep.editors.klp.klp.Instruction |
---|
getOpcode0, getOpcode1, getOpcode2, getOpcode3, setOpcode0, setOpcode1, setOpcode2, setOpcode3 |
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 |
---|
MoveKind getType()
MoveKind
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
MoveKind
,
setType(MoveKind)
,
KlpPackage.getMove_Type()
void setType(MoveKind value)
Type
' attribute.
value
- the new value of the 'Type' attribute.MoveKind
,
getType()
Reg getTo()
If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...
setTo(Reg)
,
KlpPackage.getMove_To()
void setTo(Reg value)
To
' reference.
value
- the new value of the 'To' reference.getTo()
Read getFrom()
If the meaning of the 'From' containment reference isn't clear, there really should be more of a description here...
setFrom(Read)
,
KlpPackage.getMove_From()
containment | = | true |
void setFrom(Read value)
From
' containment reference.
value
- the new value of the 'From' containment reference.getFrom()
int getVal()
If the meaning of the 'Val' attribute isn't clear, there really should be more of a description here...
setVal(int)
,
KlpPackage.getMove_Val()
void setVal(int value)
Val
' attribute.
value
- the new value of the 'Val' attribute.getVal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |