Package | Description |
---|---|
org.drools.workbench.screens.scenariosimulation.model |
Modifier and Type | Method and Description |
---|---|
FactMappingType |
ExpressionIdentifier.getType() |
static FactMappingType |
FactMappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactMappingType[] |
FactMappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionIdentifier |
ExpressionIdentifier.create(String name,
FactMappingType type) |
static String |
FactMapping.getPlaceHolder(FactMappingType factMappingType) |
static String |
FactMapping.getPlaceHolder(FactMappingType factMappingType,
int index) |
Constructor and Description |
---|
ExpressionIdentifier(String name,
FactMappingType type) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.