halo.examples
Class SampleUseCase4

java.lang.Object
  extended by halo.examples.SampleUseCase4

public class SampleUseCase4
extends java.lang.Object

The fourth sample use case, which demonstrates the sequence-based evaluation of the input data. Please note that parameters are set arbitrary; you have to choose them carefully when using HALO functionality in your own programs!

Author:
Stefanie Kaufmann

Constructor Summary
SampleUseCase4()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void run()
          Starts the evaluation process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleUseCase4

public SampleUseCase4()
Method Detail

run

public static void run()
Starts the evaluation process


main

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