Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
Modifier and Type | Method and Description |
---|---|
abstract ClockType |
SessionConfiguration.getClockType() |
ClockType |
SessionConfigurationImpl.getClockType() |
static ClockType |
ClockType.resolveClockType(String id) |
static ClockType |
ClockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClockType[] |
ClockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SessionConfiguration.setClockType(ClockType clockType) |
void |
SessionConfigurationImpl.setClockType(ClockType clockType) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.