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.rules
Interface ILazyValue
public interface
ILazyValue
Interface for a value that is provided lazy, i.e. only when getValue() is called.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
getValue
()
Get the value.
Method Detail
getValue
java.lang.Object getValue()
Get the value.
Returns:
The value.
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