Uses of Interface
org.operaton.bpm.dmn.feel.impl.FeelEngine
Packages that use FeelEngine
Package
Description
-
Uses of FeelEngine in org.operaton.bpm.dmn.engine.impl
Fields in org.operaton.bpm.dmn.engine.impl declared as FeelEngineMethods in org.operaton.bpm.dmn.engine.impl that return FeelEngineModifier and TypeMethodDescriptionDefaultDmnEngineConfiguration.getFeelEngine()The feel engine used by the engine. -
Uses of FeelEngine in org.operaton.bpm.dmn.engine.impl.evaluation
Fields in org.operaton.bpm.dmn.engine.impl.evaluation declared as FeelEngineModifier and TypeFieldDescriptionprotected final FeelEngineDecisionTableEvaluationHandler.feelEngineprotected final FeelEngineExpressionEvaluationHandler.feelEngine -
Uses of FeelEngine in org.operaton.bpm.dmn.feel.impl
Methods in org.operaton.bpm.dmn.feel.impl that return FeelEngineModifier and TypeMethodDescriptionFeelEngineFactory.createInstance()Create an instance of aFeelEngine. -
Uses of FeelEngine in org.operaton.bpm.dmn.feel.impl.juel
Classes in org.operaton.bpm.dmn.feel.impl.juel that implement FeelEngineFields in org.operaton.bpm.dmn.feel.impl.juel declared as FeelEngineMethods in org.operaton.bpm.dmn.feel.impl.juel that return FeelEngineModifier and TypeMethodDescriptionprotected FeelEngineFeelEngineFactoryImpl.createFeelEngine()FeelEngineFactoryImpl.createInstance() -
Uses of FeelEngine in org.operaton.bpm.dmn.feel.impl.scala
Classes in org.operaton.bpm.dmn.feel.impl.scala that implement FeelEngineModifier and TypeClassDescriptionclassImplementation of theFeelEngineinterface to evaluate FEEL expressions using the Scala FEEL engine.Methods in org.operaton.bpm.dmn.feel.impl.scala that return FeelEngineModifier and TypeMethodDescriptionScalaFeelEngineFactory.createInstance()Creates a new instance ofScalaFeelEngineconfigured with the optional custom function providers.