public class TopoIntentFilter extends Object
| Constructor and Description |
|---|
TopoIntentFilter(ServicesBundle services)
Creates an intent filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.onosproject.net.intent.Intent> |
findPathIntents(Set<org.onosproject.net.Host> hosts,
Set<org.onosproject.net.Device> devices,
Set<org.onosproject.net.Link> links)
Finds all path (host-to-host or point-to-point) intents that pertain
to the given hosts and devices.
|
public TopoIntentFilter(ServicesBundle services)
services - service references bundlepublic List<org.onosproject.net.intent.Intent> findPathIntents(Set<org.onosproject.net.Host> hosts, Set<org.onosproject.net.Device> devices, Set<org.onosproject.net.Link> links)
hosts - set of hosts to query bydevices - set of devices to query bylinks - set of links to query by