Uses of Interface
org.smartparam.engine.core.ParamEngine
Packages that use ParamEngine
Package
Description
-
Uses of ParamEngine in org.smartparam.engine.config
Methods in org.smartparam.engine.config that return ParamEngineModifier and TypeMethodDescriptionParamEngineFactory.createParamEngine(@NotNull ParamEngineConfig config) Create instance of ParamEngine, useParamEngineConfigBuilderto construct configuration object.static ParamEngineParamEngineFactory.paramEngine(ParamEngineConfig config) Create instance of ParamEngine, useParamEngineConfigBuilderto construct configuration object. -
Uses of ParamEngine in org.smartparam.engine.core
Classes in org.smartparam.engine.core that implement ParamEngine -
Uses of ParamEngine in pl.decerto.hyperon.runtime.core
Constructors in pl.decerto.hyperon.runtime.core with parameters of type ParamEngineModifierConstructorDescriptionHyperonEngineImpl(ParamEngine engine, DomainCache domainCache, VersionInterceptor versionInterceptor, boolean valueNeverNull) Creates a HyperonEngineImpl instance with required arguments.