Class AbstractDocumentationProducer.ActorPosition

  • Enclosing class:
    AbstractDocumentationProducer<O>

    public static class AbstractDocumentationProducer.ActorPosition
    extends Object
    Container object for generating the overview structure.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Field Detail

      • actor

        public Actor actor
        the actor.
      • nesting

        public int nesting
        the nesting level.
      • index

        public int index
        the index.
    • Constructor Detail

      • ActorPosition

        public ActorPosition​(Actor actor,
                             int nesting,
                             int index)
        Initializes the container.
        Parameters:
        actor - the actor
        nesting - the nesting level
        index - the sequence index of the actor