Class AbsolutePosition

java.lang.Object
io.keikai.doc.collab.utils.AbsolutePosition

public class AbsolutePosition extends Object
  • Constructor Details

    • AbsolutePosition

      public AbsolutePosition(AbstractType type, int index, int assoc)
      Constructor for AbsolutePosition.
      Parameters:
      type - The type associated with this position.
      index - The index within the type.
      assoc - The association value, defaults to 0 if not provided.
    • AbsolutePosition

      public AbsolutePosition(AbstractType type, int index)
      Constructor for AbsolutePosition with default association value.
      Parameters:
      type - The type associated with this position.
      index - The index within the type.
  • Method Details

    • getType

      public AbstractType getType()
    • getIndex

      public int getIndex()
    • getAssoc

      public int getAssoc()