Class RuleInput

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

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

      Constructors 
      Constructor Description
      RuleInput​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()  
      • Methods inherited from class java.lang.Object

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

      • RuleInput

        public RuleInput​(java.lang.String text)
    • Method Detail

      • getText

        public java.lang.String getText()