<@doc alias="end" hierarchy="GMLDOM" hide="Y"> A pseudo-state that represents the end 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 End inherit PseudoState; metadata title = '#TEXT[XTIT_END]'; metadata descr = '#TEXT[XTOL_END]'; metadata icon16 = '#URL[~res:skins.neutral.symbols.end16.gif]'; metadata icon32 = '#URL[~res:skins.neutral.symbols.end32.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:6, fill:'white', stroke:'currentColor', 'stroke-width':2}, {type:'circle', cx:0, cy:0, r:3, fill:'currentColor', stroke:'currentColor', 'stroke-width':1} ] } /////////////////////////////////////////////////////////////////////// // METHODS