|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.openai.ai.nn.gui.data.AbstractDataObject
Implements most parts of the DataObject interface. Derived classes have only to implement the real data-parts
| Constructor Summary | |
AbstractDataObject()
|
|
| Method Summary | |
long |
getID()
Returns the ID of the object |
DataContainer |
getParent()
Returns the parent of this object |
DataObject |
getSibbling(long lID)
Returns a sibbling of this object. |
void |
setID(long lID)
Sets the ID of the object |
void |
setParent(DataContainer parent)
Sets the parent of this object (for nested structures) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractDataObject()
| Method Detail |
public void setID(long lID)
setID in interface DataObjectpublic long getID()
getID in interface DataObjectpublic DataObject getSibbling(long lID)
getSibbling in interface DataObjectlID - The sibblings ID
public DataContainer getParent()
getParent in interface DataObjectpublic void setParent(DataContainer parent)
setParent in interface DataObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||