|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpMutableRepresentationNode
Mutable interface of objects that build up a container hierarchy. This class is used by the network model and the equipment model.
IlpGraphModel| Field Summary |
|---|
| Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder |
|---|
VALUE_NOT_SET |
| Method Summary | |
|---|---|
void |
addChild(IlpRepresentationNode child)
Inserts a child |
void |
addChildren(IlpRepresentationNode[] children)
Inserts a set of children. |
void |
addChildren(int[] indices,
IlpRepresentationNode[] children)
Inserts a set of children. |
void |
removeChild(IlpRepresentationNode child)
Removes a child. |
void |
removeChildren(IlpRepresentationNode[] children)
Removes a set of children. |
void |
removeChildren(int[] indices)
Removes a set of children. |
void |
removeChildren(int[] indices,
IlpRepresentationNode[] children)
Removes a set of children. |
| 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 |
|---|
void addChild(IlpRepresentationNode child)
child - The child to insert.
void addChildren(int[] indices,
IlpRepresentationNode[] children)
indices - The indices of the children added, after insertion,
in ascending order.children - The children inserted, in the same order as listed
in indices.void addChildren(IlpRepresentationNode[] children)
void removeChildren(int[] indices,
IlpRepresentationNode[] children)
indices - The indices of the children removed, before
removal, in ascending order.children - The children removed, in the same order as
listed in indices.void removeChildren(int[] indices)
indices - The indices of the children removed, before removal,
in ascending order.void removeChildren(IlpRepresentationNode[] children)
void removeChild(IlpRepresentationNode child)
child - The child to be removed.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||