Package org.anchoranalysis.mpp.mark
Interface CompatibleWithMark
- All Known Implementing Classes:
ConicFitterBase
,FitPoints
,LinearLeastSquaresEllipseFitter
,LinearLeastSquaresEllipsoidFitter
,LinearLeastSquaresViaNormalEquationBase
,MarkCollectionProposer
,MarkFromCollectionProposer
,MarkMergeProposer
,MarkProposer
,MarkSplitProposer
,OrientationProposer
,PointsFitter
,PointsProposer
,RadiiProposer
,Reference
,ReflectInAxesWithinDistance
public interface CompatibleWithMark
An interface for objects that can determine compatibility with a Mark.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCompatibleWith
(Mark testMark) Tests if the implementing object is compatible with a mark of a particular type.
-
Method Details
-
isCompatibleWith
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
-