de.cau.cs.kieler.krep.evalbench.program.kep
Class KepSignal
java.lang.Object
de.cau.cs.kieler.krep.evalbench.program.kep.Identifer
de.cau.cs.kieler.krep.evalbench.program.kep.KepSignal
public class KepSignal
- extends Identifer
- Rating

Constructor Summary |
KepSignal(String name,
Constants.SignalType type,
Integer id)
|
KepSignal(String name,
Constants.SignalType type,
Integer id,
boolean isPre)
|
KepSignal(String name,
Constants.SignalType type,
Integer id,
int value)
|
KepSignal(String name,
Constants.SignalType type,
Integer id,
Register reg)
|
KepSignal
public KepSignal(String name,
Constants.SignalType type,
Integer id)
KepSignal
public KepSignal(String name,
Constants.SignalType type,
Integer id,
boolean isPre)
KepSignal
public KepSignal(String name,
Constants.SignalType type,
Integer id,
int value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
KepSignal
public KepSignal(String name,
Constants.SignalType type,
Integer id,
Register reg)
toString
public String toString()
- Overrides:
toString
in class Identifer
printlst
public String printlst()
print
public String print()
- Overrides:
print
in class Identifer
setType
public void setType(Constants.SignalType type)
getType
public Constants.SignalType getType()
getDataType
public Constants.SignalDataType getDataType()
setReg
public void setReg(Register reg)
setValue
public void setValue(Data value)
encode
public String encode()
- Specified by:
encode
in class Identifer
info
public String info()
- Specified by:
info
in class Identifer
length
public int length()
- Specified by:
length
in class Identifer
getReg
public Register getReg()
getValue
public Data getValue()