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

Method Summary
 void setFrom(IlvSDMNode from)
          Sets the source of the link.
 void setTo(IlvSDMNode to)
          Sets the destination of the link.
 
Methods inherited from interface ilog.views.sdm.model.IlvMutableSDMNode
addChild, removeChild, setID, setParent, setProperty
 
Methods inherited from interface ilog.views.sdm.model.IlvSDMNode
getChildren, getID, getParent, getProperty, getPropertyNames, getTag
 
Methods inherited from interface ilog.views.sdm.model.IlvSDMLink
getFrom, getTo
 
Methods inherited from interface ilog.views.sdm.model.IlvSDMNode
getChildren, getID, getParent, getProperty, getPropertyNames, getTag
 

Method Detail

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.