org.gnu.atk
Class RelationSet

java.lang.Object
  |
  +--org.gnu.glib.GObject
        |
        +--org.gnu.atk.RelationSet

public class RelationSet
extends GObject


Constructor Summary
RelationSet()
          Create a new empty RelationSet
 
Method Summary
 void add(Relation relation)
          Add a new relation to the current relation set if it is not already present.
 boolean contains(RelationType relationship)
          Determines whether the relation set contains a relation that matches the specified type.
 void remove(Relation relation)
          Remove a relation from the relation set.
 
Methods inherited from class org.gnu.glib.GObject
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationSet

public RelationSet()
Create a new empty RelationSet

Method Detail

add

public void add(Relation relation)
Add a new relation to the current relation set if it is not already present.


remove

public void remove(Relation relation)
Remove a relation from the relation set.


contains

public boolean contains(RelationType relationship)
Determines whether the relation set contains a relation that matches the specified type.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net