|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.opendse.model.Models.DirectedLink
public static class Models.DirectedLink
The DirectedLink is a Link wrapper that contains the
source Resource and destination Resource.
| Constructor Summary | |
|---|---|
Models.DirectedLink(Link l,
Resource r0,
Resource r1)
Constructs a DirectedLink. |
|
| Method Summary | |
|---|---|
Resource |
getDest()
Returns the destination Resource. |
Link |
getLink()
Returns the wrapped Link. |
Resource |
getSource()
Returns the source Resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Models.DirectedLink(Link l,
Resource r0,
Resource r1)
DirectedLink.
l - the linkr0 - the sourcer1 - the destination| Method Detail |
|---|
public Link getLink()
Link.
public Resource getSource()
Resource.
public Resource getDest()
Resource.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||