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

Packages that use ContainmentPathElement
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.instance   
edu.cmu.sei.aadl.aadl2.instance.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return ContainmentPathElement
 ContainmentPathElement ContainedNamedElement.createContainmentPathElement()
          Creates a new ContainmentPathElement and appends it to the 'Containment Path Element' containment reference list
 ContainmentPathElement Aadl2Factory.createContainmentPathElement()
          Returns a new object of class 'Containment Path Element'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ContainmentPathElement
 org.eclipse.emf.common.util.EList<ContainmentPathElement> ContainedNamedElement.getContainmentPathElements()
          Returns the value of the 'Containment Path Element' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ContainmentPathElement
 class ContainmentPathElementImpl
          An implementation of the model object 'Containment Path Element'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ContainmentPathElement
protected  org.eclipse.emf.common.util.EList<ContainmentPathElement> ContainedNamedElementImpl.containmentPathElements
          The cached value of the 'Containment Path Element' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ContainmentPathElement
 ContainmentPathElement ContainedNamedElementImpl.createContainmentPathElement()
           
 ContainmentPathElement Aadl2FactoryImpl.createContainmentPathElement()
           
 

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

Uses of ContainmentPathElement in edu.cmu.sei.aadl.aadl2.instance
 

Method parameters in edu.cmu.sei.aadl.aadl2.instance with type arguments of type ContainmentPathElement
 java.util.Collection<? extends InstanceObject> ComponentInstance.findInstanceObjects(org.eclipse.emf.common.util.EList<ContainmentPathElement> referencePath)
          Find the instance object based on the referencePath relative to this component instance.
 

Uses of ContainmentPathElement in edu.cmu.sei.aadl.aadl2.instance.impl
 

Method parameters in edu.cmu.sei.aadl.aadl2.instance.impl with type arguments of type ContainmentPathElement
 java.util.Collection<? extends InstanceObject> ComponentInstanceImpl.findInstanceObjects(org.eclipse.emf.common.util.EList<ContainmentPathElement> referencePath)
          Get all instance objects that fit a given path.
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ContainmentPathElement
 T Aadl2Switch.caseContainmentPathElement(ContainmentPathElement object)
          Returns the result of interpreting the object as an instance of 'Containment Path Element'
 boolean Aadl2Validator.validateContainmentPathElement(ContainmentPathElement containmentPathElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)