fr.umlv.unitex.process
Class Fst2GrfCommand

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

public class Fst2GrfCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
Fst2GrfCommand()
           
 
Method Summary
 Fst2GrfCommand automaton(java.io.File s)
           
 Fst2GrfCommand font(java.lang.String s)
           
 Fst2GrfCommand output(java.lang.String s)
           
 Fst2GrfCommand sentence(int n)
           
 Fst2GrfCommand sentence(java.lang.String n)
           
 
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

Fst2GrfCommand

public Fst2GrfCommand()
Method Detail

automaton

public Fst2GrfCommand automaton(java.io.File s)

sentence

public Fst2GrfCommand sentence(int n)

sentence

public Fst2GrfCommand sentence(java.lang.String n)

output

public Fst2GrfCommand output(java.lang.String s)

font

public Fst2GrfCommand font(java.lang.String s)