Constructor and Description |
---|
LinkProjectionMapping() |
LinkProjectionMapping(int targetPosition) |
LinkProjectionMapping(Ref<Integer> targetPosition) |
Modifier and Type | Method and Description |
---|---|
HGHandle |
eval(HGLink x)
Map the parameter x and produce a result.
|
int |
getTargetPosition() |
Ref<Integer> |
getTargetPositionReference() |
void |
setTargetPosition(int targetPosition) |
void |
setTargetPositionReference(Ref<Integer> tp) |
public LinkProjectionMapping()
public LinkProjectionMapping(int targetPosition)
public HGHandle eval(HGLink 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 int getTargetPosition()
public void setTargetPosition(int targetPosition)
Copyright © 2015. All rights reserved.