public interface IlvInterModelLinks
Modifier and Type | Method and Description |
---|---|
String |
getFromID(Object link)
Returns the ID of the source node of a link.
|
String |
getToID(Object link)
Returns the ID of the destination node of a link.
|
void |
setFromID(Object link,
String id)
Sets the ID of the source node of a link.
|
void |
setToID(Object link,
String id)
Sets the ID of the destination node of a link.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.