@TestClass(value="org.openscience.cdk.smsd.algorithm.mcgregor.McgregorHelperTest") public class McgregorHelper extends Object
Modifier | Constructor and Description |
---|---|
protected |
McgregorHelper(boolean mappingCheckFlag,
int mappedAtomCount,
List<Integer> mappedAtomsOrg,
int neighborBondNumA,
int neighborBondNumB,
List<Integer> iBondNeighborAtomsA,
List<Integer> iBondNeighborAtomsB,
List<String> cBondNeighborsA,
List<String> cBondNeighborsB,
int setNumA,
int setNumB,
List<Integer> iBondSetA,
List<Integer> iBondSetB,
List<String> cBondSetA,
List<String> cBondSetB)
Stores the variables
|
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getcBondNeighborsA() |
protected List<String> |
getcBondNeighborsB() |
protected List<String> |
getCBondSetA() |
protected List<String> |
getCBondSetB() |
protected List<Integer> |
getiBondNeighborAtomsA() |
protected List<Integer> |
getiBondNeighborAtomsB() |
protected List<Integer> |
getIBondSetA() |
protected List<Integer> |
getIBondSetB() |
protected int |
getMappedAtomCount() |
protected List<Integer> |
getMappedAtomsOrg() |
protected int |
getNeighborBondNumA() |
protected int |
getNeighborBondNumB() |
protected int |
getSetNumA() |
protected boolean |
isMappingCheckFlag() |
protected McgregorHelper(boolean mappingCheckFlag, int mappedAtomCount, List<Integer> mappedAtomsOrg, int neighborBondNumA, int neighborBondNumB, List<Integer> iBondNeighborAtomsA, List<Integer> iBondNeighborAtomsB, List<String> cBondNeighborsA, List<String> cBondNeighborsB, int setNumA, int setNumB, List<Integer> iBondSetA, List<Integer> iBondSetB, List<String> cBondSetA, List<String> cBondSetB)
mappingCheckFlag
- mappedAtomCount
- mappedAtomsOrg
- neighborBondNumA
- neighborBondNumB
- iBondNeighborAtomsA
- iBondNeighborAtomsB
- cBondNeighborsA
- cBondNeighborsB
- setNumA
- setNumB
- iBondSetA
- iBondSetB
- cBondSetA
- cBondSetB
- protected boolean isMappingCheckFlag()
protected int getMappedAtomCount()
protected int getNeighborBondNumA()
protected int getNeighborBondNumB()
protected List<Integer> getiBondNeighborAtomsA()
protected List<Integer> getiBondNeighborAtomsB()
protected int getSetNumA()
Copyright © 2014. All Rights Reserved.