java.lang.Object
org.maxicp.modeling.concrete.BasicModelProxy
- All Implemented Interfaces:
ModelProxy
A very simple ModelProxy which is not thread-safe.
Use this class only when you explicitly want to avoid a ModelDispatcher, which is thread-safe.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.maxicp.modeling.ModelProxy
ModelProxy.NotConcreteException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.maxicp.modeling.ModelProxy
add, add, add, add, fixpoint, getConcreteModel, getSymbolicModel, isConcrete, isSymbolic, runWithModel, runWithModel
-
Constructor Details
-
BasicModelProxy
public BasicModelProxy() -
BasicModelProxy
-
-
Method Details
-
getModel
- Specified by:
getModelin interfaceModelProxy
-
setModel
- Specified by:
setModelin interfaceModelProxy
-