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 thecdfunction.
-
public static final AMPLOutput.Kind
DISPLAY¶ AMPL Kind:
display, returned by thedisplayfunction.
-
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 theexpandfunction.
-
public static final AMPLOutput.Kind
LOAD¶ AMPL Kind:
load, returned by theloadfunction when loading a library
-
public static final AMPLOutput.Kind
MISC¶ AMPL Kind:
misc
-
public static final AMPLOutput.Kind
OPTION¶ AMPL Kind:
option, returned by theoptionfunction when getting the value of an option
-
public static final AMPLOutput.Kind
PRINT¶ AMPL Kind:
print, returned by theprintfunction 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 theshowfunction
-
public static final AMPLOutput.Kind
SOLVE¶ AMPL Kind:
solve, returned by thesolvefunction, 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 thexreffunction.