Uses of Interface
edu.cmu.sei.osate.workspace.IAadlElement

Packages that use IAadlElement
edu.cmu.sei.osate.workspace   
 

Uses of IAadlElement in edu.cmu.sei.osate.workspace
 

Subinterfaces of IAadlElement in edu.cmu.sei.osate.workspace
 interface IAadlProject
          Represent an AADL project.
 interface IAadlWorkspace
          Represent the root AADL element corresponding to the workspace.
 

Methods in edu.cmu.sei.osate.workspace that return IAadlElement
 IAadlElement IAadlProject.findElement(org.eclipse.core.runtime.IPath element)
           
 IAadlElement[] IParent.getChildren()
          Returns the immediate children of this element.
 IAadlElement[] IAadlModelStatus.getElements()
          Returns any Java elements associated with the failure (see specification of the status code), or an empty array if no elements are related to this particular status code.
 IAadlElement IAadlElement.getParent()
          Returns the element directly containing this element, or null if this element has no parent.