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