org.gnu.atk
Class RelationSet
public class RelationSet
extends GObject
RelationSet
public RelationSet()
Create a new empty RelationSet
add
public void add(Relation relation)
Add a new relation to the current relation set if it is not already
present.
contains
public boolean contains(RelationType relationship)
Determines whether the relation set contains a relation that matches the
specified type.
getNumRelations
public int getNumRelations()
getRelation
public Relation getRelation(int index)
remove
public void remove(Relation relation)
Remove a relation from the relation set.