|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connections
A representation of the model object 's'.
The following features are supported:
Contents
Event Connection
Data Connection
Event Data Connection
Port Group Connection
Data Access Connection
Parameter Connection
Bus Access Connection
ConnectionPackage.getConnections()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addBusAccessConnection(BusAccessConnection value)
Adds to the list the value of the ' Bus Access Connection ' containment reference list |
void |
addConnection(Connection conn)
add connection to connections |
void |
addContents(org.eclipse.emf.ecore.util.FeatureMap.Entry value)
Adds to the list the value of the ' Contents ' attribute list |
void |
addDataAccessConnection(DataAccessConnection value)
Adds to the list the value of the ' Data Access Connection ' containment reference list |
void |
addDataConnection(DataConnection value)
Adds to the list the value of the ' Data Connection ' containment reference list |
void |
addEventConnection(EventConnection value)
Adds to the list the value of the ' Event Connection ' containment reference list |
void |
addEventDataConnection(EventDataConnection value)
Adds to the list the value of the ' Event Data Connection ' containment reference list |
void |
addParameterConnection(ParameterConnection value)
Adds to the list the value of the ' Parameter Connection ' containment reference list |
void |
addPortGroupConnection(PortGroupConnection value)
Adds to the list the value of the ' Port Group Connection ' containment reference list |
org.eclipse.emf.common.util.EList |
getBusAccessConnection()
Returns the value of the 'Bus Access Connection' containment reference list. |
org.eclipse.emf.ecore.util.FeatureMap |
getContents()
Returns the value of the 'Contents' attribute list. |
org.eclipse.emf.common.util.EList |
getDataAccessConnection()
Returns the value of the 'Data Access Connection' containment reference list. |
org.eclipse.emf.common.util.EList |
getDataConnection()
Returns the value of the 'Data Connection' containment reference list. |
org.eclipse.emf.common.util.EList |
getEventConnection()
Returns the value of the 'Event Connection' containment reference list. |
org.eclipse.emf.common.util.EList |
getEventDataConnection()
Returns the value of the 'Event Data Connection' containment reference list. |
org.eclipse.emf.common.util.EList |
getParameterConnection()
Returns the value of the 'Parameter Connection' containment reference list. |
org.eclipse.emf.common.util.EList |
getPortGroupConnection()
Returns the value of the 'Port Group Connection' containment reference list. |
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject |
---|
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, 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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.ecore.util.FeatureMap getContents()
FeatureMap.Entry
.
If the meaning of the 'Contents' attribute list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_Contents()
void addContents(org.eclipse.emf.ecore.util.FeatureMap.Entry value)
Contents
' attribute list.
value
- the value to add to 'Contents' attribute list.org.eclipse.emf.common.util.EList getEventConnection()
EventConnection
.
If the meaning of the 'Event Connection' containment reference list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_EventConnection()
void addEventConnection(EventConnection value)
Event Connection
' containment reference list.
value
- the value to add to 'Event Connection' containment reference list.org.eclipse.emf.common.util.EList getDataConnection()
DataConnection
.
If the meaning of the 'Data Connection' containment reference list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_DataConnection()
void addDataConnection(DataConnection value)
Data Connection
' containment reference list.
value
- the value to add to 'Data Connection' containment reference list.org.eclipse.emf.common.util.EList getEventDataConnection()
EventDataConnection
.
If the meaning of the 'Event Data Connection' containment reference list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_EventDataConnection()
void addEventDataConnection(EventDataConnection value)
Event Data Connection
' containment reference list.
value
- the value to add to 'Event Data Connection' containment reference list.org.eclipse.emf.common.util.EList getPortGroupConnection()
PortGroupConnection
.
If the meaning of the 'Port Group Connection' containment reference list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_PortGroupConnection()
void addPortGroupConnection(PortGroupConnection value)
Port Group Connection
' containment reference list.
value
- the value to add to 'Port Group Connection' containment reference list.org.eclipse.emf.common.util.EList getDataAccessConnection()
DataAccessConnection
.
If the meaning of the 'Data Access Connection' containment reference list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_DataAccessConnection()
void addDataAccessConnection(DataAccessConnection value)
Data Access Connection
' containment reference list.
value
- the value to add to 'Data Access Connection' containment reference list.org.eclipse.emf.common.util.EList getParameterConnection()
ParameterConnection
.
If the meaning of the 'Parameter Connection' containment reference list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_ParameterConnection()
void addParameterConnection(ParameterConnection value)
Parameter Connection
' containment reference list.
value
- the value to add to 'Parameter Connection' containment reference list.org.eclipse.emf.common.util.EList getBusAccessConnection()
BusAccessConnection
.
If the meaning of the 'Bus Access Connection' containment reference list isn't clear, there really should be more of a description here...
ConnectionPackage.getConnections_BusAccessConnection()
void addBusAccessConnection(BusAccessConnection value)
Bus Access Connection
' containment reference list.
value
- the value to add to 'Bus Access Connection' containment reference list.void addConnection(Connection conn)
conn
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |