Opus5
Class Demo10

java.lang.Object
  |
  +--Opus5.Demo10

public class Demo10
extends java.lang.Object

Demonstration program that tests the following classes: GraphAsMatrix, GraphAsLists, DigraphAsMatrix, and DigraphAsLists.

Version:
$Id: Demo10.java,v 3.5 1998/12/14 02:52:01 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
GraphAsMatrix, GraphAsLists, DigraphAsMatrix, DigraphAsLists

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

Constructor Detail

Demo10

public Demo10()
Method Detail

main

public static void main(java.lang.String[] args)
The (static) main program. Invokes various test routines.
Parameters:
args - The command-line arguments. Ignored.