|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectInfo | |
wt.graph |
Uses of ObjectInfo in wt.graph |
Fields in wt.graph declared as ObjectInfo | |
private ObjectInfo |
AbstractObjectGraphNode.info
|
private ObjectInfo |
AbstractObjectGraphEdge.info
|
private ObjectInfo |
AbstractObjectGraph.info
|
Methods in wt.graph that return ObjectInfo | |
static ObjectInfo |
ObjectInfo.newObjectInfo()
Default factory for the class. |
ObjectInfo |
ObjectGraphNode.getInfo()
Gets the object for the association that plays role: INFO. |
ObjectInfo |
ObjectGraphEdge.getInfo()
Gets the object for the association that plays role: INFO. |
ObjectInfo |
AbstractObjectGraphNode.getInfo()
Gets the object for the association that plays role: INFO. |
ObjectInfo |
AbstractObjectGraphEdge.getInfo()
Gets the object for the association that plays role: INFO. |
ObjectInfo |
AbstractObjectGraph.getInfo()
Supported API: false |
Methods in wt.graph with parameters of type ObjectInfo | |
protected boolean |
ObjectInfo.readVersion(ObjectInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
ObjectGraphNode.setInfo(ObjectInfo a_Info)
Sets the object for the association that plays role: INFO. |
void |
ObjectGraphEdge.setInfo(ObjectInfo a_Info)
Sets the object for the association that plays role: INFO. |
void |
AbstractObjectGraphNode.setInfo(ObjectInfo a_Info)
Sets the object for the association that plays role: INFO. |
void |
AbstractObjectGraphEdge.setInfo(ObjectInfo a_Info)
Sets the object for the association that plays role: INFO. |
void |
AbstractObjectGraph.setInfo(ObjectInfo info)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |