public class RuleBookAuditableRuleBuilder<U>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
<T> RuleBookRuleWithFactTypeBuilder<T,U> |
withFactType(java.lang.Class<T> factType)
Specifies the fact type
|
RuleBookRuleWithFactTypeBuilder<java.lang.Object,U> |
withNoSpecifiedFactType()
Specifies no fact type.
|
public <T> RuleBookRuleWithFactTypeBuilder<T,U> withFactType(java.lang.Class<T> factType)
T
- the generic fact typefactType
- the type of object that facts are restricted to in the Rule.public RuleBookRuleWithFactTypeBuilder<java.lang.Object,U> withNoSpecifiedFactType()