Package org.javarosa.core.model
Class QuickTriggerable
java.lang.Object
org.javarosa.core.model.QuickTriggerable
public final class QuickTriggerable extends Object
Triggerable implementations have a deep equals() comparison operator. Once
the DAG is built, we only need a shallow compare since we are not creating
any new Triggerable objects.
This class serves that purpose.
- Author:
- mitchellsundt@gmail.com
-
Field Summary
Fields Modifier and Type Field Description static Comparator<QuickTriggerable>quickTriggerablesRootOrderingTriggerablet -
Method Summary