| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.model.typedescriptor |
| Modifier and Type | Method and Description |
|---|---|
FactModelTree |
FactModelTree.cloneFactModelTree() |
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.
|
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.
|
static FactModelTree |
FactModelTree.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.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,FactModelTree> |
FactModelTuple.getHiddenFacts() |
SortedMap<String,FactModelTree> |
FactModelTuple.getVisibleFacts() |
| Constructor and Description |
|---|
FactModelTuple(SortedMap<String,FactModelTree> visibleFacts,
SortedMap<String,FactModelTree> hiddenFacts) |
FactModelTuple(SortedMap<String,FactModelTree> visibleFacts,
SortedMap<String,FactModelTree> hiddenFacts) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.