org.gnu.atk

Class RelationType

public class RelationType extends Enum

Field Summary
static RelationTypeCONTROLLED_BY
static RelationTypeCONTROLLER_FOR
static RelationTypeEMBEDDED_BY
static RelationTypeEMBEDS
static RelationTypeFLOWS_FROM
static RelationTypeFLOWS_TO
static RelationTypeLABELLED_BY
static RelationTypeLABEL_FOR
static RelationTypeLAST_DEFINED
static RelationTypeMEMBER_OF
static RelationTypeNODE_CHILD_OF
static RelationTypeNULL
static RelationTypePARENT_WINDOW_OF
static RelationTypePOPUP_FOR
static RelationTypeSUBWINDOW_OF
Method Summary
RelationTypeand(RelationType other)
static RelationTypeintern(int value)
RelationTypeor(RelationType other)
booleantest(RelationType other)
RelationTypexor(RelationType other)

Field Detail

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 Detail

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)