fr.umlv.unitex.process
Class Table2GrfCommand

java.lang.Object
  extended by fr.umlv.unitex.process.CommandBuilder
      extended by fr.umlv.unitex.process.Table2GrfCommand

public class Table2GrfCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
Table2GrfCommand()
           
 
Method Summary
 Table2GrfCommand parametrizedGraph(java.io.File s)
           
 Table2GrfCommand resultMainGraph(java.io.File s)
           
 Table2GrfCommand subgraphName(java.io.File s)
           
 Table2GrfCommand table(java.io.File s)
           
 
Methods inherited from class fr.umlv.unitex.process.CommandBuilder
getBuilder, getCommandArguments, getCommandLine, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table2GrfCommand

public Table2GrfCommand()
Method Detail

table

public Table2GrfCommand table(java.io.File s)

parametrizedGraph

public Table2GrfCommand parametrizedGraph(java.io.File s)

resultMainGraph

public Table2GrfCommand resultMainGraph(java.io.File s)

subgraphName

public Table2GrfCommand subgraphName(java.io.File s)