Problem ======= .. java:package:: com.ampl :noindex: .. java:type:: class Problem extends Entity Stub for class that will implement an AMPL problem Methods ------- get ^^^ .. java:method:: @Override public Object get() :outertype: Problem get ^^^ .. java:method:: @Override public Object get(Object... key) :outertype: Problem get ^^^ .. java:method:: @Override public Object get(Tuple key) throws AMPLException :outertype: Problem refreshInstances ^^^^^^^^^^^^^^^^ .. java:method:: @Override void refreshInstances() :outertype: Problem setDeclaration ^^^^^^^^^^^^^^ .. java:method:: @Override void setDeclaration(String declaration) :outertype: Problem