interagents
Class testDatabase

java.lang.Object
  |
  +--interagents.testDatabase

public class testDatabase
extends java.lang.Object


Constructor Summary
testDatabase()
           
 
Method Summary
 void chooseLine(int line)
           
 double get(int n)
           
 void read(fundamentals.EuArguments args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

testDatabase

public testDatabase()
Method Detail

chooseLine

public void chooseLine(int line)

get

public double get(int n)
           throws DesignException
DesignException

read

public void read(fundamentals.EuArguments args)
          throws InternalException,
                 DesignException
InternalException
DesignException