@ExcludedClass public interface INodeForObject
Modifier and Type | Method and Description |
---|---|
Boolean |
fieldIsStatic(INodeForObject childNode) |
INodeForObject |
getChildAt(int index)
child at index
|
int |
getChildCount() |
Set<NodeForObject> |
getFatherNodeSet() |
String |
getField(INodeForObject nodeForObject) |
NodeIdentifier |
getId() |
int |
getIndexOfChild(INodeForObject child)
index of child
|
NodeForObject |
getMainFatherNode() |
int |
getObjectSize() |
String |
identificationString() |
boolean |
isLeafNode() |
boolean |
isMarkedNew() |
boolean |
isMarkedNewSon() |
String |
toString() |
String getField(INodeForObject nodeForObject)
Boolean fieldIsStatic(INodeForObject childNode)
boolean isMarkedNew()
boolean isMarkedNewSon()
int getChildCount()
INodeForObject getChildAt(int index)
index
- int getIndexOfChild(INodeForObject child)
child
- NodeIdentifier getId()
boolean isLeafNode()
NodeForObject getMainFatherNode()
Set<NodeForObject> getFatherNodeSet()
String identificationString()
int getObjectSize()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.