The Octet Molecular Representation Framework v0.8.2

net.sf.octet.model
Class BasicMoleculeConvertor

java.lang.Object
  extended bynet.sf.octet.model.BasicMoleculeConvertor
All Implemented Interfaces:
MoleculeConvertor

public class BasicMoleculeConvertor
extends java.lang.Object
implements MoleculeConvertor

A default implementation of the MoleculeConvertor interface.

Author:
Richard Apodaca

Constructor Summary
BasicMoleculeConvertor()
          Default constructor.
 
Method Summary
 void convert(Molecule molecule, RepresentationBuilder builder)
          Converts molecule into a series of instructions for builder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicMoleculeConvertor

public BasicMoleculeConvertor()
Default constructor.

Method Detail

convert

public void convert(Molecule molecule,
                    RepresentationBuilder builder)
Description copied from interface: MoleculeConvertor
Converts molecule into a series of instructions for builder.

Specified by:
convert in interface MoleculeConvertor
Parameters:
molecule - the molecule to be converted
builder - the RepresentationBuilder for constructing the new representation

The Octet Molecular Representation Framework v0.8.2