Package qsardes.molecule
Class MoleculeBuilderQsarME
java.lang.Object
qsardes.molecule.AbstractMoleculeBuilder
qsardes.molecule.MoleculeBuilderQsarME
This class builds a QSAR-ME Profiler compliant molecular representation.
-
Constructor Summary
ConstructorsConstructorDescriptionMoleculeBuilderQsarME(String smiles) Constructs a molecular representation QSAR-ME Profiler 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
-
MoleculeBuilderQsarME
Constructs a molecular representation QSAR-ME Profiler compliant.- Parameters:
smiles- Molecular SMILES.- Throws:
Exception
-