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 PrecomputedValueRegistry
public void finishElementPrecomputation(PrecomputeNodeKey element)
finishElementPrecomputation
in interface PrecomputedValueRegistry
public void startElement(PrecomputeNodeKey element)
startElement
in interface PrecomputedValueRegistry
public void finishElement(PrecomputeNodeKey element)
finishElement
in interface PrecomputedValueRegistry
public PrecomputeNode currentNode()
currentNode
in interface PrecomputedValueRegistry
public void addFunction(java.lang.String name, java.lang.Object value)
addFunction
in interface PrecomputedValueRegistry