Uses of Interface
de.cau.cs.kieler.krep.editors.klp.klp.Reg

Packages that use Reg
de.cau.cs.kieler.krep.editors.klp.klp   
de.cau.cs.kieler.krep.editors.klp.klp.impl   
de.cau.cs.kieler.krep.editors.klp.klp.util   
 

Uses of Reg in de.cau.cs.kieler.krep.editors.klp.klp
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return Reg
 Reg KlpFactory.createReg()
          Returns a new object of class 'Reg'.
 Reg SetClk.getClk()
          Returns the value of the 'Clk' containment reference.
 Reg Decl.getReg()
          Returns the value of the 'Reg' reference.
 Reg Prio.getReg()
          Returns the value of the 'Reg' reference.
 Reg Read.getReg()
          Returns the value of the 'Reg' reference.
 Reg SetClk.getReg()
          Returns the value of the 'Reg' reference.
 Reg SetPC.getReg()
          Returns the value of the 'Reg' reference.
 Reg Binop.getTo()
          Returns the value of the 'To' reference.
 Reg Move.getTo()
          Returns the value of the 'To' reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp with parameters of type Reg
 void SetClk.setClk(Reg value)
          Sets the value of the 'Clk' containment reference.
 void Decl.setReg(Reg value)
          Sets the value of the 'Reg' reference.
 void Prio.setReg(Reg value)
          Sets the value of the 'Reg' reference.
 void Read.setReg(Reg value)
          Sets the value of the 'Reg' reference.
 void SetClk.setReg(Reg value)
          Sets the value of the 'Reg' reference.
 void SetPC.setReg(Reg value)
          Sets the value of the 'Reg' reference.
 void Binop.setTo(Reg value)
          Sets the value of the 'To' reference.
 void Move.setTo(Reg value)
          Sets the value of the 'To' reference.
 

Uses of Reg in de.cau.cs.kieler.krep.editors.klp.klp.impl
 

Classes in de.cau.cs.kieler.krep.editors.klp.klp.impl that implement Reg
 class RegImpl
          An implementation of the model object 'Reg'.
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as Reg
protected  Reg SetClkImpl.clk
          The cached value of the 'Clk' containment reference.
protected  Reg DeclImpl.reg
          The cached value of the 'Reg' reference.
protected  Reg PrioImpl.reg
          The cached value of the 'Reg' reference.
protected  Reg ReadImpl.reg
          The cached value of the 'Reg' reference.
protected  Reg SetClkImpl.reg
          The cached value of the 'Reg' reference.
protected  Reg SetPCImpl.reg
          The cached value of the 'Reg' reference.
protected  Reg BinopImpl.to
          The cached value of the 'To' reference.
protected  Reg MoveImpl.to
          The cached value of the 'To' reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return Reg
 Reg DeclImpl.basicGetReg()
           
 Reg PrioImpl.basicGetReg()
           
 Reg ReadImpl.basicGetReg()
           
 Reg SetClkImpl.basicGetReg()
           
 Reg SetPCImpl.basicGetReg()
           
 Reg BinopImpl.basicGetTo()
           
 Reg MoveImpl.basicGetTo()
           
 Reg KlpFactoryImpl.createReg()
           
 Reg SetClkImpl.getClk()
           
 Reg DeclImpl.getReg()
           
 Reg PrioImpl.getReg()
           
 Reg ReadImpl.getReg()
           
 Reg SetClkImpl.getReg()
           
 Reg SetPCImpl.getReg()
           
 Reg BinopImpl.getTo()
           
 Reg MoveImpl.getTo()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type Reg
 NotificationChain SetClkImpl.basicSetClk(Reg newClk, NotificationChain msgs)
           
 void SetClkImpl.setClk(Reg newClk)
           
 void DeclImpl.setReg(Reg newReg)
           
 void PrioImpl.setReg(Reg newReg)
           
 void ReadImpl.setReg(Reg newReg)
           
 void SetClkImpl.setReg(Reg newReg)
           
 void SetPCImpl.setReg(Reg newReg)
           
 void BinopImpl.setTo(Reg newTo)
           
 void MoveImpl.setTo(Reg newTo)
           
 

Uses of Reg in de.cau.cs.kieler.krep.editors.klp.klp.util
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.util with parameters of type Reg
 T KlpSwitch.caseReg(Reg object)
          Returns the result of interpreting the object as an instance of 'Reg'.