edu.cmu.sei.aadl.model.core
Interface NamedElement

All Superinterfaces:
AObject, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Aadlboolean, Aadlinteger, AadlPackage, AadlPackageSection, AadlPrivate, AadlPublic, Aadlreal, AadlSpec, Aadlstring, AbstractPort, AccessConnectionInstance, AnnexLibrary, AnnexSubclause, BusAccess, BusAccessConnection, BusAccessEnd, BusClassifier, BusImpl, BusSubcomponent, BusType, CallSequence, Classifier, ClassifierType, ComponentAccess, ComponentClassifier, ComponentImpl, ComponentInstance, ComponentType, Connection, ConnectionInstance, DataAccess, DataAccessConnection, DataAccessEnd, DataClassifier, DataConnection, DataImpl, DataPort, DataSubcomponent, DataType, DefaultAnnexLibrary, DefaultAnnexSubclause, DeviceClassifier, DeviceImpl, DeviceSubcomponent, DeviceType, EndToEndFlow, EndToEndFlowInstance, EnumLiteral, EnumType, EventConnection, EventDataConnection, EventDataPort, EventPort, Feature, FeatureContext, FeatureInstance, FlowElementInstance, FlowImpl, FlowPathImpl, FlowPathSpec, FlowSequence, FlowSinkImpl, FlowSinkSpec, FlowSourceImpl, FlowSourceSpec, FlowSpec, FlowSpecInstance, InstanceObject, MemoryClassifier, MemoryImpl, MemorySubcomponent, MemoryType, Mode, ModeInstance, ModeMember, ModeTransition, ModeTransitionConnectionInstance, ModeTransitionInstance, NumberType, Parameter, ParameterConnection, ParameterEnd, Port, PortConnectionInstance, PortGroup, PortGroupConnection, PortGroupType, ProcessClassifier, ProcessImpl, ProcessorClassifier, ProcessorImpl, ProcessorSubcomponent, ProcessorType, ProcessSubcomponent, ProcessType, PropertyAssociation, PropertyConstant, PropertyConstantType, PropertyDefinition, PropertyHolder, PropertySet, PropertyType, RangeType, ReferenceType, ServerSubprogram, Subcomponent, Subprogram, SubprogramClassifier, SubprogramImpl, SubprogramSubcomponent, SubprogramType, SystemClassifier, SystemImpl, SystemInstance, SystemOperationMode, SystemSubcomponent, SystemType, ThreadClassifier, ThreadGroupClassifier, ThreadGroupImpl, ThreadGroupSubcomponent, ThreadGroupType, ThreadImpl, ThreadSubcomponent, ThreadType, UnitLiteral, UnitsType
All Known Implementing Classes:
AadlbooleanImpl, AadlintegerImpl, AadlPackageImpl, AadlPackageSectionImpl, AadlPrivateImpl, AadlPublicImpl, AadlrealImpl, AadlSpecImpl, AadlstringImpl, AbstractPortImpl, AccessConnectionInstanceImpl, AnnexLibraryImpl, AnnexSubclauseImpl, BusAccessConnectionImpl, BusAccessEndImpl, BusAccessImpl, BusClassifierImpl, BusImplImpl, BusSubcomponentImpl, BusTypeImpl, CallSequenceImpl, ClassifierImpl, ClassifierTypeImpl, ComponentAccessImpl, ComponentClassifierImpl, ComponentImplImpl, ComponentInstanceImpl, ComponentTypeImpl, ConnectionImpl, ConnectionInstanceImpl, DataAccessConnectionImpl, DataAccessEndImpl, DataAccessImpl, DataClassifierImpl, DataConnectionImpl, DataImplImpl, DataPortImpl, DataSubcomponentImpl, DataTypeImpl, DefaultAnnexLibraryImpl, DefaultAnnexSubclauseImpl, DeviceClassifierImpl, DeviceImplImpl, DeviceSubcomponentImpl, DeviceTypeImpl, EndToEndFlowImpl, EndToEndFlowInstanceImpl, EnumLiteralImpl, EnumTypeImpl, EventConnectionImpl, EventDataConnectionImpl, EventDataPortImpl, EventPortImpl, FeatureContextImpl, FeatureImpl, FeatureInstanceImpl, FlowElementInstanceImpl, FlowImplImpl, FlowPathImplImpl, FlowPathSpecImpl, FlowSequenceImpl, FlowSinkImplImpl, FlowSinkSpecImpl, FlowSourceImplImpl, FlowSourceSpecImpl, FlowSpecImpl, FlowSpecInstanceImpl, InstanceObjectImpl, MemoryClassifierImpl, MemoryImplImpl, MemorySubcomponentImpl, MemoryTypeImpl, ModeImpl, ModeInstanceImpl, ModeMemberImpl, ModeTransitionConnectionInstanceImpl, ModeTransitionImpl, ModeTransitionInstanceImpl, NamedElementImpl, NumberTypeImpl, ParameterConnectionImpl, ParameterEndImpl, ParameterImpl, PortConnectionInstanceImpl, PortGroupConnectionImpl, PortGroupImpl, PortGroupTypeImpl, PortImpl, ProcessClassifierImpl, ProcessImplImpl, ProcessorClassifierImpl, ProcessorImplImpl, ProcessorSubcomponentImpl, ProcessorTypeImpl, ProcessSubcomponentImpl, ProcessTypeImpl, PropertyAssociationImpl, PropertyConstantImpl, PropertyConstantTypeImpl, PropertyDefinitionImpl, PropertyHolderImpl, PropertySetImpl, PropertyTypeImpl, RangeTypeImpl, ReferenceTypeImpl, ServerSubprogramImpl, SubcomponentImpl, SubprogramClassifierImpl, SubprogramImpl, SubprogramImplImpl, SubprogramSubcomponentImpl, SubprogramTypeImpl, SystemClassifierImpl, SystemImplImpl, SystemInstanceImpl, SystemOperationModeImpl, SystemSubcomponentImpl, SystemTypeImpl, ThreadClassifierImpl, ThreadGroupClassifierImpl, ThreadGroupImplImpl, ThreadGroupSubcomponentImpl, ThreadGroupTypeImpl, ThreadImplImpl, ThreadSubcomponentImpl, ThreadTypeImpl, UnitLiteralImpl, UnitsTypeImpl

public interface NamedElement
extends AObject

A representation of the model object 'Named Element'.

The following features are supported:

See Also:
CorePackage.getNamedElement()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CorePackage.getNamedElement_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
Throws:
java.lang.IllegalArgumentException - Thrown if newName is an AADL keyword.
See Also:
getName()