Package jadex.rules.rulesystem.rules
Interface ILazyValue
-
public interface ILazyValueInterface 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 Description java.lang.ObjectgetValue()Get the value.
-