org.eclipse.gmt.modisco.java
Interface Model


public interface Model

A representation of the model object 'Model'.

The following features are supported:

See Also:
JavaPackage.getModel()
Generated:
Model:

Method Summary
  getArchives()
          Returns the value of the 'Archives' containment reference list.
  getClassFiles()
          Returns the value of the 'Class Files' containment reference list.
  getCompilationUnits()
          Returns the value of the 'Compilation Units' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
  getOrphanTypes()
          Returns the value of the 'Orphan Types' containment reference list.
  getOwnedElements()
          Returns the value of the 'Owned Elements' containment reference list.
  getUnresolvedItems()
          Returns the value of the 'Unresolved Items' containment reference list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), JavaPackage.getModel_Name()
Generated:
Model:
unique="false" ordered="false"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getOwnedElements

 getOwnedElements()
Returns the value of the 'Owned Elements' containment reference list. The list contents are of type Package. It is bidirectional and its opposite is 'Model'.

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

Returns:
the value of the 'Owned Elements' containment reference list.
See Also:
JavaPackage.getModel_OwnedElements(), Package.getModel()
Generated:
Model:
opposite="model" containment="true" ordered="false"

getOrphanTypes

 getOrphanTypes()
Returns the value of the 'Orphan Types' containment reference list. The list contents are of type Type.

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

Returns:
the value of the 'Orphan Types' containment reference list.
See Also:
JavaPackage.getModel_OrphanTypes()
Generated:
Model:
containment="true" ordered="false"

getUnresolvedItems

 getUnresolvedItems()
Returns the value of the 'Unresolved Items' containment reference list. The list contents are of type UnresolvedItem.

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

Returns:
the value of the 'Unresolved Items' containment reference list.
See Also:
JavaPackage.getModel_UnresolvedItems()
Generated:
Model:
containment="true" ordered="false"

getCompilationUnits

 getCompilationUnits()
Returns the value of the 'Compilation Units' containment reference list. The list contents are of type CompilationUnit.

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

Returns:
the value of the 'Compilation Units' containment reference list.
See Also:
JavaPackage.getModel_CompilationUnits()
Generated:
Model:
containment="true" ordered="false"

getClassFiles

 getClassFiles()
Returns the value of the 'Class Files' containment reference list. The list contents are of type ClassFile.

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

Returns:
the value of the 'Class Files' containment reference list.
See Also:
JavaPackage.getModel_ClassFiles()
Generated:
Model:
containment="true" ordered="false"

getArchives

 getArchives()
Returns the value of the 'Archives' containment reference list. The list contents are of type Archive.

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

Returns:
the value of the 'Archives' containment reference list.
See Also:
JavaPackage.getModel_Archives()
Generated:
Model:
containment="true" ordered="false"