Interface EventChannel
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,NamedElement,Notifier
- All Known Implementing Classes:
EventChannelImpl
public interface EventChannel extends Entity
A representation of the model object 'Event Channel'.The following features are supported:
- See Also:
CompositionPackage.getEventChannel()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EventChannelSinkConnector>getEventChannelSinkConnector__EventChannel()Returns the value of the 'Event Channel Sink Connector Event Channel' reference list.EList<EventChannelSourceConnector>getEventChannelSourceConnector__EventChannel()Returns the value of the 'Event Channel Source Connector Event Channel' reference list.EventGroupgetEventGroup__EventChannel()Returns the value of the 'Event Group Event Channel' reference.ComposedStructuregetParentStructure__EventChannel()Returns the value of the 'Parent Structure Event Channel' container reference.voidsetEventGroup__EventChannel(EventGroup value)Sets the value of the 'Event Group Event Channel' reference.voidsetParentStructure__EventChannel(ComposedStructure value)Sets the value of the 'Parent Structure Event Channel' container reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getEventGroup__EventChannel
EventGroup getEventGroup__EventChannel()
Returns the value of the 'Event Group Event Channel' reference.- Returns:
- the value of the 'Event Group Event Channel' reference.
- See Also:
setEventGroup__EventChannel(EventGroup),CompositionPackage.getEventChannel_EventGroup__EventChannel()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setEventGroup__EventChannel
void setEventGroup__EventChannel(EventGroup value)
Sets the value of the 'Event Group Event Channel' reference.- Parameters:
value- the new value of the 'Event Group Event Channel' reference.- See Also:
getEventGroup__EventChannel()- Generated class or method.
-
getEventChannelSourceConnector__EventChannel
EList<EventChannelSourceConnector> getEventChannelSourceConnector__EventChannel()
Returns the value of the 'Event Channel Source Connector Event Channel' reference list. The list contents are of typeEventChannelSourceConnector. It is bidirectional and its opposite is 'Event Channel Event Channel Source Connector'.- Returns:
- the value of the 'Event Channel Source Connector Event Channel' reference list.
- See Also:
CompositionPackage.getEventChannel_EventChannelSourceConnector__EventChannel(),EventChannelSourceConnector.getEventChannel__EventChannelSourceConnector()- Generated class or method.
- EMF model class or method.
- opposite="eventChannel__EventChannelSourceConnector" ordered="false"
-
getEventChannelSinkConnector__EventChannel
EList<EventChannelSinkConnector> getEventChannelSinkConnector__EventChannel()
Returns the value of the 'Event Channel Sink Connector Event Channel' reference list. The list contents are of typeEventChannelSinkConnector. It is bidirectional and its opposite is 'Event Channel Event Channel Sink Connector'.- Returns:
- the value of the 'Event Channel Sink Connector Event Channel' reference list.
- See Also:
CompositionPackage.getEventChannel_EventChannelSinkConnector__EventChannel(),EventChannelSinkConnector.getEventChannel__EventChannelSinkConnector()- Generated class or method.
- EMF model class or method.
- opposite="eventChannel__EventChannelSinkConnector" ordered="false"
-
getParentStructure__EventChannel
ComposedStructure getParentStructure__EventChannel()
Returns the value of the 'Parent Structure Event Channel' container reference. It is bidirectional and its opposite is 'Event Channel Composed Structure'.- Returns:
- the value of the 'Parent Structure Event Channel' container reference.
- See Also:
setParentStructure__EventChannel(ComposedStructure),CompositionPackage.getEventChannel_ParentStructure__EventChannel(),ComposedStructure.getEventChannel__ComposedStructure()- Generated class or method.
- EMF model class or method.
- opposite="eventChannel__ComposedStructure" required="true" transient="false" ordered="false"
-
setParentStructure__EventChannel
void setParentStructure__EventChannel(ComposedStructure value)
Sets the value of the 'Parent Structure Event Channel' container reference.- Parameters:
value- the new value of the 'Parent Structure Event Channel' container reference.- See Also:
getParentStructure__EventChannel()- Generated class or method.
-
-