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

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

public interface Prio
extends Instruction

A representation of the model object 'Prio'.

The following features are supported:

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

Method Summary
 int getPrio()
          Returns the value of the 'Prio' attribute.
 Reg getReg()
          Returns the value of the 'Reg' reference.
 void setPrio(int value)
          Sets the value of the 'Prio' attribute.
 void setReg(Reg value)
          Sets the value of the 'Reg' reference.
 
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

getReg

Reg getReg()
Returns the value of the 'Reg' reference.

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

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

setReg

void setReg(Reg value)
Sets the value of the 'Reg' reference.

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

getPrio

int getPrio()
Returns the value of the 'Prio' attribute.

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

Returns:
the value of the 'Prio' attribute.
See Also:
setPrio(int), KlpPackage.getPrio_Prio()
Generated:
This code was automatically generated.
Model element

setPrio

void setPrio(int value)
Sets the value of the 'Prio' attribute.

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