@ApplicationScoped public class DMNSimulationCreationStrategy extends Object implements SimulationCreationStrategy
| Modifier and Type | Field and Description |
|---|---|
protected DMNTypeService |
dmnTypeService |
| Constructor and Description |
|---|
DMNSimulationCreationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.drools.scenariosimulation.api.model.Simulation |
createSimulation(org.uberfire.backend.vfs.Path context,
String dmnFilePath) |
protected FactModelTuple |
getFactModelTuple(org.uberfire.backend.vfs.Path context,
String dmnFilePath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateScenario@Inject protected DMNTypeService dmnTypeService
public org.drools.scenariosimulation.api.model.Simulation createSimulation(org.uberfire.backend.vfs.Path context,
String dmnFilePath)
throws Exception
createSimulation in interface SimulationCreationStrategyExceptionprotected FactModelTuple getFactModelTuple(org.uberfire.backend.vfs.Path context, String dmnFilePath) throws Exception
ExceptionCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.