public class Connection extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements FlaBehaviour
The following features are supported:
FlammPackage.getConnection()
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Constructor and Description |
---|
Connection() |
Modifier and Type | Method and Description |
---|---|
Port |
basicGetFrom() |
Port |
basicGetTo() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetFrom(Port newFrom,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetTo(Port newTo,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eInvoke(int operationID,
org.eclipse.emf.common.util.EList<?> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
Port |
getFrom()
Returns the value of the 'From' reference.
|
java.util.List<Rule> |
getRules()
Returns the value of the 'Rules' reference list.
|
Port |
getTo()
Returns the value of the 'To' reference.
|
void |
initialize(boolean initNoFailure) |
void |
propagateFailures() |
void |
setFrom(Port newFrom)
Sets the value of the '
From ' reference. |
void |
setTo(Port newTo)
Sets the value of the '
To ' reference. |
eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toString
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public Port getFrom()
Outgoing Connections
'.
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
setFrom(Port)
,
FlammPackage.getConnection_From()
,
Port.getOutgoingConnections()
public Port basicGetFrom()
public org.eclipse.emf.common.notify.NotificationChain basicSetFrom(Port newFrom, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setFrom(Port newFrom)
From
' reference.
value
- the new value of the 'From' reference.getFrom()
public Port getTo()
Incoming Connections
'.
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
setTo(Port)
,
FlammPackage.getConnection_To()
,
Port.getIncomingConnections()
public Port basicGetTo()
public org.eclipse.emf.common.notify.NotificationChain basicSetTo(Port newTo, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTo(Port newTo)
To
' reference.
value
- the new value of the 'To' reference.getTo()
public java.util.List<Rule> getRules()
Rule
.
If the meaning of the 'Rules' reference list isn't clear, there really should be more of a description here...
FlammPackage.getConnection_Rules()
public void propagateFailures()
propagateFailures
in interface FlaBehaviour
public void initialize(boolean initNoFailure)
initialize
in interface FlaBehaviour
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments) throws java.lang.reflect.InvocationTargetException
eInvoke
in interface org.eclipse.emf.ecore.InternalEObject
eInvoke
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
java.lang.reflect.InvocationTargetException