${NOTE_KEYWORD} description: "Summary description for {${CLASS_NAME}}." author: "" date: "$$Date$$" revision: "$$Revision$$" ${CLASS_MODIFIERS}class ${CLASS_NAME} ${INHERIT_CLAUSE}${CREATE_CLAUSE}${INIT_CLAUSE}feature -- Access feature -- Measurement feature -- Status report feature -- Status setting feature -- Cursor movement feature -- Element change feature -- Removal feature -- Resizing feature -- Transformation feature -- Conversion feature -- Duplication feature -- Miscellaneous feature -- Basic operations feature -- Obsolete feature -- Inapplicable feature {NONE} -- Implementation invariant invariant_clause: True -- Your invariant here end