JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jadex.commons
Interface IBooleanCondition
All Known Implementing Classes:
PlanFinishedTaskCondition
public interface
IBooleanCondition
A dynamic boolean condition that can be evaluated on demand (polling).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isValid
()
Get the current state of the condition.
Method Detail
isValid
boolean isValid()
Get the current state of the condition.
Returns:
True, if the condition is valid.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method