public interface AugmentedNdNetwork
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedNdNetwork.LeafIdentifier
Identify the leaf of AugmentedNdNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(AugmentedNdNetwork.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Link> |
link()
Returns the attribute link.
|
void |
link(List<Link> link)
Sets the attribute link.
|
LinkId |
linkId()
Returns the attribute linkId.
|
void |
linkId(LinkId linkId)
Sets the attribute linkId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
LinkId linkId()
BitSet valueLeafFlags()
void linkId(LinkId linkId)
linkId - value of linkIdboolean isLeafValueSet(AugmentedNdNetwork.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.