public interface LinkDescription extends Description
Modifier and Type | Method and Description |
---|---|
ConnectPoint |
dst()
Returns the link destination.
|
boolean |
isExpected()
Returns true if the link is expected, false otherwise.
|
ConnectPoint |
src()
Returns the link source.
|
Link.Type |
type()
Returns the link type.
|
annotations
ConnectPoint src()
ConnectPoint dst()
Link.Type type()
boolean isExpected()