test.java
Class Looping

java.lang.Object
  extended by test.java.Looping

public class Looping
extends java.lang.Object

The simplest looping Acquisition with Aida

For this demo the objective is brevity, so the class scope objects DaObject and Err are shown being instantiated in the (main) method, but they would normally be instantiated in a separate constructor.


Constructor Summary
Looping()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Looping

public Looping()
Method Detail

main

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