Uses of Class
fr.inria.opengve.tools.CommandLineParse.BooleanParameter

Packages that use CommandLineParse.BooleanParameter
fr.inria.opengve.tools This package contains all external tools used by mascoptLib. 
 

Uses of CommandLineParse.BooleanParameter in fr.inria.opengve.tools
 

Methods in fr.inria.opengve.tools that return CommandLineParse.BooleanParameter
 CommandLineParse.BooleanParameter CommandLineParse.declareBooleanParameter(fr.inria.opengve.tools.CommandLineParse.CommandLineParameter superParameter, java.lang.String shortParameter, java.lang.String longParameter)
          Declare a boolean parameter as a sub parameter of a given parameter.
 CommandLineParse.BooleanParameter CommandLineParse.declareBooleanParameter(java.lang.String shortParameter, java.lang.String longParameter)
          Declare a boolean parameter.
 CommandLineParse.BooleanParameter CommandLineParse.declareHelpParameter()
          This methods declare the special Help parameter his shortName is -h and his longName is --help.
 



Copyright © 2009 INRIA (Projet Mascotte). All Rights Reserved.