Interface WorkPieceAccessor<WP>

Type Parameters:
WP - The type of the work piece.
All Known Subinterfaces:
WorkPieceAccessor.WorkPieceProperty<WP>
All Known Implementing Classes:
WorkPieceException

public interface WorkPieceAccessor<WP>
Provides an accessor for a work piece property.
  • Method Details

    • getWorkPiece

      WP getWorkPiece()
      Gets the work piece.
      Returns:
      the work piece