public interface DMNTypeService
Modifier and Type | Method and Description |
---|---|
void |
initializeNameAndNamespace(org.drools.scenariosimulation.api.model.Settings settings,
org.uberfire.backend.vfs.Path path,
String dmnPath)
Extract name and namespace from DMN model (dmnPath) and update settings
|
FactModelTuple |
retrieveFactModelTuple(org.uberfire.backend.vfs.Path path,
String dmnPath)
Retrieves a
FactModelTuple representing the given dmn file |
FactModelTuple retrieveFactModelTuple(org.uberfire.backend.vfs.Path path, String dmnPath)
FactModelTuple
representing the given dmn filepath
- dmnPath
- Exception
void initializeNameAndNamespace(org.drools.scenariosimulation.api.model.Settings settings, org.uberfire.backend.vfs.Path path, String dmnPath)
settings
- to updatepath
- to projectdmnPath
- to dmn fileCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.