Class DRGAnalysisUtils.DRGDependency

  • Enclosing class:
    DRGAnalysisUtils

    public static class DRGAnalysisUtils.DRGDependency
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DRGDependency​(int degree, org.kie.dmn.api.core.ast.DMNNode dependency, org.kie.dmn.api.core.ast.DMNNode parent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int getDegree()  
      org.kie.dmn.api.core.ast.DMNNode getDependency()  
      org.kie.dmn.api.core.ast.DMNNode getParent()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • DRGDependency

        public DRGDependency​(int degree,
                             org.kie.dmn.api.core.ast.DMNNode dependency,
                             org.kie.dmn.api.core.ast.DMNNode parent)
    • Method Detail

      • getDegree

        public int getDegree()
      • getDependency

        public org.kie.dmn.api.core.ast.DMNNode getDependency()
      • getParent

        public org.kie.dmn.api.core.ast.DMNNode getParent()
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object