Uses of Enum Class
org.drools.core.ClockType
Packages that use ClockType
Package
Description
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
-
Uses of ClockType in org.drools.core
Methods in org.drools.core that return ClockTypeModifier and TypeMethodDescriptionSessionConfiguration.getClockType()static ClockTypeClockType.resolveClockType(String id) static ClockTypeReturns the enum constant of this class with the specified name.static ClockType[]ClockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.core with parameters of type ClockType