|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConfig | |
---|---|
de.cau.cs.kieler.krep.evalbench.program | Assembler representation for the different processors. |
de.cau.cs.kieler.krep.evalbench.smakc | Support for the smakc compiler to translate kit files into KEP assembler. |
de.cau.cs.kieler.krep.evalbench.ui.editors | Special editors for input languages for the Kiel Reactive Processors. |
Uses of IConfig in de.cau.cs.kieler.krep.evalbench.program |
---|
Classes in de.cau.cs.kieler.krep.evalbench.program that implement IConfig | |
---|---|
class |
KepConfig
Configuration of the Kiel Esterel Processor. |
class |
KlpConfig
Holds the actual configuration of a Kiel Reactive Processor. |
Methods in de.cau.cs.kieler.krep.evalbench.program with parameters of type IConfig | |
---|---|
String |
IAssembler.canExecute(IConfig c)
Check whether the Assembler can be executed on the current processor This should check, whether the correct processor (KEP/KReP) is used, and whether it has enough resources, like number of signals, etc. |
String |
KepAssembler.canExecute(IConfig c)
Check whether the Assembler can be executed on the current processor This should check, whether the correct processor (KEP/KReP) is used, and whether it has enough resources, like number of signals, etc. |
String |
KlpAssembler.canExecute(IConfig c)
Check whether the Assembler can be executed on the current processor This should check, whether the correct processor (KEP/KReP) is used, and whether it has enough resources, like number of signals, etc. |
String |
LstAssembler.canExecute(IConfig c)
Check whether the Assembler can be executed on the current processor This should check, whether the correct processor (KEP/KReP) is used, and whether it has enough resources, like number of signals, etc. |
String[] |
IAssembler.getObj(IConfig c)
After a program has been assembled, an array with the contained object-code can be extracted. |
String[] |
KepAssembler.getObj(IConfig c)
After a program has been assembled, an array with the contained object-code can be extracted. |
String[] |
KlpAssembler.getObj(IConfig c)
After a program has been assembled, an array with the contained object-code can be extracted. |
String[] |
LstAssembler.getObj(IConfig c)
After a program has been assembled, an array with the contained object-code can be extracted. |
Uses of IConfig in de.cau.cs.kieler.krep.evalbench.smakc |
---|
Methods in de.cau.cs.kieler.krep.evalbench.smakc with parameters of type IConfig | |
---|---|
String |
KitAssembler.canExecute(IConfig c)
Check whether the Assembler can be executed on the current processor This should check, whether the correct processor (KEP/KReP) is used, and whether it has enough resources, like number of signals, etc. |
String[] |
KitAssembler.getObj(IConfig c)
After a program has been assembled, an array with the contained object-code can be extracted. |
Uses of IConfig in de.cau.cs.kieler.krep.evalbench.ui.editors |
---|
Methods in de.cau.cs.kieler.krep.evalbench.ui.editors with parameters of type IConfig | |
---|---|
boolean |
AssemblerEditor.canExecute(IConfig krp)
Check whether the current program can be executed on this the given configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |