|
Venice 0.7beta | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
abs" symbol
GraphSource.GraphSource.
+" symbol
and" symbol
and on two
sub-expressions.+, /, *, -avg" symbol
quote kind,
for the given number of days starting with
lag days away.
bol_lower()" symbol
quote kind,
for the given number of days, starting with lag days away.
bol_upper()" symbol
quote kind,
for the given number of days, starting with lag days away.
boolean" symbol
Expression.TRUE or Expression.FALSE.
Expression.INTEGER_TYPE or Expression.FLOAT_TYPE.
," symbol
OrderComparator.setDateOffset(int).
>, <, ==, !- ComparisionExpression(Expression, Expression) -
Constructor for class org.mov.parser.expression.ComparisionExpression
- Create a new comparision expression with the given left and
right arguments.
- ConfirmDialog - Class in org.mov.ui
- Replacement dialog for Java's JOptionPane InternalConfirmDialog
- ConfirmDialog(JComponent, String, String) -
Constructor for class org.mov.ui.ConfirmDialog
- Create new confirm dialog.
- CONSTANT -
Static variable in class org.mov.parser.Variable
- Indicates that the variable is constant and the value cannot be changed.
- CONSTANT_TOKEN -
Static variable in class org.mov.parser.Token
- Represents "
const" symbol
- contains(int, int) -
Method in class org.mov.chart.Chart
- Return whether the x,y coordinate is within this component.
- contains(String) -
Method in class org.mov.parser.Variables
- Return whether the collection contains the given variable.
- contains(Object) -
Method in class org.mov.ui.SortedListModel
-
- containsAllSymbols(List) -
Method in class org.mov.quote.EODQuoteRange
- Returns whether the quote range contains all the given symbols.
- containsDate(TradingDate) -
Method in class org.mov.quote.DatabaseQuoteSource
- Returns whether the source contains any quotes for the given date.
- containsDate(TradingDate) -
Method in class org.mov.quote.FileQuoteSource
- Returns whether the source contains any quotes for the given date.
- containsDate(TradingDate) -
Method in interface org.mov.quote.QuoteSource
- Returns whether the source contains any quotes for the given date.
- containsQuote(Symbol, int) -
Method in class org.mov.quote.EODQuoteBundle
- Return whether the given quote should be in this quote bundle.
- containsQuote(Symbol, TradingDate) -
Method in class org.mov.quote.EODQuoteBundle
- Return whether the given quote should be in this quote bundle.
- containsQuote(Symbol, int) -
Method in class org.mov.quote.EODQuoteCache
- Return whether we currently have any quotes for the given symbol on the given date
- containsSymbol(Symbol) -
Method in class org.mov.quote.EODQuoteRange
- Returns whether the quote range contains the given symbol.
- Converter - Class in org.mov.util
- Contains a set of general conversion functions.
- Converter() -
Constructor for class org.mov.util.Converter
-
- convertFromDisplayedColumn(int) -
Method in class org.mov.ui.SortedTable.SortModel
-
- Coordinate - Class in org.mov.chart
-
- Coordinate(Comparable, Double, Integer) -
Constructor for class org.mov.chart.Coordinate
- Construct a new coordinate defined in the chart space
- Coordinate(Comparable, Double, Integer, int) -
Constructor for class org.mov.chart.Coordinate
- Construct a new coordinate defined in the chart space
- Coordinate() -
Constructor for class org.mov.chart.Coordinate
- Constrcut a Coordinate, as a null coordinate initially
- COPYRIGHT_DATE_RANGE -
Static variable in class org.mov.main.Main
- Copyright date range, e.g. "2003-5"
- corr(QuoteFunctionSource, QuoteFunctionSource, int) -
Static method in class org.mov.quote.QuoteFunctions
- Calculate the Pearson product-moment correlation between the two
variables.
- CORR_OFFSET_EXCEPTION -
Static variable in class org.mov.parser.EvaluationException
- An exception which is thrown on an invalid corr() offset.
- CORR_RANGE_EXCEPTION -
Static variable in class org.mov.parser.EvaluationException
- An exception which is thrown on an invalid corr() range.
- CORR_TOKEN -
Static variable in class org.mov.parser.Token
- Represents "
corr()" symbol
- CorrExpression - Class in org.mov.parser.expression
- An expression which finds the correleation between two stock quotes.
- CorrExpression(Expression, Expression, Expression, Expression) -
Constructor for class org.mov.parser.expression.CorrExpression
- Create a new correlation expression between the current stock quote, and
the given quote.
- COS_TOKEN -
Static variable in class org.mov.parser.Token
- Represents "
cos()" symbol
- CosineExpression - Class in org.mov.parser.expression
- An expression which returns the cosine value.
- CosineExpression(Expression) -
Constructor for class org.mov.parser.expression.CosineExpression
- An expression which performs cosine function
cos on the
sub-expressions.
- count() -
Method in class org.mov.chart.