public interface IlpRepresentationLink extends IlpRepresentationNode
This class is used by the network model and the equipment model.
Note: Objects implementing both
IlpRepresentationNode
and IlpRepresentationLink
are considered as links.
VALUE_NOT_SET
Modifier and Type | Method and Description |
---|---|
void |
addRepresentationLinkListener(RepresentationLinkListener listener)
Adds a listener that is notified each time a change to this link occurs.
|
IlpRepresentationNode |
getFromNode()
Returns the first end node of the link.
|
IlpRepresentationNode |
getToNode()
Returns the second end node of the link.
|
void |
removeRepresentationLinkListener(RepresentationLinkListener listener)
Removes a listener previously added with
addRepresentationLinkListener(ilog.cpl.model.container.RepresentationLinkListener) . |
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener
getEditor, getIlpObject
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue
IlpRepresentationNode getFromNode()
IlpRepresentationNode getToNode()
void addRepresentationLinkListener(RepresentationLinkListener listener)
listener
- The listener to be added.void removeRepresentationLinkListener(RepresentationLinkListener listener)
addRepresentationLinkListener(ilog.cpl.model.container.RepresentationLinkListener)
.listener
- The listener to be removed.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.