eu.keep.uphec.mainwindow.menubar.renderfile
Class ContentGenerated

Object
  extended by ContentGenerated

public class ContentGenerated
extends Object

The ContentGenerated class produces for a given digital object the list of formats, for each of these formats a list of pathways, for each of these pathways a list of emulator packages and for each of these emulator packages a list of software applications

Author:
Antonio Ciuffreda

Constructor Summary
ContentGenerated(javax.swing.JFrame window, CoreEngineModel model, File selected_file)
           
 
Method Summary
 List<EmulatorPackage> getEmulatorsList(int x, int z)
           
 List<Format> getFormatList()
           
 List<Pathway> getPathwayList(int x)
           
 List<SoftwarePackage> getSoftwareListForEmulator(int x, int z, int y)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentGenerated

public ContentGenerated(javax.swing.JFrame window,
                        CoreEngineModel model,
                        File selected_file)
Method Detail

getFormatList

public List<Format> getFormatList()

getPathwayList

public List<Pathway> getPathwayList(int x)

getEmulatorsList

public List<EmulatorPackage> getEmulatorsList(int x,
                                              int z)
                                       throws IOException
Throws:
IOException

getSoftwareListForEmulator

public List<SoftwarePackage> getSoftwareListForEmulator(int x,
                                                        int z,
                                                        int y)
                                                 throws IOException
Throws:
IOException