public interface IlvMutableSDMLink extends IlvMutableSDMNode, IlvSDMLink
IlvMutableSDMLink
is an SDM link
whose extremities can be changed.
This "mutable" interface is necessary to read the data objects from an XML file using a SAX parser efficiently .
IlvDefaultSDMModel
Modifier and Type | Method and Description |
---|---|
void |
setFrom(IlvSDMNode from)
Sets the source of the link.
|
void |
setTo(IlvSDMNode to)
Sets the destination of the link.
|
addChild, getDependentProperties, removeChild, setID, setParent, setProperty
getFrom, getTo
getChildren, getID, getParent, getProperty, getPropertyNames, getTag
void setFrom(IlvSDMNode from)
from
- The source node.void setTo(IlvSDMNode to)
to
- The destination node.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.