Package jadex.common
Interface IValueFetcher
public interface IValueFetcher
Interface for fetching a predefined value.
The parser uses an IValueFetcher to retrieve
predefined values such as "$val".
This interfaces is better than a value map because
values can be dynamically retrieved.
-
Method Summary
-
Method Details
-
fetchValue
Fetch a value via its name.- Parameters:
name
- The name.- Returns:
- The value.
-