File
Doc
Category
Size
Date
Package
Term.java
API Doc
Example
226
Thu Apr 06 13:43:12 BST 2000
None
Term
java.lang.Object
public class Term extends Object
Fields Summary
public String
term
The term being defined
public String
definition
The definition of this term
Constructors Summary
public Term
(
String
t,
String
d)
Constructor
term = t; definition = d;
Methods Summary
Java Code Source