indexing
description: "Figure that is can have an arrowhead at its start or endpoint."
status: "See notice at end of class"
keywords: "figure, line, arrow"
date: "$Date$"
revision: "$Revision$"
deferred class interface
EV_ARROWED_FIGURE
feature
Arrow_size: INTEGER is 10
is_end_arrow: BOOLEAN
point_b
is_start_arrow: BOOLEAN
point_a
feature
disable_end_arrow
is_end_arrowFalse
disable_start_arrow
is_start_arrowFalse
enable_end_arrow
is_end_arrowTrue
enable_start_arrow
is_start_arrowTrue
line_width: INTEGER
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- EV_ARROWED_FIGURE