Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.source.SourceFile

Packages that use SourceFile
org.eclipse.gmt.modisco.omg.kdm.source   
org.eclipse.gmt.modisco.omg.kdm.source.util   
 

Uses of SourceFile in org.eclipse.gmt.modisco.omg.kdm.source
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source that return SourceFile
 SourceFile SourceFactory.createSourceFile()
          Returns a new object of class 'File'.
 SourceFile SourceRegion.getFile()
          Returns the value of the 'File' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source with parameters of type SourceFile
 void SourceRegion.setFile(SourceFile value)
          Sets the value of the 'File' reference.
 

Uses of SourceFile in org.eclipse.gmt.modisco.omg.kdm.source.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source.util that return types with arguments of type SourceFile
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
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source.util with parameters of type SourceFile
 T SourceSwitch.caseSourceFile(SourceFile object)
          Returns the result of interpreting the object as an instance of 'File'.