HEADER

biouml.modules.genenet.access
Class LiteratureReferenceTransformer

ru.biosoft.access.AbstractTransformer
  |
  +--biouml.modules.genenet.access.LiteratureReferenceTransformer

public class LiteratureReferenceTransformer
extends AbstractTransformer


Method Summary
 ClassgetInputType()
           
 ClassgetOutputType()
           
 synchronized DataElementtransformInput(DataElement input)
           
 DataElementtransformOutput(DataElement output)
           

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

Method Detail

getInputType

public Class getInputType()

getOutputType

public Class getOutputType()

transformInput

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

transformOutput

public DataElement transformOutput(DataElement output)
throws java.lang.Exception
pending todo

FOOTER

BOTTOM