<@doc hide="Y" alias="start" hierarchy="GMLDOM"> A pseudo-state that represents the start of an execution path This class is in preliminary design stage, and is subject to change. (c) SAP AG 2003-2006. All rights reserved. #INCLUDE[svg:defs.inc] /////////////////////////////////////////////////////////////////////// // CLASS HEADER Class Start inherit PseudoState; metadata title = '#TEXT[XTIT_START]'; metadata descr = '#TEXT[XTOL_START]'; metadata icon16 = '#URL[~res:skins.neutral.symbols.start16.gif]'; metadata icon32 = '#URL[~res:skins.neutral.symbols.start32.gif]'; attach svg:Unipolar override { geometry: { resizeMode: #[SVG_FIXED_SIZE], rotateMode: #[SVG_ROTATE_FULL], defWidth: 20, defHeight: 20 }, frameParts: [ {type:'circle', cx:0, cy:0, r:4, fill:'currentColor', stroke:'currentColor', 'stroke-width':1} ] } /////////////////////////////////////////////////////////////////////// // METHODS