public interface HGGraphHolder
The interface is for atoms that need to hold a reference to the
HyperGraph
to which they belong. If an object implements
this interface, its setHyperGraph
method will be called
every time it is read from permanent storage, and also the first it is
added to permanent storage.
Modifier and Type | Method and Description |
---|---|
void |
setHyperGraph(HyperGraph graph)
During load time, set the
HyperGraph
instance to which this atom belongs. |
void setHyperGraph(HyperGraph graph)
During load time, set the HyperGraph
instance to which this atom belongs.
hg
- The HyperGraph
that just loaded
the atom.Copyright © 2015. All rights reserved.