Uses of Class
org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree.Type
-
Packages that use FactModelTree.Type Package Description org.drools.workbench.screens.scenariosimulation.model.typedescriptor -
-
Uses of FactModelTree.Type in org.drools.workbench.screens.scenariosimulation.model.typedescriptor
Methods in org.drools.workbench.screens.scenariosimulation.model.typedescriptor that return FactModelTree.Type Modifier and Type Method Description FactModelTree.TypeFactModelTree. getType()static FactModelTree.TypeFactModelTree.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FactModelTree.Type[]FactModelTree.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.workbench.screens.scenariosimulation.model.typedescriptor with parameters of type FactModelTree.Type 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. 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.Constructors in org.drools.workbench.screens.scenariosimulation.model.typedescriptor with parameters of type FactModelTree.Type Constructor Description 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.
-