Class GeneratorHelper.DeclarationMatcher

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    GeneratorHelper

    public static class GeneratorHelper.DeclarationMatcher
    extends java.lang.Object
    implements java.lang.Comparable
    • Constructor Summary

      Constructors 
      Constructor Description
      DeclarationMatcher​(int matchersIndex, org.drools.base.rule.Declaration declaration)  
    • Constructor Detail

      • DeclarationMatcher

        public DeclarationMatcher​(int matchersIndex,
                                  org.drools.base.rule.Declaration declaration)
    • Method Detail

      • getMatcherIndex

        public int getMatcherIndex()
      • getTupleIndex

        public int getTupleIndex()
      • getDeclaration

        public org.drools.base.rule.Declaration getDeclaration()
      • compareTo

        public int compareTo​(java.lang.Object obj)
        Specified by:
        compareTo in interface java.lang.Comparable