All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.Lexical.Metaphrase.Association

java.lang.Object
    |
    +----COM.Lexical.Metaphrase.Association

public abstract class Association
extends java.lang.Object
Metaphrase association class. Each Association is a directional link between two Concepts, concept1() and concept2(). In almost all cases, for every Association instance there should be a corresponding "inverse" instance relating concept2 to concept1.

Version:
Authority1.1, 11 Apr 2000

Method Index

 o concept1()
First Concept.
 o concept2()
Second Concept.
 o Print(PrintStream)
Prints the contents of Association to out.

Method Detail

 o concept1
public Concept concept1()
          First Concept.
 o concept2
public Concept concept2()
          Second Concept.
 o Print
public abstract void Print(java.io.PrintStream out)
          Prints the contents of Association to out.

All Packages  Class Hierarchy  This Package  Previous  Next  Index