AMPLOutput.Kind¶
-
public enum
Kind¶ Stores the type of this output
Enum Constants¶
BREAK¶
-
public static final AMPLOutput.Kind
BREAK¶ AMPL Kind:
break, displayed when an operation is interrupted with SIGINT
BREAKPOINT¶
-
public static final AMPLOutput.Kind
BREAKPOINT¶ Breakpoint hit
CALL¶
-
public static final AMPLOutput.Kind
CALL¶ Output of a script
call
CD¶
-
public static final AMPLOutput.Kind
CD¶ AMPL Kind:
cd, returned by thecdfunction.
CHECK¶
-
public static final AMPLOutput.Kind
CHECK¶ Output of a
checkoperation
CLOSE¶
-
public static final AMPLOutput.Kind
CLOSE¶ Output of a
closecommand for output redirection
COMMANDS¶
-
public static final AMPLOutput.Kind
COMMANDS¶ Output of a
commandscall into another file
CONTINUE¶
-
public static final AMPLOutput.Kind
CONTINUE¶ Issued when
continueis encountered
DATA¶
-
public static final AMPLOutput.Kind
DATA¶ Output of a
datacommand
DELETE¶
-
public static final AMPLOutput.Kind
DELETE¶ Output of a
deletecommand
DISPLAY¶
-
public static final AMPLOutput.Kind
DISPLAY¶ AMPL Kind:
display, returned by thedisplayfunction.
DROP¶
-
public static final AMPLOutput.Kind
DROP¶ Output of a
dropcommand
DROP_OR_RESTORE_ALL¶
-
public static final AMPLOutput.Kind
DROP_OR_RESTORE_ALL¶ Internal
ELSE¶
-
public static final AMPLOutput.Kind
ELSE¶ Else block
ELSE_CHECK¶
-
public static final AMPLOutput.Kind
ELSE_CHECK¶ Internal
ENDIF¶
-
public static final AMPLOutput.Kind
ENDIF¶ End of if block
ENVIRON¶
-
public static final AMPLOutput.Kind
ENVIRON¶ Output of a
environcommand
EXIT¶
-
public static final AMPLOutput.Kind
EXIT¶ AMPL Kind:
exit, returned as last message from AMPL before exiting the interpreter
EXPAND¶
-
public static final AMPLOutput.Kind
EXPAND¶ AMPL Kind:
expand, returned by theexpandfunction.
FIX¶
-
public static final AMPLOutput.Kind
FIX¶ Output of a
fixcommand
FOR¶
-
public static final AMPLOutput.Kind
FOR¶ Output of a
forcommand
IF¶
-
public static final AMPLOutput.Kind
IF¶ Output of an
ifcommand
LET¶
-
public static final AMPLOutput.Kind
LET¶ Output of a
letcommand
LOAD¶
-
public static final AMPLOutput.Kind
LOAD¶ AMPL Kind:
load, returned by theloadfunction when loading a library
LOOPEND¶
-
public static final AMPLOutput.Kind
LOOPEND¶ End of loop
MISC¶
-
public static final AMPLOutput.Kind
MISC¶ AMPL Kind:
misc
OBJECTIVE¶
-
public static final AMPLOutput.Kind
OBJECTIVE¶ Output of an
objectivecommand
OPTION¶
-
public static final AMPLOutput.Kind
OPTION¶ AMPL Kind:
option, returned by theoptionfunction when getting the value of an option
OPTION_RESET¶
-
public static final AMPLOutput.Kind
OPTION_RESET¶ Occurs when resetting option values
PRINT¶
-
public static final AMPLOutput.Kind
PRINT¶ AMPL Kind:
print, returned by theprintfunction when printing values from AMPL command line
PRINTF¶
-
public static final AMPLOutput.Kind
PRINTF¶ Output of a
printfcommand
PROBLEM¶
-
public static final AMPLOutput.Kind
PROBLEM¶ Output of a
problemcommand
PROMPT¶
-
public static final AMPLOutput.Kind
PROMPT¶ AMPL Kind:
prompt1, normal AMPL prompt
PURGE¶
-
public static final AMPLOutput.Kind
PURGE¶ Output of a
purgecommand
RBRACE¶
-
public static final AMPLOutput.Kind
RBRACE¶ Occurs when a right brace is encountered
READ¶
-
public static final AMPLOutput.Kind
READ¶ Output of a
readcommand
READ_TABLE¶
-
public static final AMPLOutput.Kind
READ_TABLE¶ Messages from the command
read table
RELOAD¶
-
public static final AMPLOutput.Kind
RELOAD¶ Output of a
reloadcommand
REMOVE¶
-
public static final AMPLOutput.Kind
REMOVE¶ Output of a
removecommand
REPEAT¶
-
public static final AMPLOutput.Kind
REPEAT¶ Beginning of a repeat loop
REPEAT_END¶
-
public static final AMPLOutput.Kind
REPEAT_END¶ End of a repeat loop
RESET¶
-
public static final AMPLOutput.Kind
RESET¶ Output of a
resetcommand
RESTORE¶
-
public static final AMPLOutput.Kind
RESTORE¶ Output of a
restorecommand
RUN_ARGS¶
-
public static final AMPLOutput.Kind
RUN_ARGS¶ Internal
SEMICOLON¶
-
public static final AMPLOutput.Kind
SEMICOLON¶ Internal
SHELL_MESSAGE¶
-
public static final AMPLOutput.Kind
SHELL_MESSAGE¶ Messages from the command
shell
SHELL_OUTPUT¶
-
public static final AMPLOutput.Kind
SHELL_OUTPUT¶ Output of the AMPL command
shell
SHOW¶
-
public static final AMPLOutput.Kind
SHOW¶ AMPL Kind:
show, returned by theshowfunction
SOLUTION¶
-
public static final AMPLOutput.Kind
SOLUTION¶ AMPL Kind:
solution, returned when loading a solution with the commandsolution, contains the solver message
SOLVE¶
-
public static final AMPLOutput.Kind
SOLVE¶ AMPL Kind:
solve, returned by thesolvefunction, contains the solver message
SSTEP¶
-
public static final AMPLOutput.Kind
SSTEP¶ Internal
THEN¶
-
public static final AMPLOutput.Kind
THEN¶ Beginning of the
thenpart of an if statement
UNFIX¶
-
public static final AMPLOutput.Kind
UNFIX¶ Output of an
unfixcommand
UNLOAD¶
-
public static final AMPLOutput.Kind
UNLOAD¶ Output of an
unloadcommand
UPDATE¶
-
public static final AMPLOutput.Kind
UPDATE¶ Output of an
updatecommand
WAITING¶
-
public static final AMPLOutput.Kind
WAITING¶ AMPL Kind:
prompt2, returned when incomplete statements are interpreted
WRITE¶
-
public static final AMPLOutput.Kind
WRITE¶ Output of a
writecommand
WRITE_TABLE¶
-
public static final AMPLOutput.Kind
WRITE_TABLE¶ Messages from the command
write table
XREF¶
-
public static final AMPLOutput.Kind
XREF¶ AMPL Kind:
xref, returned by thexreffunction.
_READTABLE¶
-
public static final AMPLOutput.Kind
_READTABLE¶ Internal messages from the command
read table
_WRITETABLE¶
-
public static final AMPLOutput.Kind
_WRITETABLE¶ Internal messages from the command
write table