@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, wait
createScenario
@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 SimulationCreationStrategy
Exception
protected FactModelTuple getFactModelTuple(org.uberfire.backend.vfs.Path context, String dmnFilePath) throws Exception
Exception
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.