Package | Description |
---|---|
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Method and Description |
---|---|
ConsequenceMetaData.Statement.Type |
ConsequenceMetaData.Statement.getType() |
static ConsequenceMetaData.Statement.Type |
ConsequenceMetaData.Statement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsequenceMetaData.Statement.Type[] |
ConsequenceMetaData.Statement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Statement(ConsequenceMetaData.Statement.Type type,
Class<?> factClass) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.