Class |
Description |
ApplicationID
|
This class binds together Tenant, App, version, status, and branch. |
Axis
|
Implements an Axis of an NCube. |
AxisDelta
|
Class used to hold axis difference (delta) information. |
AxisRef
|
This class contains all the fields necessary to point to another axis, including
optional filter specification reference fields as well. |
BinaryUrlCmd
|
Process a binary type (byte[]) that is specified at a URL. |
Binding
|
This class represents a binding to a Set of columns, and the associated
return value. |
CellInfo
|
Get information about a cell (makes it a uniform query-able object). |
Column
|
Holds the value of a 'column' on an axis.
|
ColumnDelta
|
Class used to hold column difference (delta) information. |
CompileInfo
|
This class contains information about the cube compilation. |
ContentCmdCell
|
This class represents any cell that needs to return content from a URL.
|
ContentCmdCell.CachingInputStream
|
|
DecisionTable
|
Decision Table implements a list of rules that filter a variable number of inputs (decision variables) against
a list of constraints. |
Delta
|
This class records information about the delta (difference) between
two n-cubes. |
DeltaProcessor
|
This class is used for comparing n-cubes, generating delta objects that
describe the difference. |
GStringWrapper
|
This class is used to substitute a Groovy String (GString) in place of another value. |
GroovyBase
|
Base class for Groovy CommandCells. |
GroovyExpression
|
This class is used to create NCubeGroovyExpressions. |
GroovyMethod
|
This class is used to hold Groovy Programs. |
GroovyTemplate
|
Process NCube template cells. |
NCube
|
Implements an n-cube. |
NCubeAppContext
|
- Authors:
- John DeRegnaucourt ([email protected])
Copyright (c) Cedar Software LLC
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
|
NCubeInfoDto
|
Class used to carry the NCube meta-information
to the client. |
NCubeJdbcPersister
|
SQL Persister for n-cubes. |
NCubeJdbcPersisterAdapter
|
This adapter could be replaced by an adapting proxy. |
NCubeManager
|
This class manages a list of NCubes. |
NCubeRuntime
|
- Authors:
- John DeRegnaucourt ([email protected])
Copyright (c) Cedar Software LLC
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
|
NCubeTest
|
Class used to carry the NCube meta-information
to the client. |
PreCompiler
|
- Authors:
- John DeRegnaucourt ([email protected]), Josh Snyder ([email protected])
Copyright (c) Cedar Software LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Proximity
|
Class used to compute distance (proximity) for many different
data types. |
Range
|
This class is used to represent a 'band' or 'range' of values (numeric, date, etc.)
|
RangeSet
|
This class is used to represent a Set of values, where the values
can be a Comparable or a Range. |
ReferenceAxisLoader
|
This class loads an reference axis. |
RuleInfo
|
This class contains information about the rule execution. |
StringUrlCmd
|
Process a String that is specified at a URL. |
UrlCommandCell
|
@author John DeRegnaucourt ([email protected]) |