| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.model.typedescriptor |
| Modifier and Type | Method and Description |
|---|---|
FactModelTree.Type |
FactModelTree.getType() |
static FactModelTree.Type |
FactModelTree.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.
|
| Modifier and Type | Method and Description |
|---|---|
static FactModelTree |
FactModelTree.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 FactModelTree |
FactModelTree.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.
|
| Constructor and Description |
|---|
FactModelTree(String factName,
String fullPackage,
Map<String,FactModelTree.PropertyTypeName> simpleProperties,
Map<String,List<String>> genericTypesMap,
FactModelTree.Type type)
Call this constructor to specify the
FactModelTree' Type. |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.