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

Packages that use NamedElement
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
edu.cmu.sei.aadl.model.connection   
edu.cmu.sei.aadl.model.connection.impl   
edu.cmu.sei.aadl.model.connection.util   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.core.util   
edu.cmu.sei.aadl.model.feature   
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.feature.util   
edu.cmu.sei.aadl.model.flow   
edu.cmu.sei.aadl.model.flow.impl   
edu.cmu.sei.aadl.model.flow.util   
edu.cmu.sei.aadl.model.instance   
edu.cmu.sei.aadl.model.instance.impl   
edu.cmu.sei.aadl.model.instance.util   
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
edu.cmu.sei.aadl.model.util   
 

Uses of NamedElement in edu.cmu.sei.aadl.model.component
 

Subinterfaces of NamedElement in edu.cmu.sei.aadl.model.component
 interface BusClassifier
          A representation of the model object 'Bus Classifier'
 interface BusImpl
          A representation of the model object 'Bus Impl'
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 interface BusType
          A representation of the model object 'Bus Type'
 interface CallSequence
          A representation of the model object 'Call Sequence'
 interface DataClassifier
          A representation of the model object 'Data Classifier'
 interface DataImpl
          A representation of the model object 'Data Impl'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface DataType
          A representation of the model object 'Data Type'
 interface DeviceClassifier
          A representation of the model object 'Device Classifier'
 interface DeviceImpl
          A representation of the model object 'Device Impl'
 interface DeviceSubcomponent
          A representation of the model object 'Device Subcomponent'
 interface DeviceType
          A representation of the model object 'Device Type'
 interface MemoryClassifier
          A representation of the model object 'Memory Classifier'
 interface MemoryImpl
          A representation of the model object 'Memory Impl'
 interface MemorySubcomponent
          A representation of the model object 'Memory Subcomponent'
 interface MemoryType
          A representation of the model object 'Memory Type'
 interface ProcessClassifier
          A representation of the model object 'Process Classifier'
 interface ProcessImpl
          A representation of the model object 'Process Impl'
 interface ProcessorClassifier
          A representation of the model object 'Processor Classifier'
 interface ProcessorImpl
          A representation of the model object 'Processor Impl'
 interface ProcessorSubcomponent
          A representation of the model object 'Processor Subcomponent'
 interface ProcessorType
          A representation of the model object 'Processor Type'
 interface ProcessSubcomponent
          A representation of the model object 'Process Subcomponent'
 interface ProcessType
          A representation of the model object 'Process Type'
 interface SubprogramClassifier
          A representation of the model object 'Subprogram Classifier'
 interface SubprogramImpl
          A representation of the model object 'Subprogram Impl'
 interface SubprogramSubcomponent
          A representation of the model object 'Subprogram Subcomponent'
 interface SubprogramType
          A representation of the model object 'Subprogram Type'
 interface SystemClassifier
          A representation of the model object 'System Classifier'
 interface SystemImpl
          A representation of the model object 'System Impl'
 interface SystemSubcomponent
          A representation of the model object 'System Subcomponent'
 interface SystemType
          A representation of the model object 'System Type'
 interface ThreadClassifier
          A representation of the model object 'Thread Classifier'
 interface ThreadGroupClassifier
          A representation of the model object 'Thread Group Classifier'
 interface ThreadGroupImpl
          A representation of the model object 'Thread Group Impl'
 interface ThreadGroupSubcomponent
          A representation of the model object 'Thread Group Subcomponent'
 interface ThreadGroupType
          A representation of the model object 'Thread Group Type'
 interface ThreadImpl
          A representation of the model object 'Thread Impl'
 interface ThreadSubcomponent
          A representation of the model object 'Thread Subcomponent'
 interface ThreadType
          A representation of the model object 'Thread Type'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement NamedElement
 class BusClassifierImpl
          An implementation of the model object 'Bus Classifier'
 class BusImplImpl
          An implementation of the model object 'Bus Impl'
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 class BusTypeImpl
          An implementation of the model object 'Bus Type'
 class CallSequenceImpl
          An implementation of the model object 'Call Sequence'
 class DataClassifierImpl
          An implementation of the model object 'Data Classifier'
 class DataImplImpl
          An implementation of the model object 'Data Impl'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class DataTypeImpl
          An implementation of the model object 'Data Type'
 class DeviceClassifierImpl
          An implementation of the model object 'Device Classifier'
 class DeviceImplImpl
          An implementation of the model object 'Device Impl'
 class DeviceSubcomponentImpl
          An implementation of the model object 'Device Subcomponent'
 class DeviceTypeImpl
          An implementation of the model object 'Device Type'
 class MemoryClassifierImpl
          An implementation of the model object 'Memory Classifier'
 class MemoryImplImpl
          An implementation of the model object 'Memory Impl'
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 class MemoryTypeImpl
          An implementation of the model object 'Memory Type'
 class ProcessClassifierImpl
          An implementation of the model object 'Process Classifier'
 class ProcessImplImpl
          An implementation of the model object 'Process Impl'
 class ProcessorClassifierImpl
          An implementation of the model object 'Processor Classifier'
 class ProcessorImplImpl
          An implementation of the model object 'Processor Impl'
 class ProcessorSubcomponentImpl
          An implementation of the model object 'Processor Subcomponent'
 class ProcessorTypeImpl
          An implementation of the model object 'Processor Type'
 class ProcessSubcomponentImpl
          An implementation of the model object 'Process Subcomponent'
 class ProcessTypeImpl
          An implementation of the model object 'Process Type'
 class SubprogramClassifierImpl
          An implementation of the model object 'Subprogram Classifier'
 class SubprogramImplImpl
          An implementation of the model object 'Subprogram Impl'
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 class SubprogramTypeImpl
          An implementation of the model object 'Subprogram Type'
 class SystemClassifierImpl
          An implementation of the model object 'System Classifier'
 class SystemImplImpl
          An implementation of the model object 'System Impl'
 class SystemSubcomponentImpl
          An implementation of the model object 'System Subcomponent'
 class SystemTypeImpl
          An implementation of the model object 'System Type'
 class ThreadClassifierImpl
          An implementation of the model object 'Thread Classifier'
 class ThreadGroupClassifierImpl
          An implementation of the model object 'Thread Group Classifier'
 class ThreadGroupImplImpl
          An implementation of the model object 'Thread Group Impl'
 class ThreadGroupSubcomponentImpl
          An implementation of the model object 'Thread Group Subcomponent'
 class ThreadGroupTypeImpl
          An implementation of the model object 'Thread Group Type'
 class ThreadImplImpl
          An implementation of the model object 'Thread Impl'
 class ThreadSubcomponentImpl
          An implementation of the model object 'Thread Subcomponent'
 class ThreadTypeImpl
          An implementation of the model object 'Thread Type'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type NamedElement
 java.lang.Object ComponentSwitch.caseNamedElement(NamedElement object)
          Returns the result of interpretting the object as an instance of 'Named Element'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.connection
 

