public class ObjectNode extends Object
Modifier and Type | Field and Description |
---|---|
protected static HelperReflect |
helperReflect |
Constructor and Description |
---|
ObjectNode(int identifier,
Object ownedObject,
ClassInfoFactory classInfoFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addParent(ObjectNode parent,
FieldInfo fieldInfo) |
boolean |
equals(Object obj) |
FieldInfo |
fieldInfo(ObjectNode parent) |
int |
getIdentifier() |
Object |
getOwnedObject() |
ClassInfo |
getOwnedObjectClassInfo() |
Set<ObjectNode> |
getParentSet() |
List<FieldInfo> |
getSonFieldInfoList() |
List<Object> |
getSonObjectList() |
List<ObjectNode> |
getSonObjectNodeList() |
int |
hashCode() |
String |
toString() |
protected static final HelperReflect helperReflect
public ObjectNode(int identifier, Object ownedObject, ClassInfoFactory classInfoFactory) throws GraphException
GraphException
public int getIdentifier()
public void addParent(ObjectNode parent, FieldInfo fieldInfo)
public Set<ObjectNode> getParentSet()
public Object getOwnedObject()
public ClassInfo getOwnedObjectClassInfo()
public List<ObjectNode> getSonObjectNodeList()
public FieldInfo fieldInfo(ObjectNode parent)
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.