|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.query.impl.DerefMapping
public final class DerefMapping
| Constructor Summary | |
|---|---|
DerefMapping(HyperGraph graph)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
eval(HGHandle x)
Map the parameter x and produce a result. |
HyperGraph |
getGraph()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DerefMapping(HyperGraph graph)
| Method Detail |
|---|
public java.lang.Object eval(HGHandle x)
MappingMap the parameter x and produce a result. The mapping is completely arbitrary and depending on the context under which it is defined. This interface mandates no restriction whatsoever as far the input or output of this mapping are concerned.
eval in interface Mapping<HGHandle,java.lang.Object>x - The mapping input.
public HyperGraph getGraph()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||