Package com.actelion.research.chem
Class Mutation
- java.lang.Object
-
- com.actelion.research.chem.Mutation
-
public class Mutation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int[][]cAllowedAtomicNoint[]mAtomListintmMutationTypedoublemProbabilityintmSpecifier1intmSpecifier2static intMUTATION_ADD_ATOMstatic intMUTATION_CHANGE_ATOMstatic intMUTATION_CHANGE_BONDstatic intMUTATION_CHANGE_RINGstatic intMUTATION_CLOSE_RINGstatic intMUTATION_CLOSE_RING_AND_AROMATIZEstatic intMUTATION_CUTOUT_ATOMstatic intMUTATION_CUTOUT_SFRAGMENTstatic intMUTATION_DELETE_ATOMstatic intMUTATION_DELETE_BONDstatic intMUTATION_DELETE_SUBSTITUENTstatic intMUTATION_INSERT_ATOMstatic intMUTATION_INVERT_PARITYstatic intMUTATION_MIGRATEstatic intMUTATION_SWAP_SUBSTITUENTstatic intMUTATION_TOGGLE_AMID_SULFONAMIDintmWhere1intmWhere2
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
MUTATION_ADD_ATOM
public static final int MUTATION_ADD_ATOM
- See Also:
- Constant Field Values
-
MUTATION_INSERT_ATOM
public static final int MUTATION_INSERT_ATOM
- See Also:
- Constant Field Values
-
MUTATION_CHANGE_ATOM
public static final int MUTATION_CHANGE_ATOM
- See Also:
- Constant Field Values
-
MUTATION_CUTOUT_ATOM
public static final int MUTATION_CUTOUT_ATOM
- See Also:
- Constant Field Values
-
MUTATION_DELETE_ATOM
public static final int MUTATION_DELETE_ATOM
- See Also:
- Constant Field Values
-
MUTATION_CLOSE_RING
public static final int MUTATION_CLOSE_RING
- See Also:
- Constant Field Values
-
MUTATION_CHANGE_BOND
public static final int MUTATION_CHANGE_BOND
- See Also:
- Constant Field Values
-
MUTATION_DELETE_BOND
public static final int MUTATION_DELETE_BOND
- See Also:
- Constant Field Values
-
MUTATION_CHANGE_RING
public static final int MUTATION_CHANGE_RING
- See Also:
- Constant Field Values
-
MUTATION_CLOSE_RING_AND_AROMATIZE
public static final int MUTATION_CLOSE_RING_AND_AROMATIZE
- See Also:
- Constant Field Values
-
MUTATION_TOGGLE_AMID_SULFONAMID
public static final int MUTATION_TOGGLE_AMID_SULFONAMID
- See Also:
- Constant Field Values
-
MUTATION_MIGRATE
public static final int MUTATION_MIGRATE
- See Also:
- Constant Field Values
-
MUTATION_SWAP_SUBSTITUENT
public static final int MUTATION_SWAP_SUBSTITUENT
- See Also:
- Constant Field Values
-
MUTATION_DELETE_SUBSTITUENT
public static final int MUTATION_DELETE_SUBSTITUENT
- See Also:
- Constant Field Values
-
MUTATION_CUTOUT_SFRAGMENT
public static final int MUTATION_CUTOUT_SFRAGMENT
- See Also:
- Constant Field Values
-
MUTATION_INVERT_PARITY
public static final int MUTATION_INVERT_PARITY
- See Also:
- Constant Field Values
-
cAllowedAtomicNo
public static final int[][] cAllowedAtomicNo
-
mMutationType
public int mMutationType
-
mWhere1
public int mWhere1
-
mWhere2
public int mWhere2
-
mSpecifier1
public int mSpecifier1
-
mSpecifier2
public int mSpecifier2
-
mAtomList
public int[] mAtomList
-
mProbability
public double mProbability
-
-