halo.examples
Class SampleUseCase3

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

public class SampleUseCase3
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

Field Summary
static java.lang.String PATHTOR
           
 
Constructor Summary
SampleUseCase3()
           
 
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
 

Field Detail

PATHTOR

public static final java.lang.String PATHTOR
See Also:
Constant Field Values
Constructor Detail

SampleUseCase3

public SampleUseCase3()
Method Detail

run

public static void run()
Starts the evaluation process


main

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