Uses of Class
edu.cmu.sei.osate.workspace.AadlModelException

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

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

Methods in edu.cmu.sei.osate.workspace that throw AadlModelException
 void IOpenable.close()
          Closes this element and its buffer (if any).
 IAadlElement[] IParent.getChildren()
          Returns the immediate children of this element.
 boolean IParent.hasChildren()
          Returns whether this element has one or more immediate children.
 boolean IOpenable.hasUnsavedChanges()
          Returns true if this element is open and: its buffer has unsaved changes, or one of its descendants has unsaved changes, or a working copy has been created on one of this element's children and has not yet destroyed
 boolean IOpenable.isConsistent()
          Returns whether the element is consistent with its underlying resource or buffer.
 void IOpenable.makeConsistent(org.eclipse.core.runtime.IProgressMonitor progress)
          Makes this element consistent with its underlying resource or buffer by updating the element's structure and properties as necessary.
 void IOpenable.open(org.eclipse.core.runtime.IProgressMonitor progress)
          Opens this element and all parent elements that are not already open.
 void IOpenable.save(org.eclipse.core.runtime.IProgressMonitor progress, boolean force)
          Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.