Class SecondUnit

  • All Implemented Interfaces:
    org.drools.ruleunits.api.RuleUnitData

    public class SecondUnit
    extends java.lang.Object
    implements org.drools.ruleunits.api.RuleUnitData
    • Constructor Summary

      Constructors 
      Constructor Description
      SecondUnit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.ruleunits.api.DataStream<RuleInput> getInput()  
      org.drools.ruleunits.api.DataStream<RuleOutput2> getOutput()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecondUnit

        public SecondUnit()
    • Method Detail

      • getInput

        public org.drools.ruleunits.api.DataStream<RuleInput> getInput()
      • getOutput

        public org.drools.ruleunits.api.DataStream<RuleOutput2> getOutput()