| 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) |
| 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 |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.