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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.