Package com.uppaal.model.core2
Interface Constants
- All Superinterfaces:
CommonConstants
- All Known Implementing Classes:
PrototypeDocument
public interface Constants extends CommonConstants
Defines various constants used by the model representation.
-
Field Summary
Fields Modifier and Type Field Description static ColorASSIGN_COLColor for assignments labels.static intBRANCHPOINT_RADIUSRadius of a branchpoint.static ColorCOMMENTS_COLColor for comments.static ColorEXPONENTIALRATE_COLColor for rates of exponential labels.static ColorGUARD_COLColor for guard labels.static ColorINVARIANT_COLColor for invariant labels.static ColorLABEL_COLDefault label colorstatic ColorNAIL_COLColor for transition nail.static ColorNAIL_FILL_COLColor for nail fill.static intNAIL_RADIUSRadius and touch distance of a nail.static ColorPROB_COLColor for probability labels.static ColorSELECT_COLColor for select labels.static intSTATE_COMMIT_RADIUSRadius of the inner symbol of committed locations.static ColorSTATE_FILL_COLColor for state vertex fill.static ColorSTATE_INIT_OUTLINE_COLColor for initial state inner circle outline.static intSTATE_INIT_RADIUSRadius of the inner circle symbolising a initial state.static ColorSTATE_LABEL_COLColor for state labels.static ColorSTATE_OUTLINE_COLColor for state vertex outline.static intSTATE_RADIUSRadius of a location.static intSTATE_URGENT_RADIUSRadius of the inner symbol of urgent locations.static ColorSYNC_COLColor for synchronisation labels.static ColorTRANS_COLColor for transition edge outline.static intTRANS_TOUCH_DISTANCEThe distance from a transition where it is touched.Fields inherited from interface com.uppaal.model.core2.CommonConstants
AREA_SELECT_COL, ARROW_ANGLE, ARROW_LENGTH, BIGFONT, BIGFONTNAME, EMPH_COL, FONT, FONTNAME, GLOBAL_DECL_COL, GLOBAL_PROCESSASSIGN_COL, GLOBAL_SYSTEM_COL, GRIDCHANGE, GRIDCOLOR, GRIDMIN, LEVEL, MOUSE_OVER_COL, MOUSE_OVER_REL_COL, PART_COV_COL, PROCESS_FILL_COL, PROCESS_OUTLINE_COL, SELECTED_COL, SNAP_PER_GRID, TEMPLATE_NAME_COL, TEMPLATE_PARAMLIST_COL, TRACE_COV_COL
-
Field Details
-
STATE_RADIUS
static final int STATE_RADIUSRadius of a location.- See Also:
- Constant Field Values
-
STATE_COMMIT_RADIUS
static final int STATE_COMMIT_RADIUSRadius of the inner symbol of committed locations.- See Also:
- Constant Field Values
-
STATE_URGENT_RADIUS
static final int STATE_URGENT_RADIUSRadius of the inner symbol of urgent locations.- See Also:
- Constant Field Values
-
STATE_INIT_RADIUS
static final int STATE_INIT_RADIUSRadius of the inner circle symbolising a initial state.- See Also:
- Constant Field Values
-
BRANCHPOINT_RADIUS
static final int BRANCHPOINT_RADIUSRadius of a branchpoint.- See Also:
- Constant Field Values
-
TRANS_TOUCH_DISTANCE
static final int TRANS_TOUCH_DISTANCEThe distance from a transition where it is touched.- See Also:
- Constant Field Values
-
NAIL_RADIUS
static final int NAIL_RADIUSRadius and touch distance of a nail.- See Also:
- Constant Field Values
-
STATE_OUTLINE_COL
Color for state vertex outline. -
STATE_INIT_OUTLINE_COL
Color for initial state inner circle outline. -
STATE_FILL_COL
Color for state vertex fill. -
TRANS_COL
Color for transition edge outline. -
NAIL_FILL_COL
Color for nail fill. -
NAIL_COL
Color for transition nail. -
STATE_LABEL_COL
Color for state labels. -
INVARIANT_COL
Color for invariant labels. -
EXPONENTIALRATE_COL
Color for rates of exponential labels. -
COMMENTS_COL
Color for comments. -
LABEL_COL
Default label color -
ASSIGN_COL
Color for assignments labels. -
SYNC_COL
Color for synchronisation labels. -
GUARD_COL
Color for guard labels. -
SELECT_COL
Color for select labels. -
PROB_COL
Color for probability labels.
-