HEADER

ru.biosoft.access.support
Class BeanInfoEntryTransformer

ru.biosoft.access.AbstractTransformer
  |
  +--ru.biosoft.access.support.TagEntryTransformer
        |
        +--ru.biosoft.access.support.BeanInfoEntryTransformer
Direct Known Subclasses:
SimulationResultTransformer, PlotTransformer, ReactionTransformer

public class BeanInfoEntryTransformer
extends TagEntryTransformer


Constructor Summary
BeanInfoEntryTransformer()
           

Method Summary
 StringgetEndTag()
           
 StringgetStartTag()
           
 voidinit(DataCollection primaryCollection, DataCollection transformedCollection)
          Initialize transformer.
 voidinitCommands(Class type)
           

Methods inherited from class ru.biosoft.access.support.TagEntryTransformer
addCommand, getInputType, getOutputType, getProcessedObject, readObject, removeCommand, transformInput, transformOutput, writeObject

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

Constructor Detail

BeanInfoEntryTransformer

public BeanInfoEntryTransformer()
Method Detail

getEndTag

public String getEndTag()

getStartTag

public String getStartTag()

init

public void init(DataCollection primaryCollection, DataCollection transformedCollection)
Initialize transformer.
See Also:
ru.biosoft.access.AbstractTransformer.getPrimaryCollection(), ru.biosoft.access.AbstractTransformer.getTransformedCollection()

initCommands

public void initCommands(Class type)

FOOTER

BOTTOM