Interface CompatibleWithMark

All Known Implementing Classes:
MarkCollectionProposer, MarkFromCollectionProposer, MarkMergeProposer, MarkProposer, MarkSplitProposer, OrientationProposer, PointsFitter, PointsProposer, RadiiProposer

public interface CompatibleWithMark
An interface for objects that can determine compatibility with a Mark.
  • Method Summary

    Modifier and Type Method Description
    boolean isCompatibleWith​(Mark testMark)
    Tests if the implementing object is compatible with a mark of a particular type.
  • Method Details

    • isCompatibleWith

      boolean isCompatibleWith​(Mark testMark)
      Tests if the implementing object is compatible with a mark of a particular type.
      Parameters:
      testMark - the mark to test for compatibility
      Returns:
      true if the implementing object is compatible with the given mark, false otherwise