Difference between revisions of "XCSG:Overrides"

From AtlasWiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
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 = InstanceMethod,InstanceMethod,*,0..1
 
}}
 
}}

Latest revision as of 17:17, 18 June 2014

Specification

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