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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return InternalEvent
 InternalEvent Aadl2Factory.createInternalEvent()
          Returns a new object of class 'Internal Event'
 InternalEvent ComponentClassifier.createOwnedInternalEvent()
          Creates a new InternalEvent and appends it to the 'Owned Internal Event' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type InternalEvent
 org.eclipse.emf.common.util.EList<InternalEvent> ComponentClassifier.getOwnedInternalEvents()
          Returns the value of the 'Owned Internal Event' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement InternalEvent
 class InternalEventImpl
          An implementation of the model object 'Internal Event'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type InternalEvent
protected  org.eclipse.emf.common.util.EList<InternalEvent> ComponentClassifierImpl.ownedInternalEvents
          The cached value of the 'Owned Internal Event' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return InternalEvent
 InternalEvent Aadl2FactoryImpl.createInternalEvent()
           
 InternalEvent ComponentClassifierImpl.createOwnedInternalEvent()
           
 

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

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

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