Package qsardes.molecule
Class MoleculeBuilderQsarWB
java.lang.Object
qsardes.molecule.AbstractMoleculeBuilder
qsardes.molecule.MoleculeBuilderQsarWB
This class builds a QSAR-WB Descriptors compliant molecular representation.
-
Constructor Summary
ConstructorsConstructorDescriptionMoleculeBuilderQsarWB(String smiles) Constructs a molecular representation QSAR-WB Descriptors compliant. -
Method Summary
Methods inherited from class qsardes.molecule.AbstractMoleculeBuilder
build_graph, configure_atoms, get_atom_container, get_atom_count, get_bond_count, get_graph, get_implicit_hydrogens_count, set_atom_container
-
Constructor Details
-
MoleculeBuilderQsarWB
Constructs a molecular representation QSAR-WB Descriptors compliant.- Parameters:
smiles- Molecular SMILES.- Throws:
Exception
-