|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
edu.cmu.sei.aadl.aadl2.parsesupport.AObjectImpl
edu.cmu.sei.aadl.aadl2.impl.ElementImpl
edu.cmu.sei.aadl.aadl2.impl.NamedElementImpl
edu.cmu.sei.aadl.aadl2.impl.NamespaceImpl
edu.cmu.sei.aadl.aadl2.impl.ClassifierImpl
edu.cmu.sei.aadl.aadl2.impl.ComponentClassifierImpl
edu.cmu.sei.aadl.aadl2.impl.ComponentImplementationImpl
edu.cmu.sei.aadl.aadl2.impl.VirtualProcessorImplementationImpl
public class VirtualProcessorImplementationImpl
An implementation of the model object 'Virtual Processor Implementation'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary | |
---|---|
protected static int[] |
OWNED_SUBCOMPONENT_ESUBSETS
The array of subset feature identifiers for the ' Owned Subcomponent ' containment reference list |
Fields inherited from class edu.cmu.sei.aadl.aadl2.impl.ComponentImplementationImpl |
---|
CLASSIFIER_FEATURE_ESUBSETS, connections, flows, GENERAL_ESUBSETS, GENERALIZATION_ESUBSETS, NO_CALLS_EDEFAULT, NO_CONNECTIONS_EDEFAULT, NO_SUBCOMPONENTS_EDEFAULT, noCalls, noConnections, noSubcomponents, OWNED_MEMBER_ESUBSETS, ownedExtension, ownedProcessorSubprograms, ownedRealization, subcomponents |
Fields inherited from class edu.cmu.sei.aadl.aadl2.impl.ComponentClassifierImpl |
---|
NO_FLOWS_EDEFAULT, NO_MODES_EDEFAULT, noFlows, noModes, ownedInternalEvents, ownedModes, ownedModeTransitions, ownedProcessorPorts |
Fields inherited from class edu.cmu.sei.aadl.aadl2.impl.ClassifierImpl |
---|
MEMBER_ESUBSETS, NO_ANNEXES_EDEFAULT, NO_PROPERTIES_EDEFAULT, NO_PROTOTYPES_EDEFAULT, noAnnexes, noProperties, noPrototypes, OWNED_ELEMENT_ESUBSETS, ownedAnnexSubclauses, ownedPrototypeBindings, ownedPrototypes |
Fields inherited from class edu.cmu.sei.aadl.aadl2.impl.NamedElementImpl |
---|
name, NAME_EDEFAULT, ownedPropertyAssociations, QUALIFIED_NAME_EDEFAULT |
Fields inherited from class edu.cmu.sei.aadl.aadl2.impl.ElementImpl |
---|
ownedComments |
Fields inherited from class edu.cmu.sei.aadl.aadl2.parsesupport.AObjectImpl |
---|
copyright, locationReference |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
VirtualProcessorImplementationImpl()
|
Method Summary | |
---|---|
VirtualProcessorType |
basicGetType()
|
VirtualBusSubcomponent |
createOwnedVirtualBusSubcomponent()
|
VirtualProcessorSubcomponent |
createOwnedVirtualProcessorSubcomponent()
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.String |
getCategory()
Returns the category ("abstract", "bus", "data", "device", etc.) for the classifier. |
org.eclipse.emf.common.util.EList<Subcomponent> |
getOwnedSubcomponents()
|
org.eclipse.emf.common.util.EList<VirtualBusSubcomponent> |
getOwnedVirtualBusSubcomponents()
|
org.eclipse.emf.common.util.EList<VirtualProcessorSubcomponent> |
getOwnedVirtualProcessorSubcomponents()
|
VirtualProcessorType |
getType()
|
boolean |
isSetOwnedSubcomponents()
|
boolean |
isSetType()
|
void |
setType(ComponentType newType)
|
Methods inherited from class edu.cmu.sei.aadl.aadl2.impl.ComponentClassifierImpl |
---|
createOwnedInternalEvent, createOwnedMode, createOwnedModeTransition, createOwnedProcessorPort, getOwnedInternalEvents, getOwnedModes, getOwnedModeTransitions, getOwnedProcessorPorts, isNoFlows, isNoModes, setNoFlows, setNoModes |
Methods inherited from class edu.cmu.sei.aadl.aadl2.impl.NamespaceImpl |
---|
getNamesOfMember, members_distinguishable, membersAreDistinguishable |
Methods inherited from class edu.cmu.sei.aadl.aadl2.impl.ElementImpl |
---|
allOwnedElements, create, createOwnedComment, getCacheAdapter, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwner, has_owner, isSetOwner, mustBeOwned, not_own_self |
Methods inherited from class edu.cmu.sei.aadl.aadl2.parsesupport.AObjectImpl |
---|
getAdapter, getLocationReference, setLocationReference, setLocationReference |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ComponentClassifier |
---|
createOwnedInternalEvent, createOwnedMode, createOwnedModeTransition, createOwnedProcessorPort, getOwnedInternalEvents, getOwnedModes, getOwnedModeTransitions, getOwnedProcessorPorts, isNoFlows, isNoModes, setNoFlows, setNoModes |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Namespace |
---|
findNamedElement, getMembers, getNamesOfMember, getOwnedMembers, members_distinguishable, membersAreDistinguishable |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Type |
---|
conformsTo |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final int[] OWNED_SUBCOMPONENT_ESUBSETS
Owned Subcomponent
' containment reference list.
getOwnedSubcomponents()
Constructor Detail |
---|
protected VirtualProcessorImplementationImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class ComponentImplementationImpl
public org.eclipse.emf.common.util.EList<Subcomponent> getOwnedSubcomponents()
getOwnedSubcomponents
in interface ComponentImplementation
getOwnedSubcomponents
in class ComponentImplementationImpl
Aadl2Package.getComponentImplementation_OwnedSubcomponent()
public org.eclipse.emf.common.util.EList<VirtualBusSubcomponent> getOwnedVirtualBusSubcomponents()
getOwnedVirtualBusSubcomponents
in interface VirtualProcessorImplementation
Aadl2Package.getVirtualProcessorImplementation_OwnedVirtualBusSubcomponent()
public VirtualBusSubcomponent createOwnedVirtualBusSubcomponent()
createOwnedVirtualBusSubcomponent
in interface VirtualProcessorImplementation
VirtualBusSubcomponent
.VirtualProcessorImplementation.getOwnedVirtualBusSubcomponents()
public org.eclipse.emf.common.util.EList<VirtualProcessorSubcomponent> getOwnedVirtualProcessorSubcomponents()
getOwnedVirtualProcessorSubcomponents
in interface VirtualProcessorImplementation
Aadl2Package.getVirtualProcessorImplementation_OwnedVirtualProcessorSubcomponent()
public VirtualProcessorSubcomponent createOwnedVirtualProcessorSubcomponent()
createOwnedVirtualProcessorSubcomponent
in interface VirtualProcessorImplementation
VirtualProcessorSubcomponent
.VirtualProcessorImplementation.getOwnedVirtualProcessorSubcomponents()
public VirtualProcessorType getType()
getType
in interface ComponentImplementation
getType
in interface VirtualProcessorImplementation
getType
in class ComponentImplementationImpl
ComponentImplementation.setType(ComponentType)
,
Aadl2Package.getComponentImplementation_Type()
public VirtualProcessorType basicGetType()
basicGetType
in class ComponentImplementationImpl
public void setType(ComponentType newType)
setType
in interface ComponentImplementation
setType
in class ComponentImplementationImpl
newType
- the new value of the 'Type' reference.ComponentImplementation.getType()
public boolean isSetType()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class ComponentImplementationImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class ComponentImplementationImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class ComponentImplementationImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class ComponentImplementationImpl
public boolean isSetOwnedSubcomponents()
isSetOwnedSubcomponents
in class ComponentImplementationImpl
public java.lang.String getCategory()
ComponentClassifier
getCategory
in interface ComponentClassifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |