public interface FlowRule
| Modifier and Type | Method and Description |
|---|---|
MBodyGroupDescStats |
group(GroupId groupId)
Returns the group description for the specified group ID.
|
List<Instruction> |
instructions(TableId tableId)
Returns the list of effective instructions for the given table.
|
Match |
match()
Returns the match associated with this flow.
|
MBodyMeterConfig |
meter(MeterId meterId)
Returns the meter configuration for the specified meter ID.
|
List<TableId> |
tables()
Returns the identities of the tables included in this flow,
based on the associated match.
|
Match match()
List<TableId> tables()
List<Instruction> instructions(TableId tableId)
tableId - the table IDMBodyMeterConfig meter(MeterId meterId)
meterId - the meter IDMBodyGroupDescStats group(GroupId groupId)
groupId - the group IDCopyright © 2014. All Rights Reserved.