Uses of Interface
controller.IModelToViewController
Packages that use IModelToViewController
Package
Description
MVC controller layer of the application.
Core simulation framework that supports the MVC model layer.
MVC model layer of the application.
-
Uses of IModelToViewController in controller
Classes in controller that implement IModelToViewControllerModifier and TypeClassDescriptionclassControls the simulation logic for the simulation page. -
Uses of IModelToViewController in eds.framework
Fields in eds.framework declared as IModelToViewControllerConstructors in eds.framework with parameters of type IModelToViewController -
Uses of IModelToViewController in eds.model
Constructors in eds.model with parameters of type IModelToViewControllerModifierConstructorDescriptionMyEngine(IModelToViewController controller, long seed, double meanValidation, double meanMarketMatching, double meanLimitMatching, double meanExecution, double arrivalMean, double marketOrderRatio, double buyOrderRatio, double initialMidPrice, double priceVolatility, double tickSize, String runTitle) Creates a simulation engine with the selected run parameters.