Package de.foellix.aql.ui.gui.viewer.web
Class Edge
java.lang.Object
de.foellix.aql.ui.gui.viewer.web.Edge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STYLE_NORMAL
public static final int STYLE_NORMAL- See Also:
-
STYLE_TRANSITIVLY_REPLACEABLE
public static final int STYLE_TRANSITIVLY_REPLACEABLE- See Also:
-
STYLE_TRANSITIVLY_REPLACEABLE_BUT_COMPLETE
public static final int STYLE_TRANSITIVLY_REPLACEABLE_BUT_COMPLETE- See Also:
-
STYLE_COMPLETE
public static final int STYLE_COMPLETE- See Also:
-
STYLE_INTENT_SINK
public static final int STYLE_INTENT_SINK- See Also:
-
STYLE_INTENT_SOURCE
public static final int STYLE_INTENT_SOURCE- See Also:
-
STYLE_PERMISSION
public static final int STYLE_PERMISSION- See Also:
-
-
Constructor Details
-
Edge
-
-
Method Details
-
getId
public int getId() -
getFrom
-
getTo
-
getStyle
public int getStyle() -
setId
public void setId(int id) -
setFrom
-
setTo
-
setStyle
public void setStyle(int style) -
toElement
-