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