Class AnyNodeCounter


  • public abstract class AnyNodeCounter
    extends NodeCounter
    Author:
    Jacek Ambroziak, Santiago Pericas-Geertsen
    • Method Detail

      • setStartNode

        public NodeCounter setStartNode​(int node)
        Description copied from class: NodeCounter
        Set the start node for this counter. The same NodeCounter object can be used multiple times by resetting the starting node.
        Specified by:
        setStartNode in class NodeCounter
      • getCounter

        public java.lang.String getCounter()
        Description copied from class: NodeCounter
        Returns the position of node according to the level and the from and count patterns.
        Specified by:
        getCounter in class NodeCounter