public class CalculatedFieldTriggerPath
extends java.lang.Object
Constructor and Description |
---|
CalculatedFieldTriggerPath(ComputedDecimal originfield)
creates a path originating at the given origin field
|
Modifier and Type | Method and Description |
---|---|
void |
addPath(SignificantTriggerPath thistriggerpath)
add a path element
|
protected CalculatedFieldTriggerPath |
clone() |
java.lang.String |
generatePath() |
ComputedDecimal |
getOriginField() |
public CalculatedFieldTriggerPath(ComputedDecimal originfield)
originfield
- the original field of the trigger pathpublic ComputedDecimal getOriginField()
public java.lang.String generatePath()
public void addPath(SignificantTriggerPath thistriggerpath)
thistriggerpath
- path element for the trigger pathprotected CalculatedFieldTriggerPath clone()
clone
in class java.lang.Object