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
-
AssociationSet()
-
-
getByChild(Node)
- Return set of all associations with child = Node.
-
getByFeatureType(FeatureType)
-
-
getByParent(Node)
- Return set of all associations with parent = Node.
-
prettyString()
-
-
put(Association)
-
-
put(String, Association)
-
-
remove(Object)
-
-
toString()
-
AssociationSet
public AssociationSet()
getByChild
public AssociationSet getByChild(Node node)
- Return set of all associations with child = Node.
getByParent
public AssociationSet getByParent(Node node)
- Return set of all associations with parent = Node.
put
public void put(Association a)
put
public void put(String s,
Association a)
remove
public Object remove(Object key)
- Overrides:
- remove in class Hashtable
getByFeatureType
public AssociationSet getByFeatureType(FeatureType ft)
toString
public String toString()
- Overrides:
- toString in class Hashtable
prettyString
public String prettyString()
All Packages Class Hierarchy This Package Previous Next Index