Class OT.AssociationSet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class OT.AssociationSet

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----OT.AssociationSet

public class AssociationSet
extends Hashtable
Set of Associations.
Version:
1998-11-26
Author:
Andrea Heiberg, University of Arizona
See Also:
Association

Constructor Index

 o AssociationSet()

Method Index

 o getByChild(Node)
Return set of all associations with child = Node.
 o getByFeatureType(FeatureType)
 o getByParent(Node)
Return set of all associations with parent = Node.
 o prettyString()
 o put(Association)
 o put(String, Association)
 o remove(Object)
 o toString()

Constructors

 o AssociationSet
  public AssociationSet()

Methods

 o getByChild
  public AssociationSet getByChild(Node node)
Return set of all associations with child = Node.
 o getByParent
  public AssociationSet getByParent(Node node)
Return set of all associations with parent = Node.
 o put
  public void put(Association a)
 o put
  public void put(String s,
                  Association a)
 o remove
  public Object remove(Object key)
Overrides:
remove in class Hashtable
 o getByFeatureType
  public AssociationSet getByFeatureType(FeatureType ft)
 o toString
  public String toString()
Overrides:
toString in class Hashtable
 o prettyString
  public String prettyString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index