Class LevelValues

java.lang.Object
org.smartparam.engine.core.context.DefaultContext
org.smartparam.engine.core.context.LevelValues
All Implemented Interfaces:
ParamContext

public class LevelValues extends DefaultContext
Simple parameter evaluation context that uses values provided directly by user. Under the hood, DefaultContext.setLevelValues(java.lang.Object[]) is called.
Since:
1.0.0
Author:
Przemek Hertel
  • Constructor Details

    • LevelValues

      public LevelValues(Object... values)