ilog.views.sdm.model
Interface IlvMutableSDMLink
- All Superinterfaces:
- IlvMutableSDMNode, IlvSDMLink, IlvSDMNode
- All Known Implementing Classes:
- IlvDefaultSDMLink
public interface IlvMutableSDMLink
- extends IlvMutableSDMNode, IlvSDMLink
An 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 .
- Since:
- JViews 4.0
- See Also:
IlvDefaultSDMModel
setFrom
void setFrom(IlvSDMNode from)
- Sets the source of the link.
- Parameters:
from - The source node.
setTo
void setTo(IlvSDMNode to)
- Sets the destination of the link.
- Parameters:
to - The destination node.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.