edu.cmu.sei.aadl.model.component
Interface MemoryImpl

All Superinterfaces:
AObject, Classifier, ComponentClassifier, ComponentImpl, org.eclipse.emf.ecore.EObject, FeatureContext, org.eclipse.core.runtime.IAdaptable, MemoryClassifier, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyHolder
All Known Implementing Classes:
MemoryImplImpl

public interface MemoryImpl
extends ComponentImpl, MemoryClassifier

A representation of the model object 'Memory Impl'.

The following features are supported:

See Also:
ComponentPackage.getMemoryImpl()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 MemoryType getCompType()
          Returns the value of the 'Comp Type' reference.
 MemoryImpl getExtend()
          Returns the value of the 'Extend' reference
 MemorySubcomponents getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 boolean isSetExtend()
          Returns whether the value of the 'Extend' reference is set
 void setCompType(MemoryType value)
          Sets the value of the 'Comp Type' reference
 void setExtend(MemoryImpl value)
          Sets the value of the 'Extend' reference
 void setSubcomponents(MemorySubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 void unsetExtend()
          Unsets the value of the 'Extend' reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentImpl
addConnection, addSubcomponent, addSubcomponents, createXSubcomponents, findConnection, findFlowSequence, findMode, findModeTransition, findRefinedFeature, findSubcomponent, findSubprogram, getAllConnection, getAllConnection, getAllFlowImpl, getAllFlowImpl, getAllFlowSequence, getAllFlowSequence, getAllMode, getAllModeAndModeTransition, getAllModeTransition, getComponentType, getConnection, getConnection, getConnections, getConnections, getFlows, getFlows, getFlowSequence, getFlowSequence, getImplName, getIngoingConnection, getMode, getModeAndModeTransition, getModes, getModes, getModeTransition, getOutcomingConnection, getQualifiedName, getQualifiedTypeName, getRefinedFeature, getRefinesType, getRefinesType, getTypeName, getXAllAbstractPort, getXAllCallSequence, getXAllFeature, getXAllSubcomponent, getXAllSubcomponent, getXCallSequence, getXCallSequences, getXCallSequences, getXSubcomponent, getXSubcomponent, getXSubcomponents, getXSubcomponents, setComponentType, setConnections, setFlows, setModes, setRefinesType
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentClassifier
checkAppliesToClassifier, getCategory, isDescendentOf
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.Classifier
addAnnexSubclause, getAllPropertyAssociation, getAnnexSubclause, getExtendedClassifierReference, getExtendedQualifiedName, getPackageName, getXAllExtend, getXAllExtendPlusSelf, getXExtend, hasExtends, setExtendedClassifierReference
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSubcomponents

MemorySubcomponents getSubcomponents()
Returns the value of the 'Subcomponents' containment reference.

If the meaning of the 'Subcomponents' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subcomponents' containment reference.
See Also:
setSubcomponents(MemorySubcomponents), ComponentPackage.getMemoryImpl_Subcomponents()

setSubcomponents

void setSubcomponents(MemorySubcomponents value)
Sets the value of the 'Subcomponents' containment reference.

Parameters:
value - the new value of the 'Subcomponents' containment reference.
See Also:
getSubcomponents()

getCompType

MemoryType getCompType()
Returns the value of the 'Comp Type' reference. It is bidirectional and its opposite is 'Implementations'.

If the meaning of the 'Comp Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Comp Type' reference.
See Also:
setCompType(MemoryType), ComponentPackage.getMemoryImpl_CompType(), MemoryType.getImplementations()

setCompType

void setCompType(MemoryType value)
Sets the value of the 'Comp Type' reference.

Parameters:
value - the new value of the 'Comp Type' reference.
See Also:
getCompType()

getExtend

MemoryImpl getExtend()
Returns the value of the 'Extend' reference.

If the meaning of the 'Extend' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), setExtend(MemoryImpl), ComponentPackage.getMemoryImpl_Extend()

setExtend

void setExtend(MemoryImpl value)
Sets the value of the 'Extend' reference.

Parameters:
value - the new value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), getExtend()

unsetExtend

void unsetExtend()
Unsets the value of the 'Extend' reference.

See Also:
isSetExtend(), getExtend(), setExtend(MemoryImpl)

isSetExtend

boolean isSetExtend()
Returns whether the value of the 'Extend' reference is set.

Returns:
whether the value of the 'Extend' reference is set.
See Also:
unsetExtend(), getExtend(), setExtend(MemoryImpl)