public static class GateContext.GateGroup<T extends IStatement> extends java.lang.Object implements StatementContext.StatementGroup<T>
Modifier and Type | Field and Description |
---|---|
EnumPipePart |
part |
java.util.List<T> |
statements |
Constructor and Description |
---|
GateGroup(EnumPipePart part,
java.util.List<T> statements) |
Modifier and Type | Method and Description |
---|---|
int |
getLedgerColour() |
ISimpleDrawable |
getSourceIcon() |
java.util.List<T> |
getValues() |
public final EnumPipePart part
public final java.util.List<T extends IStatement> statements
public GateGroup(EnumPipePart part, java.util.List<T> statements)
public java.util.List<T> getValues()
getValues
in interface StatementContext.StatementGroup<T extends IStatement>
public ISimpleDrawable getSourceIcon()
getSourceIcon
in interface StatementContext.StatementGroup<T extends IStatement>
public int getLedgerColour()
getLedgerColour
in interface StatementContext.StatementGroup<T extends IStatement>