Subinterfaces of NamedElement in edu.cmu.sei.aadl.model.connection
 interface BusAccessConnection
          A representation of the model object 'Bus Access Connection'
 interface BusAccessEnd
          A representation of the model object 'Bus Access End'
 interface DataAccessConnection
          A representation of the model object 'Data Access Connection'
 interface DataAccessEnd
          A representation of the model object 'Data Access End'
 interface DataConnection
          A representation of the model object 'Data Connection'
 interface EventConnection
          A representation of the model object 'Event Connection'
 interface EventDataConnection
          A representation of the model object 'Event Data Connection'
 interface FeatureContext
          A representation of the model object 'Feature Context'
 interface ParameterConnection
          A representation of the model object 'Parameter Connection'
 interface ParameterEnd
          A representation of the model object 'Parameter End'
 interface PortGroupConnection
          A representation of the model object 'Port Group Connection'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.connection.impl
 

Classes in edu.cmu.sei.aadl.model.connection.impl that implement NamedElement
 class BusAccessConnectionImpl
          An implementation of the model object 'Bus Access Connection'
 class BusAccessEndImpl
          An implementation of the model object 'Bus Access End'
 class DataAccessConnectionImpl
          An implementation of the model object 'Data Access Connection'
 class DataAccessEndImpl
          An implementation of the model object 'Data Access End'
 class DataConnectionImpl
          An implementation of the model object 'Data Connection'
 class EventConnectionImpl
          An implementation of the model object 'Event Connection'
 class EventDataConnectionImpl
          An implementation of the model object 'Event Data Connection'
 class FeatureContextImpl
          An implementation of the model object 'Feature Context'
 class ParameterConnectionImpl
          An implementation of the model object 'Parameter Connection'
 class ParameterEndImpl
          An implementation of the model object 'Parameter End'
 class PortGroupConnectionImpl
          An implementation of the model object 'Port Group Connection'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.connection.util
 

Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type NamedElement
 java.lang.Object ConnectionSwitch.caseNamedElement(NamedElement object)
          Returns the result of interpretting the object as an instance of 'Named Element'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.core
 

Subinterfaces of NamedElement in edu.cmu.sei.aadl.model.core
 interface AadlPackage
          A representation of the model object 'Aadl Package'
 interface AadlPackageSection
          A representation of the model object 'Aadl Package Section'
 interface AadlPrivate
          A representation of the model object 'Aadl Private'
 interface AadlPublic
          A representation of the model object 'Aadl Public'
 interface AadlSpec
          A representation of the model object 'Aadl Spec'
 interface AnnexLibrary
          A representation of the model object 'Annex Library'
 interface AnnexSubclause
          A representation of the model object 'Annex Subclause'
 interface Classifier
          A representation of the model object 'Classifier'
 interface ComponentClassifier
          A representation of the model object 'Component Classifier'
 interface ComponentImpl
          A representation of the model object 'Component Impl'
 interface ComponentType
          A representation of the model object 'Component Type'
 interface Connection
          A representation of the model object 'Connection'
 interface DefaultAnnexLibrary
          A representation of the model object 'Default Annex Library'
 interface DefaultAnnexSubclause
          A representation of the model object 'Default Annex Subclause'
 interface Feature
          A representation of the model object 'Feature'
 interface Mode
          A representation of the model object 'Mode'
 interface ModeMember
          A representation of the model object 'Mode Member'
 interface ModeTransition
          A representation of the model object 'Mode Transition'
 interface PropertyHolder
          A representation of the model object 'Property Holder'
 interface Subcomponent
          A representation of the model object 'Subcomponent'
 

Methods in edu.cmu.sei.aadl.model.core that return NamedElement
 NamedElement AadlSpec.findNamedElement(java.lang.String name)
          Find a declared item by name
 NamedElement Connection.getXAllDst()
          get destination in case of a refined connection get it from the connection being refined
 NamedElement Connection.getXAllSrc()
          get source in case of a refined connection get it from the connection being refined
 NamedElement Connection.getXDst()
          get destination get source feature or bus/data end
 NamedElement Connection.getXSrc()
          get source feature or bus/data end
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type NamedElement
 void Connection.setXDst(NamedElement dst)
          set destination
 void Connection.setXSrc(NamedElement src)
          set source
 

Uses of NamedElement in edu.cmu.sei.aadl.model.core.impl
 

Classes in edu.cmu.sei.aadl.model.core.impl that implement NamedElement
 class AadlPackageImpl
          An implementation of the model object 'Aadl Package'
 class AadlPackageSectionImpl
          An implementation of the model object 'Aadl Package Section'
 class AadlPrivateImpl
          An implementation of the model object 'Aadl Private'
 class AadlPublicImpl
          An implementation of the model object 'Aadl Public'
 class AadlSpecImpl
          An implementation of the model object 'Aadl Spec'
 class AnnexLibraryImpl
          An implementation of the model object 'Annex Library'
 class AnnexSubclauseImpl
          An implementation of the model object 'Annex Subclause'
 class ClassifierImpl
          An implementation of the model object 'Classifier'
 class ComponentClassifierImpl
          An implementation of the model object 'Component Classifier'
 class ComponentImplImpl
          An implementation of the model object 'Component Impl'
 class ComponentTypeImpl
          An implementation of the model object 'Component Type'
 class ConnectionImpl
          An implementation of the model object 'Connection'
 class DefaultAnnexLibraryImpl
          An implementation of the model object 'Default Annex Library'
 class DefaultAnnexSubclauseImpl
          An implementation of the model object 'Default Annex Subclause'
 class FeatureImpl
          An implementation of the model object 'Feature'
 class ModeImpl
          An implementation of the model object 'Mode'
 class ModeMemberImpl
          An implementation of the model object 'Mode Member'
 class ModeTransitionImpl
          An implementation of the model object 'Mode Transition'
 class NamedElementImpl
          An implementation of the model object 'Named Element'
 class PropertyHolderImpl
          An implementation of the model object 'Property Holder'
 class SubcomponentImpl
          An implementation of the model object 'Subcomponent'
 

Methods in edu.cmu.sei.aadl.model.core.impl that return NamedElement
 NamedElement AadlSpecImpl.findNamedElement(java.lang.String name)
          Find a declared item by name
 NamedElement ConnectionImpl.getXAllDst()
          get destination in case of a refined connection get it from the connection being refined
 NamedElement ConnectionImpl.getXAllSrc()
          get source feature in case of a refined connection get it from the connection being refined
 NamedElement ConnectionImpl.getXDst()
          get destination
 NamedElement ConnectionImpl.getXSrc()
          get source
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type NamedElement
 void ConnectionImpl.setXDst(NamedElement dst)
          set destination
 void ConnectionImpl.setXSrc(NamedElement src)
          set source
 

Uses of NamedElement in edu.cmu.sei.aadl.model.core.util
 

Methods in edu.cmu.sei.aadl.model.core.util with parameters of type NamedElement
 java.lang.Object CoreSwitch.caseNamedElement(NamedElement object)
          Returns the result of interpretting the object as an instance of 'Named Element'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.feature
 

Subinterfaces of NamedElement in edu.cmu.sei.aadl.model.feature
 interface AbstractPort
          A representation of the model object 'Abstract Port'
 interface BusAccess
          A representation of the model object 'Bus Access'
 interface ComponentAccess
          A representation of the model object 'Component Access'
 interface DataAccess
          A representation of the model object 'Data Access'
 interface DataPort
          A representation of the model object 'Data Port'
 interface EventDataPort
          A representation of the model object 'Event Data Port'
 interface EventPort
          A representation of the model object 'Event Port'
 interface Parameter
          A representation of the model object 'Parameter'
 interface Port
          A representation of the model object 'Port'
 interface PortGroup
          A representation of the model object 'Port Group'
 interface PortGroupType
          A representation of the model object 'Port Group Type'
 interface ServerSubprogram
          A representation of the model object 'Server Subprogram'
 interface Subprogram
          A representation of the model object 'Subprogram'
 

Methods in edu.cmu.sei.aadl.model.feature with parameters of type NamedElement
 void PortGroupFeatures.addPortGroupElement(NamedElement p)
          adds port to PortGRoupFeatures
 

Uses of NamedElement in edu.cmu.sei.aadl.model.feature.impl
 

Classes in edu.cmu.sei.aadl.model.feature.impl that implement NamedElement
 class AbstractPortImpl
          An implementation of the model object 'Abstract Port'
 class BusAccessImpl
          An implementation of the model object 'Bus Access'
 class ComponentAccessImpl
          An implementation of the model object 'Component Access'
 class DataAccessImpl
          An implementation of the model object 'Data Access'
 class DataPortImpl
          An implementation of the model object 'Data Port'
 class EventDataPortImpl
          An implementation of the model object 'Event Data Port'
 class EventPortImpl
          An implementation of the model object 'Event Port'
 class ParameterImpl
          An implementation of the model object 'Parameter'
 class PortGroupImpl
          An implementation of the model object 'Port Group'
 class PortGroupTypeImpl
          An implementation of the model object 'Port Group Type'
 class PortImpl
          An implementation of the model object 'Port'
 class ServerSubprogramImpl
          An implementation of the model object 'Server Subprogram'
 class SubprogramImpl
          An implementation of the model object 'Subprogram'
 

Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type NamedElement
 void PortGroupFeaturesImpl.addPortGroupElement(NamedElement p)
          adds port to PortGRoupFeatures
 

Uses of NamedElement in edu.cmu.sei.aadl.model.feature.util
 

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type NamedElement
 java.lang.Object FeatureSwitch.caseNamedElement(NamedElement object)
          Returns the result of interpretting the object as an instance of 'Named Element'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.flow
 

Subinterfaces of NamedElement in edu.cmu.sei.aadl.model.flow
 interface EndToEndFlow
          A representation of the model object 'End To End Flow'
 interface FlowImpl
          A representation of the model object 'Impl'
 interface FlowPathImpl
          A representation of the model object 'Path Impl'
 interface FlowPathSpec
          A representation of the model object 'Path Spec'
 interface FlowSequence
          A representation of the model object 'Sequence'
 interface FlowSinkImpl
          A representation of the model object 'Sink Impl'
 interface FlowSinkSpec
          A representation of the model object 'Sink Spec'
 interface FlowSourceImpl
          A representation of the model object 'Source Impl'
 interface FlowSourceSpec
          A representation of the model object 'Source Spec'
 interface FlowSpec
          A representation of the model object 'Spec'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.flow.impl
 

Classes in edu.cmu.sei.aadl.model.flow.impl that implement NamedElement
 class EndToEndFlowImpl
          An implementation of the model object 'End To End Flow'
 class FlowImplImpl
          An implementation of the model object 'Impl'
 class FlowPathImplImpl
          An implementation of the model object 'Path Impl'
 class FlowPathSpecImpl
          An implementation of the model object 'Path Spec'
 class FlowSequenceImpl
          An implementation of the model object 'Sequence'
 class FlowSinkImplImpl
          An implementation of the model object 'Sink Impl'
 class FlowSinkSpecImpl
          An implementation of the model object 'Sink Spec'
 class FlowSourceImplImpl
          An implementation of the model object 'Source Impl'
 class FlowSourceSpecImpl
          An implementation of the model object 'Source Spec'
 class FlowSpecImpl
          An implementation of the model object 'Spec'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.flow.util
 

Methods in edu.cmu.sei.aadl.model.flow.util with parameters of type NamedElement
 java.lang.Object FlowSwitch.caseNamedElement(NamedElement object)
          Returns the result of interpretting the object as an instance of 'Named Element'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.instance
 

Subinterfaces of NamedElement in edu.cmu.sei.aadl.model.instance
 interface AccessConnectionInstance
          A representation of the model object 'Access Connection Instance'
 interface ComponentInstance
          A representation of the model object 'Component Instance'
 interface ConnectionInstance
          A representation of the model object 'Connection Instance'
 interface EndToEndFlowInstance
          A representation of the model object 'End To End Flow Instance'
 interface FeatureInstance
          A representation of the model object 'Feature Instance'
 interface FlowElementInstance
          A representation of the model object 'Flow Element Instance'
 interface FlowSpecInstance
          A representation of the model object 'Flow Spec Instance'
 interface InstanceObject
          A representation of the model object 'Object'
 interface ModeInstance
          A representation of the model object 'Mode Instance'
 interface ModeTransitionConnectionInstance
          A representation of the model object 'Mode Transition Connection Instance'
 interface ModeTransitionInstance
          A representation of the model object 'Mode Transition Instance'
 interface PortConnectionInstance
          A representation of the model object 'Abstract Port Connection Instance'
 interface SystemInstance
          A representation of the model object 'System Instance'
 interface SystemOperationMode
          A representation of the model object 'System Operation Mode'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.instance.impl
 

Classes in edu.cmu.sei.aadl.model.instance.impl that implement NamedElement
 class AccessConnectionInstanceImpl
          An implementation of the model object 'Access Connection Instance'
 class ComponentInstanceImpl
          An implementation of the model object 'Component Instance'
 class ConnectionInstanceImpl
          An implementation of the model object 'Connection Instance'
 class EndToEndFlowInstanceImpl
          An implementation of the model object 'End To End Flow Instance'
 class FeatureInstanceImpl
          An implementation of the model object 'Feature Instance'
 class FlowElementInstanceImpl
          An implementation of the model object 'Flow Element Instance'
 class FlowSpecInstanceImpl
          An implementation of the model object 'Flow Spec Instance'
 class InstanceObjectImpl
          An implementation of the model object 'Object'
 class ModeInstanceImpl
          An implementation of the model object 'Mode Instance'
 class ModeTransitionConnectionInstanceImpl
          An implementation of the model object 'Mode Transition Connection Instance'
 class ModeTransitionInstanceImpl
          An implementation of the model object 'Mode Transition Instance'
 class PortConnectionInstanceImpl
          An implementation of the model object 'Abstract Port Connection Instance'
 class SystemInstanceImpl
          An implementation of the model object 'System Instance'
 class SystemOperationModeImpl
          An implementation of the model object 'System Operation Mode'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.instance.util
 

Methods in edu.cmu.sei.aadl.model.instance.util with parameters of type NamedElement
 java.lang.Object InstanceSwitch.caseNamedElement(NamedElement object)
          Returns the result of interpretting the object as an instance of 'Named Element'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.property
 

Subinterfaces of NamedElement in edu.cmu.sei.aadl.model.property
 interface Aadlboolean
          A representation of the model object 'Aadlboolean'
 interface Aadlinteger
          A representation of the model object 'Aadlinteger'
 interface Aadlreal
          A representation of the model object 'Aadlreal'
 interface Aadlstring
          A representation of the model object 'Aadlstring'
 interface ClassifierType
          A representation of the model object 'Classifier Type'
 interface EnumLiteral
          A representation of the model object 'Enum Literal'
 interface EnumType
          A representation of the model object 'Enum Type'
 interface NumberType
          A representation of the model object 'Number Type'
 interface PropertyAssociation
          A representation of the model object 'Association'
 interface PropertyConstant
          A representation of the model object 'Constant'
 interface PropertyConstantType
          A representation of the model object 'Constant Type'
 interface PropertyDefinition
          A representation of the model object 'Definition'
 interface PropertySet
          A representation of the model object 'Set'
 interface PropertyType
          A representation of the model object 'Type'
 interface RangeType
          A representation of the model object 'Range Type'
 interface ReferenceType
          A representation of the model object 'Component Property Type'
 interface UnitLiteral
          A representation of the model object 'Unit Literal'
 interface UnitsType
          A representation of the model object 'Units Type'
 

Methods in edu.cmu.sei.aadl.model.property that return NamedElement
 NamedElement PropertySet.findPropertySetElement(java.lang.String name)
          Find a property name, property type, or constant of a given name.
 

Uses of NamedElement in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement NamedElement
 class AadlbooleanImpl
          An implementation of the model object 'Aadlboolean'
 class AadlintegerImpl
          An implementation of the model object 'Aadlinteger'
 class AadlrealImpl
          An implementation of the model object 'Aadlreal'
 class AadlstringImpl
          An implementation of the model object 'Aadlstring'
 class ClassifierTypeImpl
          An implementation of the model object 'Classifier Type'
 class EnumLiteralImpl
          An implementation of the model object 'Enum Literal'
 class EnumTypeImpl
          An implementation of the model object 'Enum Type'
 class NumberTypeImpl
          An implementation of the model object 'Number Type'
 class PropertyAssociationImpl
          An implementation of the model object 'Association'
 class PropertyConstantImpl
          An implementation of the model object 'Constant'
 class PropertyConstantTypeImpl
          An implementation of the model object 'Constant Type'
 class PropertyDefinitionImpl
          An implementation of the model object 'Definition'
 class PropertySetImpl
          An implementation of the model object 'Set'
 class PropertyTypeImpl
          An implementation of the model object 'Type'
 class RangeTypeImpl
          An implementation of the model object 'Range Type'
 class ReferenceTypeImpl
          An implementation of the model object 'Component Property Type'
 class UnitLiteralImpl
          An implementation of the model object 'Unit Literal'
 class UnitsTypeImpl
          An implementation of the model object 'Units Type'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return NamedElement
 NamedElement PropertySetImpl.findPropertySetElement(java.lang.String name)
          Find a property name, property type, or constant of a given name.
 

Uses of NamedElement in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type NamedElement
 java.lang.Object PropertySwitch.caseNamedElement(NamedElement object)
          Returns the result of interpretting the object as an instance of 'Named Element'
 

Uses of NamedElement in edu.cmu.sei.aadl.model.util
 

Methods in edu.cmu.sei.aadl.model.util that return NamedElement
static NamedElement AadlUtil.findNamedElementInList(java.util.List el, java.lang.String name)
          find (first) Named Element matching name in the Elist; any elements that are not NamedElements are skipped.
 

Methods in edu.cmu.sei.aadl.model.util that return types with arguments of type NamedElement
static org.eclipse.emf.common.util.EList<NamedElement> AadlUtil.findDoubleNamedElementsInList(java.util.List el)
          Check to see if all NamedElements in the Elist have a unique name.
static org.eclipse.emf.common.util.EList<NamedElement> AadlUtil.findNamedElementsInList(java.util.List el, java.lang.String name)
          find all Named Elements matching name in the Elist; any elements that are not NamedElements are skipped.