public class GateLogic.StatementPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
FullStatement<ActionWrapper> |
action |
FullStatement<TriggerWrapper> |
trigger |
Constructor and Description |
---|
StatementPair(int index) |
public final FullStatement<TriggerWrapper> trigger
public final FullStatement<ActionWrapper> action