Difference between revisions of "XCSG:Overrides"

From AtlasWiki
Jump to: navigation, search
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = Edge
 
| extends = Edge
| description = Connects a [[Method]] to another [[Method]] that it overrides.
+
| description = Connects an [[InstanceMethod]] to another [[InstanceMethod]] that it overrides.
 
| specified = Method,Method,*,0..1
 
| specified = Method,Method,*,0..1
 
}}
 
}}

Revision as of 16:45, 18 June 2014

Specification

Metaclass Overrides
Extends Edge
Description Connects an InstanceMethod to another InstanceMethod that it overrides.
Specified Connections
Predecessor Multiplicity Successor
Method ✱ ➞ 0..1 Method