Package | Description |
---|---|
org.opennms.netmgt.model.topology |
Modifier and Type | Class and Description |
---|---|
class |
Encapsulable
This class represents a destination in the network such as
an IP address or a physical port.
|
Modifier and Type | Method and Description |
---|---|
EndPoint |
Link.getA() |
EndPoint |
Link.getB() |
Modifier and Type | Method and Description |
---|---|
List<EndPoint> |
Encapsulable.getEncapsulatedBy() |
List<EndPoint> |
Service.getEndpoints() |
List<EndPoint> |
Element.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
Link.setA(EndPoint a) |
void |
Link.setB(EndPoint b) |
void |
Encapsulable.setEncapsulatedBy(EndPoint encapsulatedby) |
Modifier and Type | Method and Description |
---|---|
void |
Service.setEndpoints(List<EndPoint> endpoints) |
void |
Element.setEndpoints(List<EndPoint> endpoints) |
Copyright © 2015. All rights reserved.