de.cau.cs.kieler.krep.evalbench.program
Interface IConfig

All Known Implementing Classes:
KepConfig, KlpConfig

public interface IConfig

Configuration of the different processors.

Rating yellow
(2010-02-05) review by cmot, msp

Field Summary
static int BYTE_LEN
          number of bits in a byte.
static int BYTE_MASK
          mask to extract lowest order byte.
 
Method Summary
 boolean isKEP()
           
 boolean isKLP()
           
 

Field Detail

BYTE_LEN

static final int BYTE_LEN
number of bits in a byte.

See Also:
Constant Field Values

BYTE_MASK

static final int BYTE_MASK
mask to extract lowest order byte.

See Also:
Constant Field Values
Method Detail

isKLP

boolean isKLP()
Returns:
true if the current processor is a Lustre processor

isKEP

boolean isKEP()
Returns:
true if the current processor is a Kiel Esterel processor