public interface Link
| Modifier and Type | Interface and Description |
|---|---|
static class |
Link.LeafIdentifier
Identify the leaf of Link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSupportingLink(SupportingLink addTo)
Adds to the list of supportingLink.
|
Destination |
destination()
Returns the attribute destination.
|
void |
destination(Destination destination)
Sets the attribute destination.
|
boolean |
isLeafValueSet(Link.LeafIdentifier leaf)
Checks if the leaf value is set.
|
LinkId |
linkId()
Returns the attribute linkId.
|
void |
linkId(LinkId linkId)
Sets the attribute linkId.
|
Source |
source()
Returns the attribute source.
|
void |
source(Source source)
Sets the attribute source.
|
List<SupportingLink> |
supportingLink()
Returns the attribute supportingLink.
|
void |
supportingLink(List<SupportingLink> supportingLink)
Sets the attribute supportingLink.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
LinkId linkId()
BitSet valueLeafFlags()
Source source()
Destination destination()
List<SupportingLink> supportingLink()
void linkId(LinkId linkId)
linkId - value of linkIdvoid source(Source source)
source - value of sourcevoid destination(Destination destination)
destination - value of destinationvoid supportingLink(List<SupportingLink> supportingLink)
supportingLink - list of supportingLinkvoid addToSupportingLink(SupportingLink addTo)
addTo - value of supportingLinkboolean isLeafValueSet(Link.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.