de.cau.cs.kieler.krep.evalbench.program.kep
Class SigDataInstruction
java.lang.Object
de.cau.cs.kieler.krep.evalbench.program.Instruction
de.cau.cs.kieler.krep.evalbench.program.kep.Instruction
de.cau.cs.kieler.krep.evalbench.program.kep.SigInstruction
de.cau.cs.kieler.krep.evalbench.program.kep.SigDataInstruction
- All Implemented Interfaces:
- InstInf
- Direct Known Subclasses:
- Emit, Setv, Sustain
public class SigDataInstruction
- extends SigInstruction
- Rating

- Generated:
- This code was automatically generated.
SigDataInstruction
public SigDataInstruction(String id,
String name,
KepSignal sig,
Data data,
SCLine sc)
SigDataInstruction
public SigDataInstruction(String id,
String name,
KepSignal sig,
SCLine sc)
encode
public String encode()
- Specified by:
encode
in interface InstInf
- Overrides:
encode
in class SigInstruction
toString
public String toString()
- Specified by:
toString
in interface InstInf
- Overrides:
toString
in class SigInstruction
info
public String info()
- Specified by:
info
in interface InstInf
- Overrides:
info
in class SigInstruction
length
public int length()
- Specified by:
length
in interface InstInf
- Overrides:
length
in class SigInstruction
getData
public Data getData()