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

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

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return CJmp
 CJmp KlpFactory.createCJmp()
          Returns a new object of class 'CJmp'.
 

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

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

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return CJmp
 CJmp KlpFactoryImpl.createCJmp()
           
 

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