All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.db.SimpleDatabase

java.lang.Object
   |
   +----w3c.pics.db.SimpleDatabase

public class SimpleDatabase
extends Object
An implementation of a simple database. It returns a vector of input files that matched the specified search criteria.


Constructor Index

 o SimpleDatabase()
Creates a new, empty SimpleDatabase.

Method Index

 o main(String[])
A procedure that creates and runs a SimpleDatabase.

Constructors

 o SimpleDatabase
 public SimpleDatabase()
Creates a new, empty SimpleDatabase.

Methods

 o main
 public static void main(String args[])
A procedure that creates and runs a SimpleDatabase. The first command-line argument must be the number of profiles with which to start the SimpleDatabase. It also can take the following additional command-line arguments: Once the program has started, it will build a database and, depending on the command-line arguments, run it against an initial label set. After this, the command prompt will appear. The following commands are available (this information is identical to what appears when the help command is issued):


All Packages  Class Hierarchy  This Package  Previous  Next  Index