|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeReference | |
wt.graph |
Uses of NodeReference in wt.graph |
Fields in wt.graph declared as NodeReference | |
private NodeReference |
AbstractObjectGraphEdge.roleAObjectRef
|
private NodeReference |
AbstractObjectGraphEdge.roleBObjectRef
|
Methods in wt.graph that return NodeReference | |
static NodeReference |
NodeReference.newNodeReference(ObjectIdentifier objectId)
Constructs a reference to the object identified by an ObjectIdentifier. |
static NodeReference |
NodeReference.newNodeReference(ObjectReference reference)
Constructs a reference to the object referred to by another ObjectReference. |
static NodeReference |
NodeReference.newNodeReference(ObjectGraphNode node)
Constructs a reference to a Persistable object graph node object. |
Methods in wt.graph with parameters of type NodeReference | |
protected boolean |
NodeReference.readVersion(NodeReference thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |