public interface Connector extends ConfigurableElementInstance
The following features are supported:
FCMPackage.getConnector()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Connector |
getBase_Connector()
Returns the value of the 'Base Connector' reference.
|
org.eclipse.uml2.uml.Property |
getBase_Property()
Returns the value of the 'Base Property' reference.
|
InteractionComponent |
getIc()
Returns the value of the 'Ic' reference.
|
void |
setBase_Connector(org.eclipse.uml2.uml.Connector value)
Sets the value of the '
Base Connector ' reference. |
void |
setBase_Property(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Base Property ' reference. |
void |
setIc(InteractionComponent value)
Sets the value of the '
Ic ' reference. |
getConfiguration, setConfiguration
org.eclipse.uml2.uml.Connector getBase_Connector()
If the meaning of the 'Base Connector' reference isn't clear, there really should be more of a description here...
setBase_Connector(org.eclipse.uml2.uml.Connector)
,
FCMPackage.getConnector_Base_Connector()
void setBase_Connector(org.eclipse.uml2.uml.Connector value)
Base Connector
' reference.
value
- the new value of the 'Base Connector' reference.getBase_Connector()
InteractionComponent getIc()
If the meaning of the 'Ic' reference isn't clear, there really should be more of a description here...
setIc(InteractionComponent)
,
FCMPackage.getConnector_Ic()
void setIc(InteractionComponent value)
Ic
' reference.
value
- the new value of the 'Ic' reference.getIc()
org.eclipse.uml2.uml.Property getBase_Property()
If the meaning of the 'Base Property' reference isn't clear, there really should be more of a description here...
setBase_Property(Property)
,
FCMPackage.getConnector_Base_Property()
void setBase_Property(org.eclipse.uml2.uml.Property value)
Base Property
' reference.
value
- the new value of the 'Base Property' reference.getBase_Property()
Copyright © 2016 Eclipse foundation. All rights reserved.