public interface Connection
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FlaxmlPackage.getConnection()
Modifier and Type | Method and Description |
---|---|
FptcRules |
getRules()
Returns the value of the 'Rules' containment reference.
|
java.lang.String |
getSourceComponent()
Returns the value of the 'Source Component' attribute.
|
java.lang.String |
getSourceId()
Returns the value of the 'Source Id' attribute.
|
java.lang.String |
getTargetComponent()
Returns the value of the 'Target Component' attribute.
|
java.lang.String |
getTargetId()
Returns the value of the 'Target Id' attribute.
|
void |
setRules(FptcRules value)
Sets the value of the '
Rules ' containment reference. |
void |
setSourceComponent(java.lang.String value)
Sets the value of the '
Source Component ' attribute. |
void |
setSourceId(java.lang.String value)
Sets the value of the '
Source Id ' attribute. |
void |
setTargetComponent(java.lang.String value)
Sets the value of the '
Target Component ' attribute. |
void |
setTargetId(java.lang.String value)
Sets the value of the '
Target Id ' attribute. |
java.lang.String getSourceComponent()
If the meaning of the 'Source Component' attribute isn't clear, there really should be more of a description here...
setSourceComponent(String)
,
FlaxmlPackage.getConnection_SourceComponent()
void setSourceComponent(java.lang.String value)
Source Component
' attribute.
value
- the new value of the 'Source Component' attribute.getSourceComponent()
java.lang.String getSourceId()
If the meaning of the 'Source Id' attribute isn't clear, there really should be more of a description here...
setSourceId(String)
,
FlaxmlPackage.getConnection_SourceId()
void setSourceId(java.lang.String value)
Source Id
' attribute.
value
- the new value of the 'Source Id' attribute.getSourceId()
java.lang.String getTargetComponent()
If the meaning of the 'Target Component' attribute isn't clear, there really should be more of a description here...
setTargetComponent(String)
,
FlaxmlPackage.getConnection_TargetComponent()
void setTargetComponent(java.lang.String value)
Target Component
' attribute.
value
- the new value of the 'Target Component' attribute.getTargetComponent()
java.lang.String getTargetId()
If the meaning of the 'Target Id' attribute isn't clear, there really should be more of a description here...
setTargetId(String)
,
FlaxmlPackage.getConnection_TargetId()
void setTargetId(java.lang.String value)
Target Id
' attribute.
value
- the new value of the 'Target Id' attribute.getTargetId()
FptcRules getRules()
If the meaning of the 'Rules' containment reference isn't clear, there really should be more of a description here...
setRules(FptcRules)
,
FlaxmlPackage.getConnection_Rules()
void setRules(FptcRules value)
Rules
' containment reference.
value
- the new value of the 'Rules' containment reference.getRules()