Class Node

java.lang.Object
application.model.rules.ruleloader.ruletree.Node

public class Node
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) int[] children  
    (package private) int level  
    (package private) int nodeNumber  
  • Constructor Summary

    Constructors 
    Constructor Description
    Node​(int level, int nodeNumber, int[] children)  
  • Method Summary

    Modifier and Type Method Description
    int[] getChildren()  
    int getLevel()  
    int getNodeNumber()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • Node

      public Node​(int level, int nodeNumber, int[] children)
  • Method Details

    • getLevel

      public int getLevel()
    • getNodeNumber

      public int getNodeNumber()
    • getChildren

      public int[] getChildren()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object