public interface Ospf
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ospf.LeafIdentifier
Identify the leaf of Ospf.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends AddressFamily>> |
addressFamily()
Returns the attribute addressFamily.
|
void |
addressFamily(List<Class<? extends AddressFamily>> addressFamily)
Sets the attribute addressFamily.
|
void |
addToAddressFamily(Class<? extends AddressFamily> addTo)
Adds to the list of addressFamily.
|
DottedQuad |
areaAddress()
Returns the attribute areaAddress.
|
void |
areaAddress(DottedQuad areaAddress)
Sets the attribute areaAddress.
|
boolean |
isLeafValueSet(Ospf.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
metric()
Returns the attribute metric.
|
void |
metric(int metric)
Sets the attribute metric.
|
ShamLinks |
shamLinks()
Returns the attribute shamLinks.
|
void |
shamLinks(ShamLinks shamLinks)
Sets the attribute shamLinks.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
DottedQuad areaAddress()
int metric()
List<Class<? extends AddressFamily>> addressFamily()
BitSet valueLeafFlags()
ShamLinks shamLinks()
void areaAddress(DottedQuad areaAddress)
areaAddress - value of areaAddressvoid metric(int metric)
metric - value of metricvoid addressFamily(List<Class<? extends AddressFamily>> addressFamily)
addressFamily - list of addressFamilyvoid shamLinks(ShamLinks shamLinks)
shamLinks - value of shamLinksvoid addToAddressFamily(Class<? extends AddressFamily> addTo)
addTo - value of addressFamilyboolean isLeafValueSet(Ospf.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.