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

Packages that use Label
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 Label in de.cau.cs.kieler.krep.editors.klp.klp
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return Label
 Label KlpFactory.createLabel()
          Returns a new object of class 'Label'.
 Label CJmp.getLabel()
          Returns the value of the 'Label' containment reference.
 Label Jmp.getLabel()
          Returns the value of the 'Label' reference.
 Label SetPC.getLabel()
          Returns the value of the 'Label' containment reference.
 Label Done.getPc()
          Returns the value of the 'Pc' reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp with parameters of type Label
 void CJmp.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void Jmp.setLabel(Label value)
          Sets the value of the 'Label' reference.
 void SetPC.setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void Done.setPc(Label value)
          Sets the value of the 'Pc' reference.
 

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

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

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as Label
protected  Label CJmpImpl.label
          The cached value of the 'Label' containment reference.
protected  Label JmpImpl.label
          The cached value of the 'Label' reference.
protected  Label SetPCImpl.label
          The cached value of the 'Label' containment reference.
protected  Label DoneImpl.pc
          The cached value of the 'Pc' reference.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return Label
 Label JmpImpl.basicGetLabel()
           
 Label DoneImpl.basicGetPc()
           
 Label KlpFactoryImpl.createLabel()
           
 Label CJmpImpl.getLabel()
           
 Label JmpImpl.getLabel()
           
 Label SetPCImpl.getLabel()
           
 Label DoneImpl.getPc()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type Label
 NotificationChain CJmpImpl.basicSetLabel(Label newLabel, NotificationChain msgs)
           
 NotificationChain SetPCImpl.basicSetLabel(Label newLabel, NotificationChain msgs)
           
 void CJmpImpl.setLabel(Label newLabel)
           
 void JmpImpl.setLabel(Label newLabel)
           
 void SetPCImpl.setLabel(Label newLabel)
           
 void DoneImpl.setPc(Label newPc)
           
 

Uses of Label 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 Label
 T KlpSwitch.caseLabel(Label object)
          Returns the result of interpreting the object as an instance of 'Label'.