Uses of Class
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree
-
Packages that use FactModelTree Package Description org.drools.workbench.screens.scenariosimulation.model.typedescriptor -
-
Uses of FactModelTree in org.drools.workbench.screens.scenariosimulation.model.typedescriptor
Methods in org.drools.workbench.screens.scenariosimulation.model.typedescriptor that return FactModelTree Modifier and Type Method Description FactModelTreeFactModelTree. cloneFactModelTree()static FactModelTreeFactModelTree. ofDMN(String factName, String importPrefix, Map<String,FactModelTree.PropertyTypeName> simpleProperties, Map<String,List<String>> genericTypesMap, String typeName, FactModelTree.Type type)Static factory method to be used in DMN context.static FactModelTreeFactModelTree. ofDMO(String factName, String fullPackage, Map<String,FactModelTree.PropertyTypeName> simpleProperties, Map<String,List<String>> genericTypesMap, String typeName)Static factory method to be used in DMO (Rule) context.static FactModelTreeFactModelTree. ofSimpleDMN(String factName, String importPrefix, String simplePropertyType, Map<String,List<String>> genericTypeInfoMap, String typeName, FactModelTree.Type type)Static factory method to be used in DMN context, to create a Simple Type FactModelTree.static FactModelTreeFactModelTree. ofSimpleDMO(String factName, String fullPackage, String simplePropertyFullClass, String typeName)Static factory method to be used in DMO (Rule) context, to create a Simple Type FactModelTree.Methods in org.drools.workbench.screens.scenariosimulation.model.typedescriptor that return types with arguments of type FactModelTree Modifier and Type Method Description SortedMap<String,FactModelTree>FactModelTuple. getHiddenFacts()SortedMap<String,FactModelTree>FactModelTuple. getVisibleFacts()Constructor parameters in org.drools.workbench.screens.scenariosimulation.model.typedescriptor with type arguments of type FactModelTree Constructor Description FactModelTuple(SortedMap<String,FactModelTree> visibleFacts, SortedMap<String,FactModelTree> hiddenFacts)
-