public interface Node1 extends DataObject, Augmentation<Node>
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<TerminationPoint> |
getTerminationPoint()
A termination point can terminate a link.Depending on the type of topology, a
termination pointcould, for example, refer to a port or an interface.
|
default @NonNull List<TerminationPoint> |
nonnullTerminationPoint() |
getImplementedInterface@Nullable List<TerminationPoint> getTerminationPoint()
java.util.List terminationPoint, or null if not presentdefault @NonNull List<TerminationPoint> nonnullTerminationPoint()
java.util.List terminationPoint, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.