|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
A representation of the model object 'Connection'.
The following features are supported:
Aadl2Package.getConnection()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
ConnectionEnd |
getAllDestination()
get destination in case of a refined connection get it from the connection being refined |
Context |
getAllDestinationContext()
get destination context in case of a refined connection get it from the connection being refined |
NamedElement |
getAllDstContextComponent()
get destination context component, i.e., the subcomponent or component implementation. |
ConnectionEnd |
getAllSource()
get source in case of a refined connection get it from the connection being refine |
Context |
getAllSourceContext()
get source context in case of a refined connection get it from the connection being refined |
NamedElement |
getAllSrcContextComponent()
get source context component, i.e., the subcomponent or component implementation. |
ConnectionEnd |
getDestination()
Returns the value of the 'Destination' reference |
Context |
getDestinationContext()
Returns the value of the 'Destination Context' reference |
ConnectionKind |
getKind()
Returns the value of the 'Kind' attribute. |
Connection |
getRefined()
Returns the value of the 'Refined' reference. |
ConnectionEnd |
getSource()
Returns the value of the 'Source' reference |
Context |
getSourceContext()
Returns the value of the 'Source Context' reference |
boolean |
isBidirectional()
Returns the value of the 'Bidirectional' attribute |
void |
setBidirectional(boolean value)
Sets the value of the ' Bidirectional ' attribute |
void |
setDestination(ConnectionEnd value)
Sets the value of the ' Destination ' reference |
void |
setDestinationContext(Context value)
Sets the value of the ' Destination Context ' reference |
void |
setKind(ConnectionKind value)
Sets the value of the ' Kind ' attribute |
void |
setRefined(Connection value)
Sets the value of the ' Refined ' reference |
void |
setSource(ConnectionEnd value)
Sets the value of the ' Source ' reference |
void |
setSourceContext(Context value)
Sets the value of the ' Source Context ' reference |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ModalPath |
---|
getInTransitions |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ModalElement |
---|
getAllInModes, getInModes, getModesAndTransitions |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.RefinableElement |
---|
getRefinedElement, getRefinementContext |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ClassifierFeature |
---|
getFeaturingClassifiers |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
ConnectionKind getKind()
ConnectionKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
ConnectionKind
,
setKind(ConnectionKind)
,
Aadl2Package.getConnection_Kind()
void setKind(ConnectionKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.ConnectionKind
,
getKind()
ConnectionEnd getDestination()
If the meaning of the 'Destination' reference isn't clear, there really should be more of a description here...
setDestination(ConnectionEnd)
,
Aadl2Package.getConnection_Destination()
void setDestination(ConnectionEnd value)
Destination
' reference.
value
- the new value of the 'Destination' reference.getDestination()
ConnectionEnd getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(ConnectionEnd)
,
Aadl2Package.getConnection_Source()
void setSource(ConnectionEnd value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
Context getDestinationContext()
If the meaning of the 'Destination Context' reference isn't clear, there really should be more of a description here...
setDestinationContext(Context)
,
Aadl2Package.getConnection_DestinationContext()
void setDestinationContext(Context value)
Destination Context
' reference.
value
- the new value of the 'Destination Context' reference.getDestinationContext()
Context getSourceContext()
If the meaning of the 'Source Context' reference isn't clear, there really should be more of a description here...
setSourceContext(Context)
,
Aadl2Package.getConnection_SourceContext()
void setSourceContext(Context value)
Source Context
' reference.
value
- the new value of the 'Source Context' reference.getSourceContext()
boolean isBidirectional()
If the meaning of the 'Bidirectional' attribute isn't clear, there really should be more of a description here...
setBidirectional(boolean)
,
Aadl2Package.getConnection_Bidirectional()
void setBidirectional(boolean value)
Bidirectional
' attribute.
value
- the new value of the 'Bidirectional' attribute.isBidirectional()
Connection getRefined()
This feature redefines the following features:
If the meaning of the 'Refined' reference isn't clear, there really should be more of a description here...
setRefined(Connection)
,
Aadl2Package.getConnection_Refined()
void setRefined(Connection value)
Refined
' reference.
value
- the new value of the 'Refined' reference.getRefined()
ConnectionEnd getAllSource()
Context getAllDestinationContext()
ConnectionEnd getAllDestination()
Context getAllSourceContext()
NamedElement getAllSrcContextComponent()
NamedElement getAllDstContextComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |