Uses of Interface
org.camunda.bpm.dmn.feel.impl.FeelEngine
-
-
Uses of FeelEngine in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as FeelEngine Modifier and Type Field Description protected FeelEngine
DefaultDmnEngineConfiguration. feelEngine
Methods in org.camunda.bpm.dmn.engine.impl that return FeelEngine Modifier and Type Method Description FeelEngine
DefaultDmnEngineConfiguration. getFeelEngine()
The feel engine used by the engine. -
Uses of FeelEngine in org.camunda.bpm.dmn.engine.impl.evaluation
Fields in org.camunda.bpm.dmn.engine.impl.evaluation declared as FeelEngine Modifier and Type Field Description protected FeelEngine
DecisionTableEvaluationHandler. feelEngine
protected FeelEngine
ExpressionEvaluationHandler. feelEngine
-
Uses of FeelEngine in org.camunda.bpm.dmn.feel.impl
Methods in org.camunda.bpm.dmn.feel.impl that return FeelEngine Modifier and Type Method Description FeelEngine
FeelEngineFactory. createInstance()
Create an instance of aFeelEngine
. -
Uses of FeelEngine in org.camunda.bpm.dmn.feel.impl.juel
Classes in org.camunda.bpm.dmn.feel.impl.juel that implement FeelEngine Modifier and Type Class Description class
FeelEngineImpl
Fields in org.camunda.bpm.dmn.feel.impl.juel declared as FeelEngine Modifier and Type Field Description protected FeelEngine
FeelEngineFactoryImpl. feelEngine
Methods in org.camunda.bpm.dmn.feel.impl.juel that return FeelEngine Modifier and Type Method Description protected FeelEngine
FeelEngineFactoryImpl. createFeelEngine()
FeelEngine
FeelEngineFactoryImpl. createInstance()
-
Uses of FeelEngine in org.camunda.bpm.dmn.feel.impl.scala
Classes in org.camunda.bpm.dmn.feel.impl.scala that implement FeelEngine Modifier and Type Class Description class
ScalaFeelEngine
Methods in org.camunda.bpm.dmn.feel.impl.scala that return FeelEngine Modifier and Type Method Description FeelEngine
ScalaFeelEngineFactory. createInstance()
-