|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jaxfront.core.rule.DummyCondition
public class DummyCondition
| Constructor Summary | |
|---|---|
DummyCondition()
|
|
| Method Summary | |
|---|---|
boolean |
doesConcern(Type checkType)
Returns true if the submitted type does concern the condition. |
boolean |
isTrue(Type source)
Returns if a condition is true. |
void |
setSourceType(Type sourceType)
Sets the source type (the holder) of the condition. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyCondition()
| Method Detail |
|---|
public boolean doesConcern(Type checkType)
Condition
doesConcern in interface ConditioncheckType - type which may concern this condition
public boolean isTrue(Type source)
throws FormulaException
Condition
isTrue in interface Conditionsource - source of initializer
FormulaExceptionpublic void setSourceType(Type sourceType)
Condition
setSourceType in interface ConditionsourceType - the holder of the condition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||