Package | Description |
---|---|
net.sf.joafip.ograph |
Modifier and Type | Method and Description |
---|---|
ObjectNode |
ObjectGraph.getRootObjectNode() |
Modifier and Type | Method and Description |
---|---|
Set<ObjectNode> |
ObjectNode.getParentSet() |
List<ObjectNode> |
ObjectNode.getSonObjectNodeList() |
Set<ObjectNode> |
ObjectGraph.objectNodeForClass(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectNode.addParent(ObjectNode parent,
FieldInfo fieldInfo) |
FieldInfo |
ObjectNode.fieldInfo(ObjectNode parent) |
Constructor and Description |
---|
ObjectGraph(ObjectNode rootObjectNode,
Map<ClassInfo,Set<ObjectNode>> objectNodeByClass,
ClassInfoFactory classInfoFactory) |
Constructor and Description |
---|
ObjectGraph(ObjectNode rootObjectNode,
Map<ClassInfo,Set<ObjectNode>> objectNodeByClass,
ClassInfoFactory classInfoFactory) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.