Class IDag

java.lang.Object
org.javarosa.core.model.IDag
Direct Known Subclasses:
April2014DagImpl, LatestDagBase, LegacyDagImpl

public abstract class IDag
extends Object
Abstract interface of the DAG management and triggerable processing logic. Some method bodies are intentionally duplicated in the derived classes so as to ensure that future changes do not affect the existing implementations.
Author:
mitchellsundt@gmail.com