@Beta @PublicAPI public class BaseShapeComparatorParameter extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Optional<Integer> |
DEFAULT_CONFCOUNT |
static AlignmentProperties.FlexibilityMode |
DEFAULT_FLEXIBILITY_MODE |
static ShapeFunction |
DEFAULT_SHAPE_FUNCTION |
Constructor and Description |
---|
BaseShapeComparatorParameter(AlignmentProperties.FlexibilityMode flexibilityMode,
ShapeFunction shapeFunction,
Optional<Integer> tryCount) |
Modifier and Type | Method and Description |
---|---|
AlignmentProperties.FlexibilityMode |
getFlexibilityMode() |
ShapeFunction |
getShapeFunction() |
Optional<Integer> |
getTryCount() |
String |
toString() |
public static final AlignmentProperties.FlexibilityMode DEFAULT_FLEXIBILITY_MODE
public static final ShapeFunction DEFAULT_SHAPE_FUNCTION
public BaseShapeComparatorParameter(AlignmentProperties.FlexibilityMode flexibilityMode, ShapeFunction shapeFunction, Optional<Integer> tryCount)
flexibilityMode
- shapeFunction
- tryCount
- public AlignmentProperties.FlexibilityMode getFlexibilityMode()
public ShapeFunction getShapeFunction()