HEADER

biouml.modules.transpath.type.access
Class ReactionTransformer

ru.biosoft.access.AbstractTransformer
  |
  +--ru.biosoft.access.support.TagEntryTransformer
        |
        +--biouml.modules.transpath.type.access.ReactionTransformer

public class ReactionTransformer
extends TagEntryTransformer


Constructor Summary
ReactionTransformer()
           

Method Summary
 StringgetEndTag()
           
 ClassgetOutputType()
           
 StringgetStartTag()
           
 synchronized DataElementtransformInput(DataElement input)
           

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

Constructor Detail

ReactionTransformer

public ReactionTransformer()
Method Detail

getEndTag

public String getEndTag()

getOutputType

public Class getOutputType()

getStartTag

public String getStartTag()

transformInput

public synchronized DataElement transformInput(DataElement input)
throws java.lang.Exception

FOOTER

BOTTOM