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, waitevaluatepublic AbstractLeafProposition()
public List<Proposition> getChildren()
getChildren in interface Propositionpublic boolean isCompound()
isCompound in interface Propositionpublic PropositionResult recordResultWithNoDetails(ExecutionEnvironment environment, boolean resultValue)
public PropositionResult recordSuccessWithDecimalValueDetail(ExecutionEnvironment environment, KualiDecimal value)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.