| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.model.typedescriptor |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FactModelTree.PropertyTypeName> |
FactModelTree.getSimpleProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
FactModelTree.addSimpleProperty(String propertyName,
FactModelTree.PropertyTypeName propertyTypeName) |
| 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.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 and Description |
|---|
FactModelTree(String factName,
String fullPackage,
Map<String,FactModelTree.PropertyTypeName> simpleProperties,
Map<String,List<String>> genericTypesMap)
Call this constructor to have a
FactModelTree with UNDEFINED Type. |
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. |
FactModelTree(String factName,
String fullPackage,
Map<String,FactModelTree.PropertyTypeName> simpleProperties,
Map<String,List<String>> genericTypesMap,
String typeName)
Call this constructor to have a
FactModelTree with UNDEFINED Type and the type (eg. |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.