public interface HGHandleHolder
Implement this interface for atoms that will hold their HyperGraphDB handle as a bean property. The system will set this property when an atom is added to or loaded from the database.
Modifier and Type | Method and Description |
---|---|
HGHandle |
getAtomHandle()
Return the HyperGraphDB atom handle of this object.
|
void |
setAtomHandle(HGHandle handle)
Set the HyperGraphDB atom handle of this object - used normally only
by the
HyperGraph instance holding this atom. |
HGHandle getAtomHandle()
void setAtomHandle(HGHandle handle)
Set the HyperGraphDB atom handle of this object - used normally only
by the HyperGraph
instance holding this atom.
handle
- The atom handle.Copyright © 2015. All rights reserved.