HEADER

biouml.modules.transpath.type.access
Class MoleculeTransformer

ru.biosoft.access.AbstractTransformer
  |
  +--ru.biosoft.access.support.TagEntryTransformer
        |
        +--ru.biosoft.access.support.BeanInfoEntryTransformer
              |
              +--biouml.standard.type.access.GenericEntityTransformer
                    |
                    +--biouml.modules.transpath.type.access.MoleculeTransformer

public class MoleculeTransformer
extends GenericEntityTransformer


Method Summary
 ClassgetOutputType()
           
 StringgetStartTag()
           

Methods inherited from class biouml.standard.type.access.GenericEntityTransformer
getEndTag, transformInput

Methods inherited from class ru.biosoft.access.support.TagEntryTransformer
addCommand, getInputType, getOutput, transformOutput

Methods inherited from class ru.biosoft.access.AbstractTransformer
getPrimaryCollection, getTransformedCollection, init, isInputType, isOutputType

Method Detail

getOutputType

public Class getOutputType()

getStartTag

public String getStartTag()

FOOTER

BOTTOM