Package | Description |
---|---|
org.kie.api.builder.model | |
org.kie.api.conf |
Modifier and Type | Method and Description |
---|---|
SequentialOption |
KieBaseModel.getSequential()
Returns the SequentialOption of this KieBaseModel
|
Modifier and Type | Method and Description |
---|---|
KieBaseModel |
KieBaseModel.setSequential(SequentialOption sequential)
Sets the SequentialOption for this KieBaseModel
Default is SequentialOption.NO
|
Modifier and Type | Method and Description |
---|---|
static SequentialOption |
SequentialOption.determineSequential(String option) |
static SequentialOption |
SequentialOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequentialOption[] |
SequentialOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.