Difference between revisions of "XCSG:Edge"

From AtlasWiki
Jump to: navigation, search
(Created page with "==Specification== {{Edge | extends = ModelElement | description = Represents a relationship or state transition. }}")
 
Line 3: Line 3:
 
| extends = ModelElement
 
| extends = ModelElement
 
| description = Represents a relationship or state transition.
 
| description = Represents a relationship or state transition.
 +
}}
 +
 +
{{Attribute
 +
| name = sourceCorrespondenceList
 +
| description = A list of source correspondence objects indicating the origin or origins of this edge.
 +
| type = List<SourceCorrespondence>
 +
| required = No
 
}}
 
}}

Revision as of 14:28, 10 April 2014

Specification

Metaclass Edge
Extends ModelElement
Description Represents a relationship or state transition.
Direct Subkinds AliasedType, Java:AnnotatedWith, ArrayElementType, ArrayIdentityFor, ArrayIndexFor, Java:ArrayLengthPassedTo, Call, C:CompletedBy, ControlFlow (Edge), DataFlow (Edge), DefinedAs, InstanceVariableAccessed, InvokedFunction, InvokedSignature, InvokedType, LoopChild, Overrides, PassedTo, Reads, ReferencedType, Returns, Supertype, TernaryConditionalOperator, Java:ThrowsClause, TypeChecked, TypeOf
Attribute sourceCorrespondenceList
Description A list of source correspondence objects indicating the origin or origins of this edge.
Type List<SourceCorrespondence>
Required No