public class PrecomputedValueRegistryBuilder extends java.lang.Object implements PrecomputedValueRegistry
| Constructor and Description |
|---|
PrecomputedValueRegistryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunction(java.lang.String name,
java.lang.Object value) |
PrecomputeNode |
currentNode() |
void |
finishElement(PrecomputeNodeKey element) |
void |
finishElementPrecomputation(PrecomputeNodeKey element) |
void |
startElement(PrecomputeNodeKey element) |
void |
startElementPrecomputation(PrecomputeNodeKey element) |
public void startElementPrecomputation(PrecomputeNodeKey element)
startElementPrecomputation in interface PrecomputedValueRegistrypublic void finishElementPrecomputation(PrecomputeNodeKey element)
finishElementPrecomputation in interface PrecomputedValueRegistrypublic void startElement(PrecomputeNodeKey element)
startElement in interface PrecomputedValueRegistrypublic void finishElement(PrecomputeNodeKey element)
finishElement in interface PrecomputedValueRegistrypublic PrecomputeNode currentNode()
currentNode in interface PrecomputedValueRegistrypublic void addFunction(java.lang.String name,
java.lang.Object value)
addFunction in interface PrecomputedValueRegistry