Uses of Class
at.tuwien.ifs.somtoolbox.input.SOMLibFormatInputReader

Packages that use SOMLibFormatInputReader
at.tuwien.ifs.somtoolbox.apps.server Server side application of the SOM - provides servlets for a web-client access. 
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.apps.viewer.fileutils   
at.tuwien.ifs.somtoolbox.input Provides classes responsible for reading trained network models from file or some other location. 
at.tuwien.ifs.somtoolbox.reportgenerator   
 

Uses of SOMLibFormatInputReader in at.tuwien.ifs.somtoolbox.apps.server
 

Fields in at.tuwien.ifs.somtoolbox.apps.server declared as SOMLibFormatInputReader
 SOMLibFormatInputReader ServerSOM.somdata
           
 

Uses of SOMLibFormatInputReader in at.tuwien.ifs.somtoolbox.apps.viewer
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type SOMLibFormatInputReader
private  void MapPNode.init(JFrame parentFrame, SOMLibFormatInputReader inputReader, CommonSOMViewerStateData state, GrowingLayer growingLayer, boolean inizializeVis)
           
 

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type SOMLibFormatInputReader
MapPNode(JFrame parentFrame, SOMLibFormatInputReader inputReader, CommonSOMViewerStateData state, boolean inizializeVis)
          Constructor if input files have already been read.
 

Uses of SOMLibFormatInputReader in at.tuwien.ifs.somtoolbox.apps.viewer.fileutils
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.fileutils with parameters of type SOMLibFormatInputReader
static int PocketSOMFormatUtils.getMaxNumberOfMappedElements(SOMLibFormatInputReader ir)
          get the max number of mapped instances of a unit for the given map
 

Uses of SOMLibFormatInputReader in at.tuwien.ifs.somtoolbox.input
 

Subclasses of SOMLibFormatInputReader in at.tuwien.ifs.somtoolbox.input
 class MnemonicSOMLibFormatInputReader
          A SOMInputReader that can handle MnemonicSOM, i.e.
 

Uses of SOMLibFormatInputReader in at.tuwien.ifs.somtoolbox.reportgenerator
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator declared as SOMLibFormatInputReader
private  SOMLibFormatInputReader TestRunResult.inputReader
           
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return SOMLibFormatInputReader
protected  SOMLibFormatInputReader TestRunResult.getInputReader()
          returns an instance of input reader the following files are handed to the reader: this.weightFilePath, this.unitFilePath, this.mapFilePath the reader created is saved in this.inputReader