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

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

public interface SetClk
extends Instruction

A representation of the model object 'Set Clk'.

The following features are supported:

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

Method Summary
 Reg getClk()
          Returns the value of the 'Clk' containment reference.
 Reg getReg()
          Returns the value of the 'Reg' reference.
 void setClk(Reg value)
          Sets the value of the 'Clk' containment reference.
 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, eInvoke, 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.getSetClk_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.

getClk

Reg getClk()
Returns the value of the 'Clk' containment reference.

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

Returns:
the value of the 'Clk' containment reference.
See Also:
setClk(Reg), KlpPackage.getSetClk_Clk()
Generated:
This code was automatically generated.
Model element:
containment=true

setClk

void setClk(Reg value)
Sets the value of the 'Clk' containment reference.

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