Class TargetProperties
java.lang.Object
org.openscience.cdk.smsd.algorithm.vflib.builder.TargetProperties
- All Implemented Interfaces:
Serializable
Deprecated.
SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
Class for building/storing nodes (atoms) in the graph with atom
query capabilities.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- See Also:
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountNeighbors
(IAtom atom) Deprecated.getAtom
(int j) Deprecated.int
Deprecated.Deprecated.getNeighbors
(IAtom atom) Deprecated.
-
Constructor Details
-
TargetProperties
Deprecated.- Parameters:
container
-
-
-
Method Details
-
countNeighbors
Deprecated.- Parameters:
atom
-- Returns:
- the connectedTargetAtomCountMap
-
getNeighbors
Deprecated.- Parameters:
atom
-- Returns:
- the connected Target Atom List
-
getBond
Deprecated.- Parameters:
atom1
-atom2
-- Returns:
- the map
-
getAtomCount
public int getAtomCount()Deprecated.- Returns:
- atom count
-
getAtom
Deprecated.
-