Class A1

java.lang.Object
  extended byA1
Direct Known Subclasses:
C1

public class A1
extends java.lang.Object

A dummy class A1.

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Constructor Summary
A1()
          Default constructor for objects of class A1
A1(java.lang.String s)
          Non-default constructor for objects of class A1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

A1

public A1()
Default constructor for objects of class A1


A1

public A1(java.lang.String s)
Non-default constructor for objects of class A1