|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTrustEdgeNode
@ThreadSafe public final class TrustEdgeNode
A trust edge and one of the list nodes it connects, which is either the source or the destination node (depending on the context).
| Constructor Summary | |
|---|---|
TrustEdgeNode(TrustEdge trustEdge,
ListNode listNode)
Constructs a TrustEdgeNode. |
|
| Method Summary | |
|---|---|
ListNode |
listNode()
The list node. |
TrustEdge |
trustEdge()
The trust edge. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrustEdgeNode(TrustEdge trustEdge,
ListNode listNode)
| Method Detail |
|---|
public TrustEdge trustEdge()
public ListNode listNode()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||