Class PrePostConditionInterceptor.PrePostConditionFetcher

java.lang.Object
jadex.providedservice.impl.interceptors.PrePostConditionInterceptor.PrePostConditionFetcher
All Implemented Interfaces:
jadex.common.IValueFetcher
Enclosing class:
PrePostConditionInterceptor

public static class PrePostConditionInterceptor.PrePostConditionFetcher extends Object implements jadex.common.IValueFetcher
Fetcher for pre and post condition. Supports $arg, $res and $res[-1], ...
  • Field Details

    • args

      protected Object[] args
      The arguments.
    • currentarg

      protected Object currentarg
      The current arguments.
    • result

      protected Object result
      The result.
    • ires

      protected List<Object> ires
      The intermediate results.
  • Constructor Details

  • Method Details

    • fetchValue

      public Object fetchValue(String name)
      Specified by:
      fetchValue in interface jadex.common.IValueFetcher
    • fetchValue

      public Object fetchValue(String name, Object object)