public interface IlpLink
IlpObject
.
This interface can be used for a business object which is a kind of link,
that is, has an origin and a destination (a "from" and a "to").Modifier and Type | Method and Description |
---|---|
Object |
getFrom(IlpObject object)
Returns the identifier of the "from" extremity of the link.
|
Object |
getTo(IlpObject object)
Returns the identifier of the "to" extremity of the link.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.