Package jadex.commons
Interface IValueFetcher
-
- All Known Implementing Classes:
jadex.bridge.component.impl.ArgumentsResultsComponentFeature
,BDIXArgumentsResultsComponentFeature
,PrePostConditionInterceptor.PrePostConditionFetcher
,ProcessThreadValueFetcher
,SimpleValueFetcher
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
fetchValue(java.lang.String name)
Fetch a value via its name.
-