Uses of Class
startup.FunSiPWorkflow

Packages that use FunSiPWorkflow
main   
startup   
startup.cluster   
startup.gui   
 

Uses of FunSiPWorkflow in main
 

Methods in main that return FunSiPWorkflow
 FunSiPWorkflow FunSiPGui.getSPRWorkflow(java.lang.String fileName)
          This method tries to create a FunSiPWorkflow object (one of the basic building blocks of FunSiP) from a given configuration file.
 

Uses of FunSiPWorkflow in startup
 

Methods in startup that return FunSiPWorkflow
 FunSiPWorkflow ParameterFileParser.fatalErrorExit(java.lang.String message)
          Method which displays the given string and then exists the program, due to the fact that one of the parameters could not be parsed.
 FunSiPWorkflow ParameterFileParser.parseFile(java.lang.String fileName)
          This method parses a configuration file and sets all the appropiate values to the parameters defined in the configuration file.
 

Methods in startup with parameters of type FunSiPWorkflow
static java.lang.String ParameterFileParser.getConfigurationFileString(FunSiPWorkflow workflow)
          This method creates a single string that contains the entire configuration file.
 

Constructors in startup with parameters of type FunSiPWorkflow
ClassificationAction(org.apache.log4j.Logger logger, FunSiPWorkflow parent)
          Constructor for this classification action.
 

Uses of FunSiPWorkflow in startup.cluster
 

Constructors in startup.cluster with parameters of type FunSiPWorkflow
ClusterClassificationAction(ClassificationAction ca, FunSiPWorkflow workflow, java.lang.String index, org.apache.log4j.Logger logger)
          Constructor.
 

Uses of FunSiPWorkflow in startup.gui
 

Constructors in startup.gui with parameters of type FunSiPWorkflow
SprWorkflowPanel(FunSiPWorkflow work)