Class AbstractRuleType

java.lang.Object
org.jbpm.workflow.instance.rule.AbstractRuleType
All Implemented Interfaces:
Serializable, RuleType
Direct Known Subclasses:
DecisionRuleType, RuleFlowGroupRuleType, RuleUnitRuleType

public abstract class AbstractRuleType extends Object implements Serializable, RuleType
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • AbstractRuleType

      protected AbstractRuleType(String name)
  • Method Details