|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvMutableSDMNode
An IlvMutableSDMNode is a
data object whose properties can be set.
IlvDefaultSDMModel| Method Summary | |
|---|---|
void |
addChild(IlvMutableSDMNode child,
IlvMutableSDMNode before)
Adds a child to this object's submodel. |
void |
removeChild(IlvMutableSDMNode child)
Removes a child from this object's submodel. |
void |
setID(String id)
Sets the identifier of the object. |
void |
setParent(IlvMutableSDMNode parent)
Sets the parent of this data object, that is, the object to which the submodel containing this object is attached. |
void |
setProperty(String property,
Object value)
Sets a property of the data object. |
| Methods inherited from interface ilog.views.sdm.model.IlvSDMNode |
|---|
getChildren, getID, getParent, getProperty, getPropertyNames, getTag |
| Method Detail |
|---|
void setID(String id)
id - The new object ID.
void addChild(IlvMutableSDMNode child,
IlvMutableSDMNode before)
child - The child to add.before - The object before which the new child must
be inserted, or null if the new child must
be appended to the list of children.void removeChild(IlvMutableSDMNode child)
child - The child to remove.void setParent(IlvMutableSDMNode parent)
parent - The new parent node.
void setProperty(String property,
Object value)
property - The name of the property.value - The value of the property.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||