Package jadex.model

Interface IModelFeature


public interface IModelFeature
  • Method Summary

    Modifier and Type
    Method
    Description
    jadex.common.IValueFetcher
     
     
    jadex.common.IParameterGuesser
    The feature can add objects for field or method injections by providing an optional parameter guesser.
  • Method Details

    • getParameterGuesser

      jadex.common.IParameterGuesser getParameterGuesser()
      The feature can add objects for field or method injections by providing an optional parameter guesser. The selection order is the reverse init order, i.e., later features can override values from earlier features.
    • getModel

      IModelInfo getModel()
    • getFetcher

      jadex.common.IValueFetcher getFetcher()