date -
Variable in class uk.ac.ucl.che.esf.base.EGO
Date object is only created if explicitly requested using the setDate
method below (in order to avoid a performance hit when creating a multitude
of objects, such as in automated process synthesis).
debug -
Static variable in class uk.ac.ucl.che.esf.base.Settings
Debug level is used by much of the ESF package to control the
verbosity of the diagnostic messages generated.
*** full log entries below
Revision 15.11 2001/01/26 15:38:35 ucecesf Minor tweaks and addition of
generate command for flowsheets
Revision 15.10 2000/10/13 10:20:07 ucecesf - Full implementation of QT
visualization tool including stream splitting - Better interface to heat
exchangers - minor clean-up of unit variable handling
Revision 15.9 2000/06/26 15:17:22 ucecesf - added HEN and cost panels and
zoom capabilities to Q delta T viewer - implemented generic GA and SA solvers
Revision 15.8 2000/05/30 17:04:45 ucecesf - new Q delta T visualization tool -
improved UI including ability to load most recent serialized objects
Revision 15.7 2000/05/05 10:25:32 ucecesf Minor fixes to new unit variable
text input and improved output for virtual heat exchange mode.
EGO() -
Constructor for class uk.ac.ucl.che.esf.base.EGO
Base constructor does nothing much except collect statistics
EGO(String) -
Constructor for class uk.ac.ucl.che.esf.base.EGO
The only real content of an EGO object is the name of the object.
Evaluate the model, assuming there is one to evaluate.
F
flush -
Variable in class uk.ac.ucl.che.esf.base.EGO
When an error is found in an input file, the object which was responsible
for parsing the line in error may request that the rest of the input be
flushed as it will not be of any use.
The real constructor which expects the name of the method, the
number of arguments and return values, and the flag which
indicates whether the method is likely to modify the base object
or not.
During a synthesis (or in fact simulation or optimization) run,
certain events will occur that cannot be handled intelligently by
the search procedure.