Class PrePostConditionInterceptor.PrePostConditionFetcher
- java.lang.Object
- 
- jadex.bridge.service.component.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
 
- 
- All Implemented Interfaces:
- IValueFetcher
 - Enclosing class:
- PrePostConditionInterceptor
 
 public static class PrePostConditionInterceptor.PrePostConditionFetcher extends java.lang.Object implements IValueFetcher Fetcher for pre and post condition. Supports $arg, $res and $res[-1], ...
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Object[]argsThe arguments.protected java.lang.ObjectcurrentargThe current arguments.protected java.util.List<java.lang.Object>iresThe intermediate results.protected java.lang.ObjectresultThe result.
 - 
Constructor SummaryConstructors Constructor Description PrePostConditionFetcher(java.lang.Object[] args, java.lang.Object currentarg, java.lang.Object result, java.util.List<java.lang.Object> ires)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectfetchValue(java.lang.String name)Fetch a value via its name.java.lang.ObjectfetchValue(java.lang.String name, java.lang.Object object)
 
- 
- 
- 
Method Detail- 
fetchValuepublic java.lang.Object fetchValue(java.lang.String name) Description copied from interface:IValueFetcherFetch a value via its name.- Specified by:
- fetchValuein interface- IValueFetcher
- Parameters:
- name- The name.
- Returns:
- The value.
 
 - 
fetchValuepublic java.lang.Object fetchValue(java.lang.String name, java.lang.Object object)
 
- 
 
-