Class Condition
java.lang.Object
com.suncode.pwfl.component.Condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn condition function that will be evaluated to check if condition is fulfilled.booleanReturnstrueif this condition is fulfilled right now.
-
Constructor Details
-
Condition
-
-
Method Details
-
getConditionFn
Return condition function that will be evaluated to check if condition is fulfilled.- Returns:
- condition function
-
isFulfilled
public boolean isFulfilled()Returnstrueif this condition is fulfilled right now. Condition is fulfilled if condition function result is true.- Returns:
- true if condition is fulfilled
-