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

Packages that use IAadlProject
edu.cmu.sei.osate.core   
edu.cmu.sei.osate.workspace   
 

Uses of IAadlProject in edu.cmu.sei.osate.core
 

Methods in edu.cmu.sei.osate.core that return IAadlProject
static IAadlProject OsateCorePlugin.create(org.eclipse.core.resources.IProject project)
          Returns the AADL project corresponding to the given project.
 

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

Methods in edu.cmu.sei.osate.workspace that return IAadlProject
 IAadlProject IAadlElement.getAadlProject()
          Returns the Aadl project this element is contained in, or null if this element is not contained in any Aadl project This is a handle-only method.
 IAadlProject IAadlWorkspace.getAadlProject(org.eclipse.core.resources.IResource resource)
          Returns the AADL project for a given workbench resource.
 IAadlProject IAadlWorkspace.getAadlProject(java.lang.String name)
          Returns the AADL project with the given name.
 IAadlProject[] IAadlWorkspace.getAadlProjects()
          Returns the AADL projects in this AADL workspace, or an empty array if there are none.
 IAadlProject[] IAadlWorkspace.getOpenAadlProjects()
          Creates AADL projects for all open projects in the workspace that have an AADL nature.