Packages |
org.mov.analyser |
A collection of algorithms used for analysing stock prices. |
org.mov.analyser.ann |
|
org.mov.analyser.ga |
The Genetic Algorithm code. |
org.mov.analyser.gp |
The Genetic Programming code. |
org.mov.chart |
Provides a graphing module that allows for charting a wide variety
of indicators. |
org.mov.chart.graph |
Contains the graphs available for the charting module. |
org.mov.chart.source |
Defines sources for the charting module to retrieve information from. |
org.mov.help |
Contains the online help browser and a copy of Venice's documentation. |
org.mov.importer |
All the necessary classes needed to import quotes from files or the internet. |
org.mov.macro |
Jython macro support. |
org.mov.main |
The top level package which starts the application. |
org.mov.parser |
Contains the Gondola scripting language. |
org.mov.parser.expression |
Contains code to execute all the expressions in the Gondola scripting
language. |
org.mov.portfolio |
Provides class abstractions and operators on real world financial objects
such as portfolio, stock and trade. |
org.mov.prefs |
Contains the modules necessary to change user preferences. |
org.mov.quote |
Provides stock market quotes and other market information sourced from either
a database, files or the internet. |
org.mov.table |
Provides a set of tables for viewing stock information. |
org.mov.tools |
A home for tools which help in developing Venice. |
org.mov.ui |
Provides functionality to control the user interface. |
org.mov.util |
Provides a variety of functionality that is shared between each of the other
packages. |