public abstract class AbstractLeafProposition extends Object implements Proposition
Constructor and Description |
---|
AbstractLeafProposition() |
Modifier and Type | Method and Description |
---|---|
List<Proposition> |
getChildren() |
boolean |
isCompound() |
PropositionResult |
recordResultWithNoDetails(ExecutionEnvironment environment,
boolean resultValue) |
PropositionResult |
recordSuccessWithDecimalValueDetail(ExecutionEnvironment environment,
KualiDecimal value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
public AbstractLeafProposition()
public List<Proposition> getChildren()
getChildren
in interface Proposition
public boolean isCompound()
isCompound
in interface Proposition
public PropositionResult recordResultWithNoDetails(ExecutionEnvironment environment, boolean resultValue)
public PropositionResult recordSuccessWithDecimalValueDetail(ExecutionEnvironment environment, KualiDecimal value)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.