Package org.openscience.cdk.smsd.helper
Class LabelContainer
java.lang.Object
org.openscience.cdk.smsd.helper.LabelContainer
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 that handles atoms and assignes an integer lable to them.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Add label if its not presentstatic LabelContainer
Deprecated.Create ids from atom labelsDeprecated.Returns Label of a given IDgetLabelID
(String label) Deprecated.Returns label IDint
getSize()
Deprecated.Returns label count
-
Constructor Details
-
LabelContainer
protected LabelContainer()Deprecated.
-
-
Method Details
-
getInstance
Deprecated.Create ids from atom labels- Returns:
- instance of this object
-
addLabel
Deprecated.Add label if its not present- Parameters:
label
-
-
getLabelID
Deprecated.Returns label ID- Parameters:
label
-- Returns:
- labelID
-
getLabel
Deprecated.Returns Label of a given ID- Parameters:
labelID
-- Returns:
- label
-
getSize
public int getSize()Deprecated.Returns label count- Returns:
- size of the labels
-