de.cau.cs.kieler.krep.compiler.klp
Class DoneInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.DoneInstruction
public class DoneInstruction
- extends AbstractInstruction
Done instruction to indicate the end of the tick.
- Rating

- (2010-02-05) review by cmot, msp, tam
DoneInstruction
public DoneInstruction(LabelInstruction l)
- Parameters:
l
- label from where to start in the next tick
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction