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

    Modifier and Type
    Method
    Description
    Fetch a value via its name.
  • Method Details

    • fetchValue

      Object fetchValue(String name)
      Fetch a value via its name.
      Parameters:
      name - The name.
      Returns:
      The value.