- checkTypeSupport(ClientDMNType, AbstractKogitoDMNService.ErrorHolder, String) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
Recursively visit a composite DMNType
to eventually detect and add errors to given ErrorHolder
- ClientDMNType - Class in org.drools.workbench.screens.scenariosimulation.kogito.client.dmn
-
- ClientDMNType(String, String, String, boolean, BuiltInType) - Constructor for class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.ClientDMNType
-
- ClientDMNType(String, String, String, boolean, boolean) - Constructor for class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.ClientDMNType
-
- ClientDMNType(String, String, String, boolean, boolean, Map<String, ClientDMNType>, BuiltInType) - Constructor for class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.ClientDMNType
-
- copyAsCollection() - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.ClientDMNType
-
It *copies* the current ClientDMNType, setting it as Collection, with isCollection = true.
- createDMNSimulation(FactModelTuple) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.KogitoScenarioSimulationBuilder
-
- createDMNType(Map<String, JSITItemDefinition>, JSITItemDefinition, String, Map<String, ClientDMNType>) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
This method creates a ClientDMNType
object of a given JSITItemDefinition
object or
a JSITItemComponent
as well.
- createFactModelTreeForCollection(Map<String, List<String>>, String, ClientDMNType, SortedMap<String, FactModelTree>, FactModelTree.Type, List<String>) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
Creates a FactModelTree
for DMNType
where DMNType.isCollection()
== true
- createFactModelTreeForComposite(Map<String, List<String>>, String, String, ClientDMNType, SortedMap<String, FactModelTree>, FactModelTree.Type, List<String>) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
Creates a FactModelTree
for DMNType
where DMNType.isComposite()
== true
- createFactModelTreeForGenericType(Map<String, List<String>>, String, String, String, ClientDMNType, SortedMap<String, FactModelTree>, FactModelTree.Type, List<String>) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
Creates a FactModelTree
for DMNType
- createFactModelTreeForNoCollection(Map<String, List<String>>, String, String, String, ClientDMNType, SortedMap<String, FactModelTree>, FactModelTree.Type, List<String>) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
Creates a FactModelTree
for DMNType
where DMNType.isCollection()
!
- createFactModelTreeForSimple(Map<String, List<String>>, String, String, FactModelTree.Type) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
Creates a FactModelTree
for DMNType
where DMNType.isComposite()
!
- createNewFileCommand(Path) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.editor.ScenarioSimulationEditorKogitoWrapper
-
It creates the command launched when a user wants to create a new Scenario Simulation file.
- createRULESimulation() - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.KogitoScenarioSimulationBuilder
-
- createTopLevelFactModelTree(String, ClientDMNType, SortedMap<String, FactModelTree>, FactModelTree.Type) - Method in class org.drools.workbench.screens.scenariosimulation.kogito.client.dmn.AbstractKogitoDMNService
-
This method is the entry point for FactModelTree
.
- currentPath - Variable in class org.drools.workbench.screens.scenariosimulation.kogito.client.editor.ScenarioSimulationEditorKogitoWrapper
-