Class DecisionTableConfigurationImpl.RuleTemplateInfo

  • All Implemented Interfaces:
    org.kie.internal.builder.RuleTemplateConfiguration
    Enclosing class:
    DecisionTableConfigurationImpl

    public static class DecisionTableConfigurationImpl.RuleTemplateInfo
    extends java.lang.Object
    implements org.kie.internal.builder.RuleTemplateConfiguration
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleTemplateInfo​(org.kie.api.io.Resource template, int row, int col)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int getCol()  
      int getRow()  
      org.kie.api.io.Resource getTemplate()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • RuleTemplateInfo

        public RuleTemplateInfo​(org.kie.api.io.Resource template,
                                int row,
                                int col)
    • Method Detail

      • getTemplate

        public org.kie.api.io.Resource getTemplate()
        Specified by:
        getTemplate in interface org.kie.internal.builder.RuleTemplateConfiguration
      • getRow

        public int getRow()
        Specified by:
        getRow in interface org.kie.internal.builder.RuleTemplateConfiguration
      • getCol

        public int getCol()
        Specified by:
        getCol in interface org.kie.internal.builder.RuleTemplateConfiguration
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object