public static class Models.DirectedLink
extends java.lang.Object
| Constructor and Description |
|---|
DirectedLink(Link l,
Resource r0,
Resource r1)
Constructs a
DirectedLink. |
| Modifier and Type | Method and Description |
|---|---|
Resource |
getDest()
Returns the destination
Resource. |
Link |
getLink()
Returns the wrapped
Link. |
Resource |
getSource()
Returns the source
Resource. |