Class BaseShapeComparatorParameter
- java.lang.Object
-
- com.chemaxon.descriptors.alignment.BaseShapeComparatorParameter
-
- All Implemented Interfaces:
Serializable
@Beta @PublicAPI public class BaseShapeComparatorParameter extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.Optional<Integer>
DEFAULT_CONFCOUNT
static AlignmentProperties.FlexibilityMode
DEFAULT_FLEXIBILITY_MODE
static ShapeFunction
DEFAULT_SHAPE_FUNCTION
-
Constructor Summary
Constructors Constructor Description BaseShapeComparatorParameter(AlignmentProperties.FlexibilityMode flexibilityMode, ShapeFunction shapeFunction, com.google.common.base.Optional<Integer> tryCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlignmentProperties.FlexibilityMode
getFlexibilityMode()
ShapeFunction
getShapeFunction()
com.google.common.base.Optional<Integer>
getTryCount()
String
toString()
-
-
-
Field Detail
-
DEFAULT_FLEXIBILITY_MODE
public static final AlignmentProperties.FlexibilityMode DEFAULT_FLEXIBILITY_MODE
-
DEFAULT_CONFCOUNT
public static final com.google.common.base.Optional<Integer> DEFAULT_CONFCOUNT
-
DEFAULT_SHAPE_FUNCTION
public static final ShapeFunction DEFAULT_SHAPE_FUNCTION
-
-
Constructor Detail
-
BaseShapeComparatorParameter
public BaseShapeComparatorParameter(AlignmentProperties.FlexibilityMode flexibilityMode, ShapeFunction shapeFunction, com.google.common.base.Optional<Integer> tryCount)
- Parameters:
flexibilityMode
-shapeFunction
-tryCount
-
-
-
Method Detail
-
getTryCount
public com.google.common.base.Optional<Integer> getTryCount()
-
getFlexibilityMode
public AlignmentProperties.FlexibilityMode getFlexibilityMode()
- Returns:
- the flexibilityMode
-
getShapeFunction
public ShapeFunction getShapeFunction()
- Returns:
- the nodeType
-
-