public class AtomComplexity extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
includeImplicitHAtoms |
protected int |
pathLenght |
Constructor and Description |
---|
AtomComplexity() |
Modifier and Type | Method and Description |
---|---|
double |
calcAtomComplexity(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer mol) |
String |
getAtomPathsAsString(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer mol) |
int |
getPathLenght() |
String |
getPathString(org.openscience.cdk.interfaces.IAtom[] path) |
boolean |
isIncludeImplicitHAtoms() |
void |
setIncludeImplicitHAtoms(boolean includeImplicitHAtoms) |
void |
setPathLenght(int pathLenght) |
protected int pathLenght
protected boolean includeImplicitHAtoms
public int getPathLenght()
public void setPathLenght(int pathLenght)
public boolean isIncludeImplicitHAtoms()
public void setIncludeImplicitHAtoms(boolean includeImplicitHAtoms)
public double calcAtomComplexity(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IAtomContainer mol)
public String getAtomPathsAsString(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IAtomContainer mol)
public String getPathString(org.openscience.cdk.interfaces.IAtom[] path)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.