Class BehaviorDescr

  • All Implemented Interfaces:
    Externalizable, Serializable, org.drools.core.rule.Namespaceable

    public class BehaviorDescr
    extends BaseDescr
    A super class for all Behavior Descriptors like time window, event window, distinct, etc
    See Also:
    Serialized Form
    • Constructor Detail

      • BehaviorDescr

        public BehaviorDescr()
        Parameters:
        type -
      • BehaviorDescr

        public BehaviorDescr​(String type)
        Parameters:
        type -
    • Method Detail

      • getType

        public String getType()
        Returns:
        the type
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • setSubType

        public void setSubType​(String subtype)
      • setParameters

        public void setParameters​(List<String> params)
      • getSubType

        public String getSubType()
      • getParameters

        public List<String> getParameters()