org.gnu.atk

Class RelationType


public class RelationType
extends Enum

Field Summary

static RelationType
CONTROLLED_BY
static RelationType
CONTROLLER_FOR
static RelationType
EMBEDDED_BY
static RelationType
EMBEDS
static RelationType
FLOWS_FROM
static RelationType
FLOWS_TO
static RelationType
LABELLED_BY
static RelationType
LABEL_FOR
static RelationType
LAST_DEFINED
static RelationType
MEMBER_OF
static RelationType
NODE_CHILD_OF
static RelationType
NULL
static RelationType
PARENT_WINDOW_OF
static RelationType
POPUP_FOR
static RelationType
SUBWINDOW_OF

Method Summary

RelationType
and(RelationType other)
static RelationType
intern(int value)
RelationType
or(RelationType other)
boolean
test(RelationType other)
RelationType
xor(RelationType other)

Field Details

CONTROLLED_BY

public static final RelationType CONTROLLED_BY


CONTROLLER_FOR

public static final RelationType CONTROLLER_FOR


EMBEDDED_BY

public static final RelationType EMBEDDED_BY


EMBEDS

public static final RelationType EMBEDS


FLOWS_FROM

public static final RelationType FLOWS_FROM


FLOWS_TO

public static final RelationType FLOWS_TO


LABELLED_BY

public static final RelationType LABELLED_BY


LABEL_FOR

public static final RelationType LABEL_FOR


LAST_DEFINED

public static final RelationType LAST_DEFINED


MEMBER_OF

public static final RelationType MEMBER_OF


NODE_CHILD_OF

public static final RelationType NODE_CHILD_OF


NULL

public static final RelationType NULL


PARENT_WINDOW_OF

public static final RelationType PARENT_WINDOW_OF


POPUP_FOR

public static final RelationType POPUP_FOR


SUBWINDOW_OF

public static final RelationType SUBWINDOW_OF

Method Details

and

public RelationType and(RelationType other)


intern

public static RelationType intern(int value)


or

public RelationType or(RelationType other)


test

public boolean test(RelationType other)


xor

public RelationType xor(RelationType other)