Class RuleAssembly


  • public final class RuleAssembly
    extends Object
    • Method Detail

      • getRule

        public org.drools.model.Rule getRule()
      • getExpectedJustificationTypes

        public Class[] getExpectedJustificationTypes()
        Determines the types we expect to see as the result of getRule().

        Example 1: For a BiConstraintStream before regrouping, we expect this to return an array of A and B's fact type.

        Example 2: For BiConstraintStream after regrouping, we expect this to return an array consisting of only BiTuple class.

        Returns:
        never null