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

Packages that use KLP
de.cau.cs.kieler.krep.editors.klp   
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   
de.cau.cs.kieler.krep.evalbench.program Assembler representation for the different processors. 
 

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

Methods in de.cau.cs.kieler.krep.editors.klp that return KLP
static KLP KlpRuntimeModule.parse(InputStream in)
           
 

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

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

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

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

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

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

Uses of KLP in de.cau.cs.kieler.krep.evalbench.program
 

Methods in de.cau.cs.kieler.krep.evalbench.program with parameters of type KLP
 void KlpAssembler.assemble(String tName, KLP tModel)