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