|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpRepresentationLink
Objects implementing this interface will be recognized as links.
This class is used by the network model and the equipment model.
Note: Objects implementing both
IlpRepresentationNode and IlpRepresentationLink
are considered as links.
| Field Summary |
|---|
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Method Summary | |
|---|---|
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). |
| Methods inherited from interface ilog.cpl.model.container.IlpRepresentationNode |
|---|
addRepresentationNodeListener, getAllowsChildren, getChildren, getExpansionStrategy, getParent, isLeaf, removeRepresentationNodeListener |
| Methods inherited from interface ilog.cpl.model.IlpRepresentationObject |
|---|
getEditor, getIlpObject |
| Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||