|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.IncidenceSetRef
public class IncidenceSetRef
An implementation that will lazily query for the incidence set
of an atom. Many HGAtomTypes ignore the incidence
set when constructing the value of a given atom. For this reason,
it is only loaded on demand since it requires an extra DB query.
| Constructor Summary | |
|---|---|
IncidenceSetRef(HGHandle atomHandle,
HyperGraph graph)
|
|
| Method Summary | |
|---|---|
IncidenceSet |
deref()
Return the actual value that this reference encapsulate. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncidenceSetRef(HGHandle atomHandle,
HyperGraph graph)
| Method Detail |
|---|
public IncidenceSet deref()
LazyRefReturn the actual value that this reference encapsulate. Concrete implementation may perform a length operation in order to get to the value.
deref in interface LazyRef<IncidenceSet>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||