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)
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)
hosts - set of hosts to query bydevices - set of devices to query byCopyright © 2015. All rights reserved.