Package org.onosproject.net.intent.util
Class IntentFilter
- java.lang.Object
-
- org.onosproject.net.intent.util.IntentFilter
-
public class IntentFilter extends java.lang.ObjectUtility to get flow entries corresponding to specified intent.
-
-
Constructor Summary
Constructors Constructor Description IntentFilter(IntentService intentService, FlowRuleService flowRuleService)Creates an intent filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.List<FlowEntry>>readIntentFlows(java.util.List<Intent> installables)Finds all path (flow entries) corresponding to intent installables.
-
-
-
Constructor Detail
-
IntentFilter
public IntentFilter(IntentService intentService, FlowRuleService flowRuleService)
Creates an intent filter.- Parameters:
intentService- intent service objectflowRuleService- flow service object
-
-