de.cau.cs.kieler.krep.editors.klp.klp
Interface Move

All Superinterfaces:
EObject, Instruction, Notifier
All Known Implementing Classes:
MoveImpl

public interface Move
extends Instruction

A representation of the model object 'Move'.

The following features are supported:

See Also:
KlpPackage.getMove()
Rating red
Generated:
This code was automatically generated.
Model element

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

getType

MoveKind getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration MoveKind.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
MoveKind, setType(MoveKind), KlpPackage.getMove_Type()
Generated:
This code was automatically generated.
Model element

setType

void setType(MoveKind value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
MoveKind, getType()
Generated:
This code was automatically generated.

getTo

Reg getTo()
Returns the value of the 'To' reference.

If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'To' reference.
See Also:
setTo(Reg), KlpPackage.getMove_To()
Generated:
This code was automatically generated.
Model element

setTo

void setTo(Reg value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
Generated:
This code was automatically generated.

getFrom

Read getFrom()
Returns the value of the 'From' containment reference.

If the meaning of the 'From' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(Read), KlpPackage.getMove_From()
Generated:
This code was automatically generated.
Model element:
containment=true

setFrom

void setFrom(Read value)
Sets the value of the 'From' containment reference.

Parameters:
value - the new value of the 'From' containment reference.
See Also:
getFrom()
Generated:
This code was automatically generated.

getVal

int getVal()
Returns the value of the 'Val' attribute.

If the meaning of the 'Val' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Val' attribute.
See Also:
setVal(int), KlpPackage.getMove_Val()
Generated:
This code was automatically generated.
Model element

setVal

void setVal(int value)
Sets the value of the 'Val' attribute.

Parameters:
value - the new value of the 'Val' attribute.
See Also:
getVal()
Generated:
This code was automatically generated.