public class FlowSpecificationInstanceImpl extends FlowElementInstanceImpl implements FlowSpecificationInstance
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 |
---|---|
FeatureInstance |
basicGetDestination() |
FlowSpecification |
basicGetFlowSpecification() |
FeatureInstance |
basicGetSource() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetDestination(FeatureInstance newDestination,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetSource(FeatureInstance newSource,
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) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
FeatureInstance |
getDestination() |
java.util.List<SystemOperationMode> |
getExistsInModes()
Returns the System Operation Modes in which the element exists, or
null if the element always exists. |
FlowSpecification |
getFlowSpecification() |
org.eclipse.emf.common.util.EList<ModeInstance> |
getInModes() |
org.eclipse.emf.common.util.EList<ModeTransitionInstance> |
getInModeTransitions() |
java.util.List<FlowSpecification> |
getInstantiatedObjects()
Return the declarative objects that define this instance.
|
FeatureInstance |
getSource() |
boolean |
isActive(SystemOperationMode som) |
void |
setDestination(FeatureInstance newDestination) |
void |
setFlowSpecification(FlowSpecification newFlowSpecification) |
void |
setSource(FeatureInstance newSource) |
acceptsProperty, allEnclosingConnectionInstances, findInstanceObjects, getAllEnclosingConnectionInstances, getComponentInstance, getComponentInstancePath, getContainingComponentInstance, getInstanceObjectPath, getPathName, getPropertyValueInternal, getSystemInstance, matchesIndex
allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, 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, 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, getInstanceObjectPath, getPathName, getSystemInstance, matchesIndex
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, 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 FeatureInstance getSource()
getSource
in interface FlowSpecificationInstance
FlowSpecificationInstance.setSource(FeatureInstance)
,
InstancePackage.getFlowSpecificationInstance_Source()
,
FeatureInstance.getSrcFlowSpecs()
public FeatureInstance basicGetSource()
public org.eclipse.emf.common.notify.NotificationChain basicSetSource(FeatureInstance newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSource(FeatureInstance newSource)
setSource
in interface FlowSpecificationInstance
newSource
- the new value of the 'Source' reference.FlowSpecificationInstance.getSource()
public FeatureInstance getDestination()
getDestination
in interface FlowSpecificationInstance
FlowSpecificationInstance.setDestination(FeatureInstance)
,
InstancePackage.getFlowSpecificationInstance_Destination()
,
FeatureInstance.getDstFlowSpecs()
public FeatureInstance basicGetDestination()
public org.eclipse.emf.common.notify.NotificationChain basicSetDestination(FeatureInstance newDestination, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDestination(FeatureInstance newDestination)
setDestination
in interface FlowSpecificationInstance
newDestination
- the new value of the 'Destination' reference.FlowSpecificationInstance.getDestination()
public FlowSpecification getFlowSpecification()
getFlowSpecification
in interface FlowSpecificationInstance
FlowSpecificationInstance.setFlowSpecification(FlowSpecification)
,
InstancePackage.getFlowSpecificationInstance_FlowSpecification()
public FlowSpecification basicGetFlowSpecification()
public void setFlowSpecification(FlowSpecification newFlowSpecification)
setFlowSpecification
in interface FlowSpecificationInstance
newFlowSpecification
- the new value of the 'Flow Specification' reference.FlowSpecificationInstance.getFlowSpecification()
public org.eclipse.emf.common.util.EList<ModeInstance> getInModes()
getInModes
in interface FlowSpecificationInstance
InstancePackage.getFlowSpecificationInstance_InMode()
public org.eclipse.emf.common.util.EList<ModeTransitionInstance> getInModeTransitions()
getInModeTransitions
in interface FlowSpecificationInstance
InstancePackage.getFlowSpecificationInstance_InModeTransition()
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 NamedElementImpl
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 final java.util.List<SystemOperationMode> getExistsInModes()
InstanceObjectImpl
null
if the element always exists.getExistsInModes
in interface InstanceObject
getExistsInModes
in class InstanceObjectImpl
public java.util.List<FlowSpecification> getInstantiatedObjects()
InstanceObjectImpl
getInstantiatedObjects
in interface InstanceObject
getInstantiatedObjects
in class InstanceObjectImpl
ModeTransitionInstance
s.public boolean isActive(SystemOperationMode som)
isActive
in interface InstanceObject