public interface AltInformationSources
| Modifier and Type | Interface and Description |
|---|---|
static class |
AltInformationSources.LeafIdentifier
Identify the leaf of AltInformationSources.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectivityMatrix> |
connectivityMatrix()
Returns the attribute connectivityMatrix.
|
void |
connectivityMatrix(List<ConnectivityMatrix> connectivityMatrix)
Sets the attribute connectivityMatrix.
|
long |
domainId()
Returns the attribute domainId.
|
void |
domainId(long domainId)
Sets the attribute domainId.
|
InformationSourceEnum |
informationSource()
Returns the attribute informationSource.
|
void |
informationSource(InformationSourceEnum informationSource)
Sets the attribute informationSource.
|
InformationSourceState |
informationSourceState()
Returns the attribute informationSourceState.
|
void |
informationSourceState(InformationSourceState informationSourceState)
Sets the attribute informationSourceState.
|
boolean |
isAbstract()
Returns the attribute isAbstract.
|
void |
isAbstract(boolean isAbstract)
Sets the attribute isAbstract.
|
boolean |
isLeafValueSet(AltInformationSources.LeafIdentifier leaf)
Checks if the leaf value is set.
|
DomainName |
name()
Returns the attribute name.
|
void |
name(DomainName name)
Sets the attribute name.
|
List<IpAddress> |
signalingAddress()
Returns the attribute signalingAddress.
|
void |
signalingAddress(List<IpAddress> signalingAddress)
Sets the attribute signalingAddress.
|
UnderlayTopology |
underlayTopology()
Returns the attribute underlayTopology.
|
void |
underlayTopology(UnderlayTopology underlayTopology)
Sets the attribute underlayTopology.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long domainId()
boolean isAbstract()
DomainName name()
InformationSourceEnum informationSource()
List<IpAddress> signalingAddress()
BitSet valueLeafFlags()
UnderlayTopology underlayTopology()
List<ConnectivityMatrix> connectivityMatrix()
InformationSourceState informationSourceState()
void domainId(long domainId)
domainId - value of domainIdvoid isAbstract(boolean isAbstract)
isAbstract - value of isAbstractvoid name(DomainName name)
name - value of namevoid informationSource(InformationSourceEnum informationSource)
informationSource - value of informationSourcevoid signalingAddress(List<IpAddress> signalingAddress)
signalingAddress - list of signalingAddressvoid underlayTopology(UnderlayTopology underlayTopology)
underlayTopology - value of underlayTopologyvoid connectivityMatrix(List<ConnectivityMatrix> connectivityMatrix)
connectivityMatrix - list of connectivityMatrixvoid informationSourceState(InformationSourceState informationSourceState)
informationSourceState - value of informationSourceStateboolean isLeafValueSet(AltInformationSources.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.