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

Packages that use BinaryFile
org.eclipse.gmt.modisco.omg.kdm.source   
org.eclipse.gmt.modisco.omg.kdm.source.util   
org.eclipse.modisco.java.composition.javaapplication   
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.source that return BinaryFile
 BinaryFile SourceFactory.createBinaryFile()
          Returns a new object of class 'Binary File'.
 

Uses of BinaryFile 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 BinaryFile
static java.util.List<BinaryFile> KDMSourceUtils.getBinaryFilesFromInventoryModel(InventoryContainer container, java.util.ArrayList<java.lang.String> filteredDirectoryName, boolean recurseOnSubDirectories)
          Return all the binary files from a InventoryModel
 

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

Uses of BinaryFile in org.eclipse.modisco.java.composition.javaapplication
 

Methods in org.eclipse.modisco.java.composition.javaapplication that return BinaryFile
 BinaryFile JavaJar2File.getFile()
          Returns the value of the 'File' reference.
 

Methods in org.eclipse.modisco.java.composition.javaapplication with parameters of type BinaryFile
 void JavaJar2File.setFile(BinaryFile value)
          Sets the value of the 'File' reference.