ilog.views.sdm.model
Interface IlvSDMLink

All Superinterfaces:
IlvSDMNode
All Known Subinterfaces:
IlvMutableSDMLink
All Known Implementing Classes:
IlvDefaultSDMLink

public interface IlvSDMLink
extends IlvSDMNode

IlvSDMLink is the interface that describes the links of a default SDM model.

Since:
JViews 4.0
See Also:
IlvDefaultSDMModel, IlvSDMNode

Method Summary
 IlvSDMNode getFrom()
          Returns the source of the link.
 IlvSDMNode getTo()
          Returns the destination of the link.
 
Methods inherited from interface ilog.views.sdm.model.IlvSDMNode
getChildren, getID, getParent, getProperty, getPropertyNames, getTag
 

Method Detail

getFrom

IlvSDMNode getFrom()
Returns the source of the link.


getTo

IlvSDMNode getTo()
Returns the destination of the link.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.