biouml.modules.genenet.access
Class ExpertTransformer
ru.biosoft.access.AbstractTransformer
|
+--biouml.modules.genenet.access.ExpertTransformer
- public class ExpertTransformer
- extends AbstractTransformer
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
BOTTOM