Class IndexTreeNode

java.lang.Object
org.apache.uima.tools.cvd.IndexTreeNode

public class IndexTreeNode extends Object
Class comment for IndexTreeNode.java goes here.
  • Constructor Details

    • IndexTreeNode

      public IndexTreeNode(String name, Type type, int size)
      Instantiates a new index tree node.
      Parameters:
      name - the name
      type - the type
      size - the size
    • IndexTreeNode

      public IndexTreeNode()
      Constructor for IndexTreeNode.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Returns the name.
      Returns:
      String
    • getType

      public Type getType()
      Returns the type.
      Returns:
      Type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object