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

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

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

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

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement EventPort
 class EventPortImpl
          An implementation of the model object 'Event Port'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return EventPort
 EventPort Aadl2FactoryImpl.createEventPort()
           
 EventPort ThreadGroupTypeImpl.createOwnedEventPort()
           
 EventPort ProcessorTypeImpl.createOwnedEventPort()
           
 EventPort SubprogramTypeImpl.createOwnedEventPort()
           
 EventPort ThreadTypeImpl.createOwnedEventPort()
           
 EventPort ProcessTypeImpl.createOwnedEventPort()
           
 EventPort AbstractTypeImpl.createOwnedEventPort()
           
 EventPort SystemTypeImpl.createOwnedEventPort()
           
 EventPort DeviceTypeImpl.createOwnedEventPort()
           
 EventPort FeatureGroupTypeImpl.createOwnedEventPort()
           
 EventPort VirtualProcessorTypeImpl.createOwnedEventPort()
           
 

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

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

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