JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.deliveredtechnologies.rulebook.lang
Interface TerminatingRuleBuilder<T,U>
All Known Implementing Classes:
RuleBuilder
,
ThenRuleBuilder
public interface
TerminatingRuleBuilder<T,U>
An interface for building Rule objects.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Rule
<
T
,
U
>
build
()
Builds a Rule object.
Method Detail
build
Rule
<
T
,
U
> build()
Builds a Rule object.
Returns:
a Rule object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method