public class LDAtomSymbol extends Object implements ILocalDescriptor
ILocalDescriptor.Type
Modifier and Type | Field and Description |
---|---|
static String[] |
mElementSymbol |
Constructor and Description |
---|
LDAtomSymbol() |
Modifier and Type | Method and Description |
---|---|
int |
calcForAtom(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer mol) |
Double |
calcForAtoms(org.openscience.cdk.interfaces.IAtom[] atoms,
org.openscience.cdk.interfaces.IAtomContainer mol) |
String |
getDesignation(int value) |
String |
getInfo() |
String |
getName() |
String |
getShortName() |
ILocalDescriptor.Type |
getType() |
boolean |
isUsed() |
void |
setIsUsed(boolean used) |
public static String[] mElementSymbol
public int calcForAtom(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IAtomContainer mol)
calcForAtom
in interface ILocalDescriptor
public Double calcForAtoms(org.openscience.cdk.interfaces.IAtom[] atoms, org.openscience.cdk.interfaces.IAtomContainer mol)
calcForAtoms
in interface ILocalDescriptor
public String getDesignation(int value)
getDesignation
in interface ILocalDescriptor
public String getShortName()
getShortName
in interface ILocalDescriptor
public String getName()
getName
in interface ILocalDescriptor
public String getInfo()
getInfo
in interface ILocalDescriptor
public ILocalDescriptor.Type getType()
getType
in interface ILocalDescriptor
public boolean isUsed()
isUsed
in interface ILocalDescriptor
public void setIsUsed(boolean used)
setIsUsed
in interface ILocalDescriptor
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.