Package org.javarosa.core.model
Class LatestDagBase
java.lang.Object
org.javarosa.core.model.IDag
org.javarosa.core.model.LatestDagBase
- Direct Known Subclasses:
Fast2014DagImpl,Safe2014DagImpl
public abstract class LatestDagBase extends IDag
- Author:
- Meletis Margaritis
-
Nested Class Summary
Nested classes/interfaces inherited from class org.javarosa.core.model.IDag
IDag.EventNotifierAccessor -
Field Summary
Fields inherited from class org.javarosa.core.model.IDag
accessor, conditionRepeatTargetIndex, triggerablesDAG, triggerIndex, unorderedTriggerables -
Constructor Summary
Constructors Modifier Constructor Description protectedLatestDagBase(IDag.EventNotifierAccessor accessor) -
Method Summary
Modifier and Type Method Description protected Set<QuickTriggerable>doEvaluateTriggerables(FormInstance mainInstance, EvaluationContext evalContext, Set<QuickTriggerable> tv, TreeReference anchorRef, Set<QuickTriggerable> alreadyEvaluated)Methods inherited from class org.javarosa.core.model.IDag
addTriggerable, copyItemsetAnswer, createRepeatGroup, deleteRepeatGroup, finalizeTriggerables, getConditionExpressionForTrueAction, getConditions, getEvalBehavior, getRecalculates, getTriggerableForRepeatGroup, initializeTriggerables, printTriggerables, publishSummary, publishSummary, reportDependencyCycles, shouldTrustPreviouslyCommittedAnswer, triggerTriggerables, validate
-
Constructor Details
-
Method Details
-
doEvaluateTriggerables
protected Set<QuickTriggerable> doEvaluateTriggerables(FormInstance mainInstance, EvaluationContext evalContext, Set<QuickTriggerable> tv, TreeReference anchorRef, Set<QuickTriggerable> alreadyEvaluated)
-