Class MpPropFunctionProvider

java.lang.Object
pl.decerto.hyperon.runtime.provider.MpPropFunctionProvider
All Implemented Interfaces:
FunctionRepository

public class MpPropFunctionProvider extends Object implements FunctionRepository
Author:
przemek hertel
  • Constructor Details

    • MpPropFunctionProvider

      public MpPropFunctionProvider()
  • Method Details

    • loadFunction

      public Function loadFunction(String name)
      Description copied from interface: FunctionRepository
      Should return instance of function or null if was not found.
      Specified by:
      loadFunction in interface FunctionRepository
      Parameters:
      name - unique (repository-wide) name of function
      Returns:
      function object
    • isPropFunction

      public static boolean isPropFunction(String name)