Package org.evrete.jsr94
Interface Constants
public interface Constants
Defines constants used in the Evrete JSR94 wrapper.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDSL implementationstatic final StringAn optional description that is given to a rule on creationstatic final StringAn optional description that is given to a ruleset on creationstatic final StringAn optional name that is given to a ruleset on creation
-
Field Details
-
DSL_NAME
DSL implementation- See Also:
-
RULE_SET_NAME
An optional name that is given to a ruleset on creation- See Also:
-
RULE_SET_DESCRIPTION
An optional description that is given to a ruleset on creation- See Also:
-
RULE_DESCRIPTION
An optional description that is given to a rule on creation- See Also:
-