|
||||||||||
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 Condition
checkType
- type which may concern this conditionpublic boolean isTrue(Type source) throws FormulaException
Condition
isTrue
in interface Condition
source
- source of initializer
FormulaException
public void setSourceType(Type sourceType)
Condition
setSourceType
in interface Condition
sourceType
- the holder of the condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |