Uses of Interface
edu.cmu.sei.aadl.aadl2.DataPort

Packages that use DataPort
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of DataPort in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return DataPort
 DataPort Aadl2Factory.createDataPort()
          Returns a new object of class 'Data Port'
 DataPort ProcessType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort DeviceType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort FeatureGroupType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort SystemType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort ThreadGroupType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort ThreadType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort ProcessorType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort AbstractType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 DataPort VirtualProcessorType.createOwnedDataPort()
          Creates a new DataPort and appends it to the 'Owned Data Port' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type DataPort
 org.eclipse.emf.common.util.EList<DataPort> ProcessType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> DeviceType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> FeatureGroupType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> SystemType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> ThreadGroupType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> ThreadType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> ProcessorType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> AbstractType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 org.eclipse.emf.common.util.EList<DataPort> VirtualProcessorType.getOwnedDataPorts()
          Returns the value of the 'Owned Data Port' containment reference list.
 

Uses of DataPort in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement DataPort
 class DataPortImpl
          An implementation of the model object 'Data Port'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return DataPort
 DataPort Aadl2FactoryImpl.createDataPort()
           
 DataPort ThreadGroupTypeImpl.createOwnedDataPort()
           
 DataPort ProcessorTypeImpl.createOwnedDataPort()
           
 DataPort ThreadTypeImpl.createOwnedDataPort()
           
 DataPort ProcessTypeImpl.createOwnedDataPort()
           
 DataPort AbstractTypeImpl.createOwnedDataPort()
           
 DataPort SystemTypeImpl.createOwnedDataPort()
           
 DataPort DeviceTypeImpl.createOwnedDataPort()
           
 DataPort FeatureGroupTypeImpl.createOwnedDataPort()
           
 DataPort VirtualProcessorTypeImpl.createOwnedDataPort()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type DataPort
 org.eclipse.emf.common.util.EList<DataPort> ThreadGroupTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> ProcessorTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> ThreadTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> ProcessTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> AbstractTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> SystemTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> DeviceTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> FeatureGroupTypeImpl.getOwnedDataPorts()
           
 org.eclipse.emf.common.util.EList<DataPort> VirtualProcessorTypeImpl.getOwnedDataPorts()
           
 

Uses of DataPort in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type DataPort
 T Aadl2Switch.caseDataPort(DataPort object)
          Returns the result of interpreting the object as an instance of 'Data Port'
 boolean Aadl2Validator.validateDataPort(DataPort dataPort, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)