Interface SpallocAPI.CreateVisitor<T>

Type Parameters:
T - The type of the result of visiting.
Enclosing interface:
SpallocAPI

public static interface SpallocAPI.CreateVisitor<T>
  • Method Details

    • numBoards

      T numBoards(@NotNull @NotNull SpallocAPI.CreateNumBoards createNumBoards)
      Visit a descriptor.
      Parameters:
      createNumBoards - The descriptor.
      Returns:
      The result of the visiting.
    • dimensionsAt

      T dimensionsAt(@NotNull @NotNull SpallocAPI.CreateDimensionsAt createDimensionsAt)
      Visit a descriptor.
      Parameters:
      createDimensionsAt - The descriptor.
      Returns:
      The result of the visiting.
    • dimensions

      T dimensions(@NotNull @NotNull SpallocAPI.CreateDimensions createDimensions)
      Visit a descriptor.
      Parameters:
      createDimensions - The descriptor.
      Returns:
      The result of the visiting.
    • board

      T board(@NotNull @NotNull SpallocAPI.CreateBoard createBoard)
      Visit a descriptor.
      Parameters:
      createBoard - The descriptor.
      Returns:
      The result of the visiting.