org.eclipse.modisco.omg.gastm
Interface Project

All Superinterfaces:
GASTMObject, GASTMSemanticObject

public interface Project
extends GASTMSemanticObject

A representation of the model object 'Project'.

The following features are supported:

See Also:
GASTMPackage.getProject()
Generated:
Model:

Method Summary
  getFiles()
          Returns the value of the 'Files' containment reference list.
 GlobalScope getOuterScope()
          Returns the value of the 'Outer Scope' reference.
 void setOuterScope(GlobalScope value)
          Sets the value of the 'Outer Scope' reference.
 

Method Detail

getFiles

 getFiles()
Returns the value of the 'Files' containment reference list. The list contents are of type CompilationUnit.

If the meaning of the 'Files' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Files' containment reference list.
See Also:
GASTMPackage.getProject_Files()
Generated:
Model:
containment="true" required="true"

getOuterScope

GlobalScope getOuterScope()
Returns the value of the 'Outer Scope' reference.

If the meaning of the 'Outer Scope' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Outer Scope' reference.
See Also:
setOuterScope(GlobalScope), GASTMPackage.getProject_OuterScope()
Generated:
Model:

setOuterScope

void setOuterScope(GlobalScope value)
Sets the value of the 'Outer Scope' reference.

Parameters:
value - the new value of the 'Outer Scope' reference.
See Also:
getOuterScope()
Generated: