Class AbsolutePosition


  • public class AbsolutePosition
    extends java.lang.Object
    • Constructor Detail

      • 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 Detail

      • getIndex

        public int getIndex()
      • getAssoc

        public int getAssoc()