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.rules.rulesystem
Interface ICondition
All Known Implementing Classes:
AndCondition
,
CollectCondition
,
ComplexCondition
,
ConstrainableCondition
,
NotCondition
,
ObjectCondition
,
OrCondition
,
TestCondition
public interface
ICondition
Interface for conditions.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.util.List
getVariables
()
Get the variables.
Method Detail
getVariables
java.util.List getVariables()
Get the variables.
Returns:
The declared variables.
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