| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.source | |
| org.eclipse.gmt.modisco.omg.kdm.source.util |
| Modifier and Type | Method and Description |
|---|---|
SourceFile |
SourceFactory.createSourceFile()
Returns a new object of class 'File'.
|
SourceFile |
SourceRegion.getFile()
Returns the value of the 'File' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceRegion.setFile(SourceFile value)
Sets the value of the '
File' reference. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<SourceFile> |
KDMSourceUtils.getSourceFileFromInventoryModel(InventoryContainer container,
java.util.List<java.lang.String> filteredDirectoryName,
boolean recurseOnSubDirectories)
Return all the source files contained in the inventoryModel
|
| Modifier and Type | Method and Description |
|---|---|
T |
SourceSwitch.caseSourceFile(SourceFile object)
Returns the result of interpreting the object as an instance of 'File'.
|