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 the cd function.

public static final AMPLOutput.Kind DISPLAY

AMPL Kind: display, returned by the display 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 the expand function.

public static final AMPLOutput.Kind LOAD

AMPL Kind: load, returned by the load 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 the option function when getting the value of an option

public static final AMPLOutput.Kind PRINT

AMPL Kind: print, returned by the print 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 the show function

public static final AMPLOutput.Kind SOLVE

AMPL Kind: solve, returned by the solve 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 the xref function.