Constructor and Description |
---|
DerefMapping(HyperGraph graph) |
Modifier and Type | Method and Description |
---|---|
T |
eval(HGHandle x)
Map the parameter x and produce a result.
|
HyperGraph |
getGraph() |
public DerefMapping(HyperGraph graph)
public T eval(HGHandle x)
Mapping
Map 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.
public HyperGraph getGraph()