AMPLOutput.Kind¶
-
public enum
Kind
¶ Stores the type of this output
Enum Constants¶
-
public static final AMPLOutput.Kind
BREAK
¶ AMPL Kind:
break
, displayed when an operation is interrupted with SIGINT
-
public static final AMPLOutput.Kind
CD
¶ AMPL Kind:
cd
, returned by thecd
function.
-
public static final AMPLOutput.Kind
DISPLAY
¶ AMPL Kind:
display
, returned by thedisplay
function.
-
public static final AMPLOutput.Kind
EXIT
¶ AMPL Kind:
exit
, returned as last message from AMPL before exiting the interpreter
-
public static final AMPLOutput.Kind
EXPAND
¶ AMPL Kind:
expand
, returned by theexpand
function.
-
public static final AMPLOutput.Kind
LOAD
¶ AMPL Kind:
load
, returned by theload
function when loading a library
-
public static final AMPLOutput.Kind
MISC
¶ AMPL Kind:
misc
-
public static final AMPLOutput.Kind
OPTION
¶ AMPL Kind:
option
, returned by theoption
function when getting the value of an option
-
public static final AMPLOutput.Kind
PRINT
¶ AMPL Kind:
print
, returned by theprint
function when printing values from AMPL command line
-
public static final AMPLOutput.Kind
PROMPT
¶ AMPL Kind:
prompt1
, normal AMPL prompt
-
public static final AMPLOutput.Kind
SHELL_MESSAGE
¶ Messages from the command
shell
-
public static final AMPLOutput.Kind
SHELL_OUTPUT
¶ Output of the AMPL command
shell
-
public static final AMPLOutput.Kind
SHOW
¶ AMPL Kind:
show
, returned by theshow
function
-
public static final AMPLOutput.Kind
SOLVE
¶ AMPL Kind:
solve
, returned by thesolve
function, contains the solver message
-
public static final AMPLOutput.Kind
WAITING
¶ AMPL Kind:
prompt2
, returned when incomplete statements are interpreted
-
public static final AMPLOutput.Kind
WRITE_TABLE
¶ Messages from the command
write table
-
public static final AMPLOutput.Kind
XREF
¶ AMPL Kind:
xref
, returned by thexref
function.