public class AtomicNodeImpl extends NodeImpl implements AtomicNode
The following features are implemented:
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
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
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) |
org.eclipse.emf.common.util.EList<InputGate> |
getInputGate() |
org.eclipse.emf.common.util.EList<InstantaneousActivity> |
getInstantaneousActivity() |
java.lang.String |
getModel() |
org.eclipse.emf.common.util.EList<OutputGate> |
getOutputGate() |
org.eclipse.emf.common.util.EList<Place> |
getPlace() |
org.eclipse.emf.common.util.EList<TimedActivity> |
getTimedActivity() |
void |
setModel(java.lang.String newModel) |
java.lang.String |
toString() |
getGlobalVariable
eInvoke, getName, setName, validate
getX, getY, setX, setY
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, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGlobalVariable
getName, setName, validate
getX, getY, setX, setY
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public org.eclipse.emf.common.util.EList<Place> getPlace()
getPlace
in interface AtomicNode
SANModelPackage.getAtomicNode_Place()
public org.eclipse.emf.common.util.EList<TimedActivity> getTimedActivity()
getTimedActivity
in interface AtomicNode
SANModelPackage.getAtomicNode_TimedActivity()
public org.eclipse.emf.common.util.EList<InstantaneousActivity> getInstantaneousActivity()
getInstantaneousActivity
in interface AtomicNode
SANModelPackage.getAtomicNode_InstantaneousActivity()
public org.eclipse.emf.common.util.EList<InputGate> getInputGate()
getInputGate
in interface AtomicNode
SANModelPackage.getAtomicNode_InputGate()
public org.eclipse.emf.common.util.EList<OutputGate> getOutputGate()
getOutputGate
in interface AtomicNode
SANModelPackage.getAtomicNode_OutputGate()
public java.lang.String getModel()
getModel
in interface AtomicNode
AtomicNode.setModel(String)
,
SANModelPackage.getAtomicNode_Model()
public void setModel(java.lang.String newModel)
setModel
in interface AtomicNode
newModel
- the new value of the 'Model' attribute.AtomicNode.getModel()
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 NodeImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
toString
in class NamedElementImpl