protected org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree |
DMNTypeServiceImpl.createFactModelTreeForCollection(Map<String,List<String>> genericTypeInfoMap,
String factName,
String importPrefix,
org.kie.dmn.api.core.DMNType type,
SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> hiddenFacts,
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree.Type fmType,
List<String> alreadyVisited) |
Creates a FactModelTree for DMNType where DMNType.isCollection() == true
|
protected org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree |
DMNTypeServiceImpl.createFactModelTreeForComposite(Map<String,List<String>> genericTypeInfoMap,
String name,
String importPrefix,
String fullPropertyPath,
org.kie.dmn.api.core.DMNType type,
SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> hiddenFacts,
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree.Type fmType,
List<String> alreadyVisited) |
Creates a FactModelTree for DMNType where DMNType.isComposite() == true
|
protected org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree |
DMNTypeServiceImpl.createFactModelTreeForGenericType(Map<String,List<String>> genericTypeInfoMap,
String factName,
String importPrefix,
String propertyName,
String fullPropertyPath,
org.kie.dmn.api.core.DMNType type,
SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> hiddenFacts,
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree.Type fmType,
List<String> alreadyVisited) |
Creates a FactModelTree for DMNType
|
protected org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree |
DMNTypeServiceImpl.createFactModelTreeForNoCollection(Map<String,List<String>> genericTypeInfoMap,
String factName,
String importPrefix,
String propertyName,
String fullPropertyPath,
org.kie.dmn.api.core.DMNType type,
SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> hiddenFacts,
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree.Type fmType,
List<String> alreadyVisited) |
Creates a FactModelTree for DMNType where DMNType.isCollection() !
|
protected org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree |
DMNTypeServiceImpl.createTopLevelFactModelTree(String factName,
String importPrefix,
org.kie.dmn.api.core.DMNType type,
SortedMap<String,org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree> hiddenFacts,
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree.Type fmType) |
This method is the entry point for FactModelTree.
|