| Package | Description |
|---|---|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static TopologyEvent.Type |
TopologyEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopologyEvent.Type[] |
TopologyEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TopologyEvent(TopologyEvent.Type type,
Topology topology,
List<Event> reasons)
Creates an event of a given type and for the specified topology and the
current time.
|
TopologyEvent(TopologyEvent.Type type,
Topology topology,
List<Event> reasons,
long time)
Creates an event of a given type and for the specified topology and time.
|
Copyright © 2015. All rights reserved.