|
CESE 1.4.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.simulogic.cese.cellml.CellMLTransformer
public class CellMLTransformer
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 |
|---|
public static final java.lang.String styles
public static final java.lang.String stylesheet
| Constructor Detail |
|---|
public CellMLTransformer()
| Method Detail |
|---|
public static CellMLTransformer getTransformer()
public void transform(java.lang.String fn)
fn - name of CellML source documentpublic static void main(java.lang.String[] args)
args -
|
CESE 1.4.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||