TMST.CheckUpExample
Class CheckUpTMST

java.lang.Object
  extended byTMST.CheckUpExample.CheckUpTMST

public class CheckUpTMST
extends java.lang.Object

This class defines and implements the TMST used in our checkup-example application.


Constructor Summary
CheckUpTMST(java.lang.String filename)
          The constructor.
 
Method Summary
static TMST generateModel()
          Method for generating a task-method-subtask tree of the checkup-example application.
static void main(java.lang.String[] argv)
          The main method used to run this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckUpTMST

public CheckUpTMST(java.lang.String filename)
The constructor.

Parameters:
filename - The name of the file where the TMST is stored.
Method Detail

generateModel

public static TMST generateModel()
Method for generating a task-method-subtask tree of the checkup-example application.


main

public static void main(java.lang.String[] argv)
The main method used to run this class. When the class is run - the TMST defined here is written to the file that was specified in this class' constructor.