Package schrodinger :: Package application :: Package desmond :: Package starter :: Package ui :: Module multisim :: Class UI
[hide private]
[frames] | no frames]

Class UI

object --+
         |
        UI

Nested Classes [hide private]
  Help
Instance Methods [hide private]
 
__init__(self, argv, extra_options=[])
x.__init__(...) initializes x; see help(type(x)) for signature
 
print_version(self)
Prints the version of the application and then quits.
 
print_usage(self, i_argv=None, text=None)
Prints the online help and then quits.
 
_get_value(self, i)
Returns the value for the `i'-th option flag.
 
_get_file(self, fname)
Returns file pathname if we can find 'fname', otherwise returns None.
 
_make_ark_str(self, arg_val)
 
_get_arg_from_envir(self, arg, envar, has_val=True)
 
_parse_arg(self)
 
_check_arg(self)
This checks some argument settings and should be called after `self._parse_arg' method.
 
_treat_arg(self)
 
_treat_preference(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  APPLICATION_NAME = os.path.join("$SCHRODINGER", "utilities", "...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, argv, extra_options=[])
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

Class Variable Details [hide private]

APPLICATION_NAME

Value:
os.path.join("$SCHRODINGER", "utilities", "multisim")