public interface FlowInterface
Modifier and Type | Method and Description |
---|---|
void |
addFlowAction(FlowAction flowAction) |
void |
addFlowActions(java.util.List<FlowAction> flowActions) |
void |
addFlowMatch(FlowMatch flowMatch) |
java.util.List<FlowAction> |
getFlowActions() |
FlowMatch |
getFlowMatch() |
FlowMatch getFlowMatch()
java.util.List<FlowAction> getFlowActions()
void addFlowMatch(FlowMatch flowMatch)
void addFlowAction(FlowAction flowAction)
void addFlowActions(java.util.List<FlowAction> flowActions)