All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orchid.object.ObjectTest

java.lang.Object
   |
   +----orchid.object.ObjectTest

public class ObjectTest
extends Object
A class whose only purpose is to explain how orchid objects are to be manipulated.

The objects to arrange a meeting are used in this order :

  1. MeetingProposal
  2. DateHourProposal
  3. RangeProposal
  4. Meeting

Author:
Marc-Aurčle DARCHE
See Also:
MeetingProposal, DateHourProposal, RangeProposal, Meeting

Constructor Index

 o ObjectTest()

Method Index

 o main(String[])

Constructors

 o ObjectTest
 public ObjectTest()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index