CESE 1.4.7

com.simulogic.cese.cellml
Class CellMLTransformer

java.lang.Object
  extended by com.simulogic.cese.cellml.CellMLTransformer

public class CellMLTransformer
extends java.lang.Object

Class that transforms models in CellML format ( www.cellml.org ) to the JavaBeans source code using XSL stylesheet(s).


Field Summary
static java.lang.String styles
          Location of stylesheets
static java.lang.String stylesheet
          Stylesheet name
 
Constructor Summary
CellMLTransformer()
           
 
Method Summary
static CellMLTransformer getTransformer()
          Returns the main program
static void main(java.lang.String[] args)
          Main method
 void transform(java.lang.String fn)
          Perform transformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styles

public static final java.lang.String styles
Location of stylesheets

See Also:
Constant Field Values

stylesheet

public static final java.lang.String stylesheet
Stylesheet name

See Also:
Constant Field Values
Constructor Detail

CellMLTransformer

public CellMLTransformer()
Method Detail

getTransformer

public static CellMLTransformer getTransformer()
Returns the main program

Returns:
transformer instance

transform

public void transform(java.lang.String fn)
Perform transformation

Parameters:
fn - name of CellML source document

main

public static void main(java.lang.String[] args)
Main method

Parameters:
args -

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.