public class ConnectionReferenceImpl extends InstanceObjectImpl implements ConnectionReference
The following features are implemented:
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
copyright
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsProperty(Property property)
Query whether this object accepts values for the given property.
|
Connection |
basicGetConnection() |
ComponentInstance |
basicGetContext() |
ConnectionInstanceEnd |
basicGetDestination() |
ConnectionInstanceEnd |
basicGetSource() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
Connection |
getConnection() |
ComponentInstance |
getContext() |
ConnectionInstanceEnd |
getDestination() |
java.util.List<? extends NamedElement> |
getInstantiatedObjects()
Return the declarative objects that define this instance.
|
java.lang.String |
getName() |
ConnectionInstanceEnd |
getSource() |
boolean |
isActive(SystemOperationMode som) |
void |
setConnection(Connection newConnection) |
void |
setContext(ComponentInstance newContext) |
void |
setDestination(ConnectionInstanceEnd newDestination) |
void |
setName(java.lang.String newName) |
void |
setSource(ConnectionInstanceEnd newSource) |
allEnclosingConnectionInstances, findInstanceObjects, getAllEnclosingConnectionInstances, getComponentInstance, getComponentInstancePath, getContainingComponentInstance, getExistsInModes, getInstanceObjectPath, getPathName, getPropertyValueInternal, getSystemInstance, matchesIndex
allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, eInverseRemove, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setPropertyValue, setPropertyValue, setPropertyValue, toString
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, isSetOwnedElements, mustBeOwned, not_own_self
getAdapter, getLocationReference, setLocationReference, setLocationReference
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
allEnclosingConnectionInstances, findInstanceObjects, getAllEnclosingConnectionInstances, getComponentInstance, getComponentInstancePath, getContainingComponentInstance, getExistsInModes, getInstanceObjectPath, getPathName, getSystemInstance, matchesIndex
allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public ComponentInstance getContext()
getContext
in interface ConnectionReference
ConnectionReference.setContext(ComponentInstance)
,
InstancePackage.getConnectionReference_Context()
public ComponentInstance basicGetContext()
public void setContext(ComponentInstance newContext)
setContext
in interface ConnectionReference
newContext
- the new value of the 'Context' reference.ConnectionReference.getContext()
public Connection getConnection()
getConnection
in interface ConnectionReference
ConnectionReference.setConnection(Connection)
,
InstancePackage.getConnectionReference_Connection()
public Connection basicGetConnection()
public void setConnection(Connection newConnection)
setConnection
in interface ConnectionReference
newConnection
- the new value of the 'Connection' reference.ConnectionReference.getConnection()
public ConnectionInstanceEnd getSource()
getSource
in interface ConnectionReference
ConnectionReference.setSource(ConnectionInstanceEnd)
,
InstancePackage.getConnectionReference_Source()
public ConnectionInstanceEnd basicGetSource()
public void setSource(ConnectionInstanceEnd newSource)
setSource
in interface ConnectionReference
newSource
- the new value of the 'Source' reference.ConnectionReference.getSource()
public ConnectionInstanceEnd getDestination()
getDestination
in interface ConnectionReference
ConnectionReference.setDestination(ConnectionInstanceEnd)
,
InstancePackage.getConnectionReference_Destination()
public ConnectionInstanceEnd basicGetDestination()
public void setDestination(ConnectionInstanceEnd newDestination)
setDestination
in interface ConnectionReference
newDestination
- the new value of the 'Destination' reference.ConnectionReference.getDestination()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class NamedElementImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class NamedElementImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class NamedElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class NamedElementImpl
public boolean isActive(SystemOperationMode som)
isActive
in interface InstanceObject
public java.lang.String getName()
NamedElementImpl
getName
in interface NamedElement
getName
in class NamedElementImpl
NamedElement.setName(String)
,
Aadl2Package.getNamedElement_Name()
public void setName(java.lang.String newName)
NamedElementImpl
setName
in interface NamedElement
setName
in class NamedElementImpl
newName
- the new value of the 'Name' attribute.NamedElement.getName()
public boolean acceptsProperty(Property property)
NamedElement
acceptsProperty
in interface NamedElement
acceptsProperty
in class InstanceObjectImpl
property
- The property definition to test.true
if the given property applies to this element.public java.util.List<? extends NamedElement> getInstantiatedObjects()
InstanceObjectImpl
getInstantiatedObjects
in interface InstanceObject
getInstantiatedObjects
in class InstanceObjectImpl
ModeTransitionInstance
s.