tdb.cmdline
Class ModModel

java.lang.Object
  extended by tdb.cmdline.ModModel
All Implemented Interfaces:
arq.cmdline.ArgModule, arq.cmdline.ArgModuleGeneral

public class ModModel
extends Object
implements arq.cmdline.ArgModuleGeneral

Name a model


Constructor Summary
ModModel(String argName, String... altNames)
           
 
Method Summary
 arq.cmdline.ArgDecl getArg()
           
 Model getModel()
           
 void processArgs(arq.cmdline.CmdArgModule cmdLine)
           
 void registerWith(arq.cmdline.CmdGeneral cmdLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModModel

public ModModel(String argName,
                String... altNames)
Method Detail

getArg

public arq.cmdline.ArgDecl getArg()

registerWith

public void registerWith(arq.cmdline.CmdGeneral cmdLine)
Specified by:
registerWith in interface arq.cmdline.ArgModuleGeneral

processArgs

public void processArgs(arq.cmdline.CmdArgModule cmdLine)
Specified by:
processArgs in interface arq.cmdline.ArgModule

getModel

public Model getModel()


Licenced under the Apache License, Version 2.0