cvm.se
Class SynthesisEngine

java.lang.Object
  extended by cvm.se.SynthesisEngine

public class SynthesisEngine
extends java.lang.Object

This class is a simple implementation of the Synthesis Engine.

Author:
Frank Hernandez

Method Summary
static SynthesisEngine Instance()
          Implementation of the instance method as in the Singleton Design Pattern.
static void main(java.lang.String[] args)
          Driver for the SE.
static void notify(Handles_Event event)
          Thie method handles the events reported to the SE.
static void resetSE()
          Resets the SE.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Instance

public static SynthesisEngine Instance()
Implementation of the instance method as in the Singleton Design Pattern.

Returns:
SynthesisEngine instance

resetSE

public static void resetSE()
Resets the SE.


notify

public static void notify(Handles_Event event)
Thie method handles the events reported to the SE.

Parameters:
event -

main

public static void main(java.lang.String[] args)
Driver for the SE. Runs Test Cases From ID: UCM_T_01 - UCM_T_14

Parameters:
args -