public interface ILocalDescriptor
Modifier and Type | Interface and Description |
---|---|
static class |
ILocalDescriptor.Type |
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) |
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 getShortName()
String getName()
String getInfo()
ILocalDescriptor.Type getType()
boolean isUsed()
void setIsUsed(boolean used)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.