Package org.camunda.bpm.dmn.feel.impl
Interface FeelEngineFactory
-
- All Known Implementing Classes:
FeelEngineFactoryImpl
,ScalaFeelEngineFactory
public interface FeelEngineFactory
Factory to create a instance of aFeelEngine
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeelEngine
createInstance()
Create an instance of aFeelEngine
.
-
-
-
Method Detail
-
createInstance
FeelEngine createInstance()
Create an instance of aFeelEngine
.- Returns:
- the instance of a
FeelEngine
-
-