Class ConstantsFlexophore
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.ConstantsFlexophore
-
public class ConstantsFlexophore extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FLAG_CENTER_ATOM
static int
MAX_NUM_NODES_FLEXOPHORE
static byte
MODE_HARD_PPPOINTS
static byte
MODE_SOFT_PPPOINTS
-
Constructor Summary
Constructors Constructor Description ConstantsFlexophore()
-
-
-
Field Detail
-
MODE_SOFT_PPPOINTS
public static final byte MODE_SOFT_PPPOINTS
- See Also:
- Constant Field Values
-
MODE_HARD_PPPOINTS
public static final byte MODE_HARD_PPPOINTS
- See Also:
- Constant Field Values
-
FLAG_CENTER_ATOM
public static final int FLAG_CENTER_ATOM
- See Also:
- Constant Field Values
-
MAX_NUM_NODES_FLEXOPHORE
public static final int MAX_NUM_NODES_FLEXOPHORE
- See Also:
- Constant Field Values
-
-