Interface IPLObject<IMPLTYPE extends IPLObject<IMPLTYPE>>

    • Method Detail

      • getDebugID

        @Nonnull
        @Nonempty
        String getDebugID()
        Returns:
        The debug ID of this element. Neither null nor empty. The debug ID is usually automatically created automatically from the ID.
      • isVertSplittable

        default boolean isVertSplittable()
        Returns:
        true if this element is splittable, false otherwise.