biouml.plugins.cellml
Class CellMLDiagramTransformer
ru.biosoft.access.AbstractTransformer
|
+--biouml.plugins.cellml.CellMLDiagramTransformer
- public class CellMLDiagramTransformer
- extends AbstractTransformer
getInputType
public Class getInputType()
- Return class of input data element.
Input data element stored in primary data collection.
- Returns: Class of input data element.
getOutputType
public Class getOutputType()
- Return class of output data element.
Output data element stored in transformed data collection.
- Returns: Class of output data element.
transformInput
public DataElement transformInput(DataElement input)
throws java.lang.Exception
- Transform input data element to output data element.
- Returns: Transformed data element.
- Throws:
- Exception - If error occured.
transformOutput
public DataElement transformOutput(DataElement output)
throws java.lang.Exception
- Writes SBML model into file.
Validates that file have .xml extension
BOTTOM