Property | Type | Description | |
---|---|---|---|
getLinkedFeature | TSF.UmlToolingFramework.UML.Extended.UMLItem | ||
saveElement | void |
Method | Description | |
---|---|---|
ConnectorWrapper ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
addRelatedElement ( TSF.UmlToolingFramework.UML relatedElement ) : void |
adds a related element to this connector. This operation checks if the source or target is empty and then adds the related element to the empty spot. If none of the two are empty then the target is being replaced
|
|
addToCurrentDiagram ( ) : void |
adding both the start and the end element to the diagram will automatically add the connector to the diagram
|
|
deleteOwnedElement ( Element ownedElement ) : void | ||
getDependentDiagrams ( ) : List |
|
|
getInformationFlows ( ) : HashSet |
convenience method to return the information flows that realize this Relationship
|
|
getItemFromRelativePath ( List |
||
getLockedUser ( ) : string | ||
getLockedUserID ( ) : string | ||
getReferencingTaggedValues ( ) : HashSet |
||
makeWritable ( bool overrideLocks ) : bool | ||
open ( ) : void | ||
save ( ) : void |
Due to a bug in EA we first need to save the end with aggregation kind none, and then the other end. If not then the aggregationkind of the other set is reset to none.
|
Method | Description | |
---|---|---|
getLinkedFeature ( bool start ) : TSF.UmlToolingFramework.UML.Extended.UMLItem | ||
saveElement ( ) : void |
public ConnectorWrapper ( |
||
model | ||
connector | global | |
return | System |
public addRelatedElement ( TSF.UmlToolingFramework.UML relatedElement ) : void | ||
relatedElement | TSF.UmlToolingFramework.UML | |
return | void |
public deleteOwnedElement ( Element ownedElement ) : void | ||
ownedElement | Element | |
return | void |
public getItemFromRelativePath ( List |
||
relativePath | List |
|
return | TSF.UmlToolingFramework.TSF.UmlToolingFramework.UML.Extended.UMLItem |
public getReferencingTaggedValues ( ) : HashSet |
||
return | HashSet |
public makeWritable ( bool overrideLocks ) : bool | ||
overrideLocks | bool | |
return | bool |