|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.tubs.cs.sc.casim.StateFileGenerator
A class with some method to generate JAVA files and HTML files for empty State classes.
| Constructor Summary | |
StateFileGenerator()
|
|
| Method Summary | |
static void |
generateStateSource(java.lang.String sClass,
java.io.PrintWriter p)
generates an java source file for a new subclass of State with empty or default method bodies |
static void |
generateTableStateCDL(de.tubs.cs.sc.casim.StateSetDefinition ssd,
java.lang.String sClass,
java.io.PrintWriter p)
generates an java source file for a new subclass of TableState with empty or default method bodies |
static void |
generateTableStateSource(de.tubs.cs.sc.casim.StateSetDefinition ssd,
java.lang.String sClass,
java.io.PrintWriter p)
generates an java source file for a new subclass of TableState with empty or default method bodies |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StateFileGenerator()
| Method Detail |
public static void generateStateSource(java.lang.String sClass,
java.io.PrintWriter p)
sClass - the name of the classp - the file outputState
public static void generateTableStateSource(de.tubs.cs.sc.casim.StateSetDefinition ssd,
java.lang.String sClass,
java.io.PrintWriter p)
sClass - the name of the classp - the file outputState
public static void generateTableStateCDL(de.tubs.cs.sc.casim.StateSetDefinition ssd,
java.lang.String sClass,
java.io.PrintWriter p)
sClass - the name of the classp - the file outputState
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||