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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return TriggerPort
 TriggerPort ModeTransition.createOwnedTrigger()
          Creates a new TriggerPort and appends it to the 'Owned Trigger' containment reference list
 TriggerPort Aadl2Factory.createTriggerPort()
          Returns a new object of class 'Trigger Port'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type TriggerPort
 org.eclipse.emf.common.util.EList<TriggerPort> ModeTransition.getOwnedTriggers()
          Returns the value of the 'Owned Trigger' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement TriggerPort
 class TriggerPortImpl
          An implementation of the model object 'Trigger Port'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type TriggerPort
protected  org.eclipse.emf.common.util.EList<TriggerPort> ModeTransitionImpl.ownedTriggers
          The cached value of the 'Owned Trigger' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return TriggerPort
 TriggerPort ModeTransitionImpl.createOwnedTrigger()
           
 TriggerPort Aadl2FactoryImpl.createTriggerPort()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type TriggerPort
 org.eclipse.emf.common.util.EList<TriggerPort> ModeTransitionImpl.getOwnedTriggers()
           
 

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

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