Uses of Class
hicosim.components.backend.io.Command

Packages that use Command
hicosim.components.backend.io   
 

Uses of Command in hicosim.components.backend.io
 

Methods in hicosim.components.backend.io that return Command
 Command CommandScanner.scanline(java.lang.String cmd, boolean gui)
          Scan a line and check command SCAN A LINE FROM STDIN OR, IF GUI=TRUE FROM GUI.
static Command Command.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Command[] Command.values()
          Returns an array containing the constants of this enum type, in the order they're declared.