test.java
Class Simplest

java.lang.Object
  extended by test.java.Simplest

public class Simplest
extends java.lang.Object

The Simplest Aida complete program, which just attempts to get a given named variable's value as a short int.

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
Simplest()
           
 
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

Simplest

public Simplest()
Method Detail

main

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