Uses of Class
org.drools.ruleunits.api.conf.ClockType
-
Packages that use ClockType Package Description org.drools.ruleunits.api.conf -
-
Uses of ClockType in org.drools.ruleunits.api.conf
Methods in org.drools.ruleunits.api.conf that return ClockType Modifier and Type Method Description ClockTypeRuleUnitConfig. getDefaultedClockType()ClockTypevalue()static ClockTypeClockType. valueOf(java.lang.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.Methods in org.drools.ruleunits.api.conf that return types with arguments of type ClockType Modifier and Type Method Description java.util.Optional<ClockType>RuleUnitConfig. getClockType()Constructors in org.drools.ruleunits.api.conf with parameters of type ClockType Constructor Description RuleUnitConfig(EventProcessingType eventProcessingType, ClockType clockType, java.lang.Integer sessionPool)
-