Uses of Class
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree.PropertyTypeName
-
Packages that use FactModelTree.PropertyTypeName Package Description org.drools.workbench.screens.scenariosimulation.model.typedescriptor -
-
Uses of FactModelTree.PropertyTypeName in org.drools.workbench.screens.scenariosimulation.model.typedescriptor
Methods in org.drools.workbench.screens.scenariosimulation.model.typedescriptor that return types with arguments of type FactModelTree.PropertyTypeName Modifier and Type Method Description Map<String,FactModelTree.PropertyTypeName>FactModelTree. getSimpleProperties()Methods in org.drools.workbench.screens.scenariosimulation.model.typedescriptor with parameters of type FactModelTree.PropertyTypeName Modifier and Type Method Description voidFactModelTree. addSimpleProperty(String propertyName, FactModelTree.PropertyTypeName propertyTypeName)Method parameters in org.drools.workbench.screens.scenariosimulation.model.typedescriptor with type arguments of type FactModelTree.PropertyTypeName Modifier and Type Method Description 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.Constructor parameters in org.drools.workbench.screens.scenariosimulation.model.typedescriptor with type arguments of type FactModelTree.PropertyTypeName Constructor Description FactModelTree(String factName, String fullPackage, Map<String,FactModelTree.PropertyTypeName> simpleProperties, Map<String,List<String>> genericTypesMap)Call this constructor to have aFactModelTreewith UNDEFINEDType.FactModelTree(String factName, String fullPackage, Map<String,FactModelTree.PropertyTypeName> simpleProperties, Map<String,List<String>> genericTypesMap, String typeName)Call this constructor to have aFactModelTreewith UNDEFINEDTypeand the type (eg.FactModelTree(String factName, String fullPackage, Map<String,FactModelTree.PropertyTypeName> simpleProperties, Map<String,List<String>> genericTypesMap, FactModelTree.Type type)Call this constructor to specify theFactModelTree'Type.
-