|
|||||||||
| Home >> All >> org >> jdaemon >> [ era overview ] | PREV NEXT | ||||||||
A
- AGGREGATE - Static variable in class org.jdaemon.era.ERATypes
- Type for Aggregate objects
- AGGREGATE_LIST - Static variable in class org.jdaemon.era.ERATypes
- Type representing a QuickList of Aggregate objects
- ALPHA - Static variable in class org.jdaemon.era.URLParser
- ALPHADIGIT - Static variable in class org.jdaemon.era.URLParser
- ALPHADIGITSAFE - Static variable in class org.jdaemon.era.URLParser
- AND - Static variable in class org.jdaemon.era.ComplexFilter
- ASCENDING - Static variable in class org.jdaemon.era.Sort
- Parameter value indicating an ascending sort order
- ATTRIBUTE - Static variable in class org.jdaemon.era.ERATypes
- Type for String objects which represent attribute names
- ATTRIBUTE_ARRAY - Static variable in class org.jdaemon.era.ERATypes
- Type for an array of attribute names
- AbstractCube - class org.jdaemon.era.AbstractCube.
- Provides a base implementation of many methods in Cube.
- AbstractCube() - Constructor for class org.jdaemon.era.AbstractCube
- AbstractCube.Equal - class org.jdaemon.era.AbstractCube.Equal.
- Default implementation for StandardFilter with type EQUAL
- AbstractCube.Equal(String, Object) - Constructor for class org.jdaemon.era.AbstractCube.Equal
- AbstractCube.Greater - class org.jdaemon.era.AbstractCube.Greater.
- Default implementation for StandardFilter with type GREATER
- AbstractCube.Greater(String, Object) - Constructor for class org.jdaemon.era.AbstractCube.Greater
- AbstractCube.GreaterOrEqual - class org.jdaemon.era.AbstractCube.GreaterOrEqual.
- Default implementation for StandardFilter with type GREATER_OR_EQUAL
- AbstractCube.GreaterOrEqual(String, Object) - Constructor for class org.jdaemon.era.AbstractCube.GreaterOrEqual
- AbstractCube.Less - class org.jdaemon.era.AbstractCube.Less.
- Default implementation for StandardFilter with type LESS
- AbstractCube.Less(String, Object) - Constructor for class org.jdaemon.era.AbstractCube.Less
- AbstractCube.LessOrEqual - class org.jdaemon.era.AbstractCube.LessOrEqual.
- Default implementation for StandardFilter with type LESS_OR_EQUAL
- AbstractCube.LessOrEqual(String, Object) - Constructor for class org.jdaemon.era.AbstractCube.LessOrEqual
- AbstractCube.StandardFilter - class org.jdaemon.era.AbstractCube.StandardFilter.
- Base class for standard Filter implementations
- AbstractCube.StandardFilter(String, Object) - Constructor for class org.jdaemon.era.AbstractCube.StandardFilter
- Constructor
- AbstractCubeDirectory - class org.jdaemon.era.AbstractCubeDirectory.
- Base implementation for cube directories Assumes an index of cubes exists on a given attribute set.
- AbstractCubeDirectory() - Constructor for class org.jdaemon.era.AbstractCubeDirectory
- AbstractCubeDirectoryPath - class org.jdaemon.era.AbstractCubeDirectoryPath.
- AbstractCubeDirectoryPath(QuickList) - Constructor for class org.jdaemon.era.AbstractCubeDirectoryPath
- AbstractCubeDirectoryPath() - Constructor for class org.jdaemon.era.AbstractCubeDirectoryPath
- Creates a new instance of AbstractCubeDirectoryPath
- AbstractCubeDirectoryPath.KeyMap - class org.jdaemon.era.AbstractCubeDirectoryPath.KeyMap.
- AbstractCubeDirectoryPath.KeyMap() - Constructor for class org.jdaemon.era.AbstractCubeDirectoryPath.KeyMap
- AbstractCubeDirectoryPath.PathElement - class org.jdaemon.era.AbstractCubeDirectoryPath.PathElement.
- AbstractCubeDirectoryPath.PathElement(String, List) - Constructor for class org.jdaemon.era.AbstractCubeDirectoryPath.PathElement
- AbstractCubeDirectoryPath.PathElement(String, Object) - Constructor for class org.jdaemon.era.AbstractCubeDirectoryPath.PathElement
- AbstractReport - class org.jdaemon.era.AbstractReport.
- Base Report implementing addAggregate/addSort methods.
- AbstractReport() - Constructor for class org.jdaemon.era.AbstractReport
- Creates a new instance of AbstractReport
- AbstractReport(Grouping, String[]) - Constructor for class org.jdaemon.era.AbstractReport
- Aggregate - class org.jdaemon.era.Aggregate.
- Simple class representing a calculation of aggregate values by a Cube
- Aggregate(String, int) - Constructor for class org.jdaemon.era.Aggregate
- Creates a new instance of Aggregate
- AndFilter - class org.jdaemon.era.AndFilter.
- AndFilter(Filter, Filter) - Constructor for class org.jdaemon.era.AndFilter
- Creates a new instance of BinaryFilter
- a - Variable in class org.jdaemon.era.AndFilter
- add(String, int, Object) - Method in class org.jdaemon.era.ConstraintList
- add(Object) - Method in class org.jdaemon.era.FilteredCube
- addAggregate(int, String) - Method in class org.jdaemon.era.AbstractReport
- Add an additional data aggregation (SUM, MAX, MIN) to this report
- addAggregate(Aggregate) - Method in class org.jdaemon.era.Grouping
- Add an aggregate function to this grouping.
- addAggregate(String, int) - Method in class org.jdaemon.era.Grouping
- Add an aggregate function to this grouping.
- addAggregate(int, String) - Method in interface org.jdaemon.era.Report
- Add an additional data aggregation to a report.
- addAll(Cube) - Method in class org.jdaemon.era.AbstractCube
- Add all the data items in the given Cube OPTIONAL OPERATION Adds many objects to this cube
- addAll(Cube) - Method in interface org.jdaemon.era.Cube
- Add all the data items in the given Cube to this cube.
- addKey(String, Object) - Method in class org.jdaemon.era.AbstractCubeDirectoryPath.KeyMap
- addKey(String, Object) - Method in class org.jdaemon.era.AbstractCubeDirectoryPath
- Create a new path, specifying cubes containing only a particular value of the given attribute
- addKey(String, Object) - Method in interface org.jdaemon.era.CubeDirectoryPath
- Create a new path, specifying cubes containing only a particular value of the given attribute
- addKey(String, QuickList) - Method in class org.jdaemon.era.URLParser.Result
- addKeys(String, List) - Method in class org.jdaemon.era.AbstractCubeDirectoryPath
- Create a new path, specifying cubes containing only particular values of the given attribute
- addKeys(String, List) - Method in interface org.jdaemon.era.CubeDirectoryPath
- Create a new path, specifying cubes containing only particular values of the given attribute
- addSort(String, int) - Method in class org.jdaemon.era.AbstractReport
- Add an additional sort to this report
- addSort(Sort) - Method in class org.jdaemon.era.Grouping
- Add a sort to this grouping.
- addSort(String, int) - Method in class org.jdaemon.era.Grouping
- Add a sort to this grouping.
- addSort(String, int) - Method in interface org.jdaemon.era.Report
- Add an additional sort to a report.
- aggregates - Variable in class org.jdaemon.era.Grouping
- applyConstraints(Cube) - Method in class org.jdaemon.era.ConstraintList
- applyConstraints(Cube, QuickList) - Static method in class org.jdaemon.era.ConstraintList
- attribute - Variable in class org.jdaemon.era.AbstractCube.StandardFilter
- attribute - Variable in class org.jdaemon.era.Aggregate
- attribute - Variable in class org.jdaemon.era.ConstraintList.Element
- attributeAccessor - Variable in class org.jdaemon.era.SimpleCubeDescriptor
- Object which actually does the work of retrieving named attributes from an object
- attributeMap - Variable in class org.jdaemon.era.SimpleCubeDescriptor
- attribute_name - Variable in class org.jdaemon.era.Sort
B
- b - Variable in class org.jdaemon.era.AndFilter
- buildMap() - Method in class org.jdaemon.era.AbstractCubeDirectoryPath
C
- COUNT - Static variable in class org.jdaemon.era.Aggregate
- Parameter value indicating count of attribute values should be calculated
- ComplexFilter - class org.jdaemon.era.ComplexFilter.
- Filter for combining several other filters with AND or OR.
- ComplexFilter(Filter, Filter, int) - Constructor for class org.jdaemon.era.ComplexFilter
- Creates a new instance of ComplexFilter using two instances of Filter
- ComplexFilter(Filter[], int) - Constructor for class org.jdaemon.era.ComplexFilter
- Creates a new instance of ComplexFilter using a list of Filter objects
- ConstraintList - class org.jdaemon.era.ConstraintList.
- Class that encapsulates a list of constraints on a cube.
- ConstraintList(QuickList) - Constructor for class org.jdaemon.era.ConstraintList
- Creates a new instance of ConstraintList
- ConstraintList.Element - class org.jdaemon.era.ConstraintList.Element.
- ConstraintList.Element(String, int, Object) - Constructor for class org.jdaemon.era.ConstraintList.Element
- Cube - interface org.jdaemon.era.Cube.
- Interface to support generic slicing-and-dicing of data using an OLAP cube metaphor.
- CubeDescriptor - interface org.jdaemon.era.CubeDescriptor.
- Interface to describe a cube Cube metadata
- CubeDirectory - interface org.jdaemon.era.CubeDirectory.
- Directory interface for discovery of Cubes.
- CubeDirectoryPath - interface org.jdaemon.era.CubeDirectoryPath.
- Interface for Path objects specifying the location of objects within a CubeDirectory.
- CubeException - exception org.jdaemon.era.CubeException.
- Exception for all Cubes.
- CubeException(String) - Constructor for class org.jdaemon.era.CubeException
- CubeException(Object, String, String) - Constructor for class org.jdaemon.era.CubeException
- CubeException(Object, String, String, Exception) - Constructor for class org.jdaemon.era.CubeException
- CubeException(String, String, String) - Constructor for class org.jdaemon.era.CubeException
- CubeException(String, String, String, Exception) - Constructor for class org.jdaemon.era.CubeException
- child - Variable in class org.jdaemon.era.Grouping
- clone() - Method in class org.jdaemon.era.Grouping
- compare(Object) - Method in class org.jdaemon.era.AbstractCube.StandardFilter
- Finds a comparator for the named attribute with getComparator(attribute_name), then finds the attribute value with getAttriubte(attribute_name, object).
- constrain(Filter) - Method in class org.jdaemon.era.AbstractCube
- Create a new cube containing some subset of the contents of this cube The constrain(filter) method provides a way to generate subsets of the data contained in the cube.
- constrain(String, int, Object) - Method in class org.jdaemon.era.AbstractCube
- Create a new cube containing some subset of the contents of this cube The constrain(attribute, operator, operand) method provides a way to generate standardised subsets of the data contained in the cube.
- constrain(Filter) - Method in interface org.jdaemon.era.Cube
- Creates a new cube containing some subset of the contents of this cube.
- constrain(String, int, Object) - Method in interface org.jdaemon.era.Cube
- Creates a new cube containing some subset of the contents of this cube.
- constrain(Filter) - Method in class org.jdaemon.era.FilteredCube
- constrain(String, int, Object) - Method in class org.jdaemon.era.FilteredCube
- constraints - Variable in class org.jdaemon.era.ConstraintList
- current_group - Variable in class org.jdaemon.era.AbstractReport
D
- DEFAULT_COMPARATOR - Static variable in class org.jdaemon.era.AbstractCube
- Default comparator which assumes objects to be compared implement the Comparable interface
- DESCENDING - Static variable in class org.jdaemon.era.Sort
- Parameter value indicating a descending sort order
- DIGIT - Static variable in class org.jdaemon.era.URLParser
- DIRECTORY - Static variable in class org.jdaemon.era.ERATypes
- data - Variable in class org.jdaemon.era.URLParser.Input
- data - Variable in class org.jdaemon.era.URLParser.ParseException
- decodeEscapes(String) - Static method in class org.jdaemon.era.URLParser
- decodeMark(Object) - Method in class org.jdaemon.era.URLParser.Input
- direction - Variable in class org.jdaemon.era.Sort
- dump(PrintStream) - Method in class org.jdaemon.era.URLParser.Result
E
- EMPTY - Static variable in class org.jdaemon.era.AbstractCubeDirectoryPath
- EMPTY - Static variable in class org.jdaemon.era.ConstraintList
- EQUAL - Static variable in interface org.jdaemon.era.Cube
- operator that selects objects with attribute equal to a value
- ERATypes - class org.jdaemon.era.ERATypes.
- Repository for Type objects in top-level ERA package
- ERATypes() - Constructor for class org.jdaemon.era.ERATypes
- EXTRA - Static variable in class org.jdaemon.era.URLParser
- Engine - class org.jdaemon.era.Engine.
- Engine which gathers data, applies report, and creates XML document or event stream
- Engine(DataRepresentation, Object[]) - Constructor for class org.jdaemon.era.Engine
- Creates a new instance of Engine
F
- Filter - interface org.jdaemon.era.Filter.
- A general purpose predicate object.
- FilteredCube - class org.jdaemon.era.FilteredCube.
- FilteredCube(Cube, Filter) - Constructor for class org.jdaemon.era.FilteredCube
- Creates a new instance of FilteredSimpleCube
- FilteredIterator - class org.jdaemon.era.FilteredIterator.
- FilteredIterator(Iterator, Filter) - Constructor for class org.jdaemon.era.FilteredIterator
- Creates a new instance of FilteredIterator
- filter - Variable in class org.jdaemon.era.FilteredCube
- filter - Variable in class org.jdaemon.era.FilteredIterator
- filterList - Variable in class org.jdaemon.era.ComplexFilter
- filters - Variable in class org.jdaemon.era.URLParser.Result
G
- GREATER - Static variable in interface org.jdaemon.era.Cube
- operator that selects objects with attribute greater than a value
- GREATER_OR_EQUAL - Static variable in interface org.jdaemon.era.Cube
- operator that selects objects with attribute greater than equal to a value
- GROUPING - Static variable in class org.jdaemon.era.ERATypes
- Type for Grouping objects
- Grouping - class org.jdaemon.era.Grouping.
- Class representing a Grouping.
- Grouping(QuickList, QuickList, Grouping) - Constructor for class org.jdaemon.era.Grouping
- Grouping() - Constructor for class org.jdaemon.era.Grouping
- get() - Method in class org.jdaemon.era.URLParser.Input
- getAccessor() - Method in class org.jdaemon.era.SimpleCubeDescriptor
- Allow subclasses read-only access to the accessor
- getAggregates() - Method in class org.jdaemon.era.Grouping
- Get a list of all the Aggregates in this grouping
- getAllMetadata() - Method in class org.jdaemon.era.SimpleCubeDescriptor
- This method is a stopgap measure to allow the FilteredXMLCube to obtain the entire meta data map at once and hand it off to the GenericTotal component.
- getAttribute(String, Object) - Method in class org.jdaemon.era.AbstractCube
- Get the value of an individual attribute of an object contained by this cube
- getAttribute() - Method in class org.jdaemon.era.ConstraintList.Element
- getAttribute(String, Object) - Method in interface org.jdaemon.era.Cube
- Get the value of an individual attribute of an object contained by this cube.
- getAttribute(String, Object) - Method in class org.jdaemon.era.FilteredCube
- getAttribute(String, Object) - Method in class org.jdaemon.era.SimpleCubeDescriptor
- Get attribute value for named attribute
- getAttributeName() - Method in class org.jdaemon.era.Aggregate
- Get the attriubte name on which aggregation will be performed
- getAttributeName() - Method in class org.jdaemon.era.Sort
- getAttributeNames() - Method in interface org.jdaemon.era.CubeDescriptor
- Get the names of all attributes of this cube
- getAttributeNames() - Method in class org.jdaemon.era.SimpleCubeDescriptor
- Get the names of all attributes of this descriptor
- getAttributeSet(String) - Method in class org.jdaemon.era.AbstractCube
- Return a set of all the values of a given attribute across all contained objects
- getAttributeSet(String) - Method in interface org.jdaemon.era.Cube
- Get a set of all the values of a given attribute across all contained objects.
- getChildGrouping() - Method in class org.jdaemon.era.Grouping
- getComparator(String) - Method in class org.jdaemon.era.AbstractCube
- Get a comparator object which orders an attribute of this cube The default implementation returns a default comparator which assumes the attribute is of a type that implements Comparable.
- getCube(CubeDirectoryPath, QuickList, QuickList) - Method in class org.jdaemon.era.AbstractCubeDirectory
- Recursive implementation of getCube(path) Takes the given CubeDirectoryPath and composes a Cube by looking up sub-cubes with getCube(QuickList) and returning a union of the results
- getCube(CubeDirectoryPath) - Method in class org.jdaemon.era.AbstractCubeDirectory
- Get a Cube object for the given directory path.
- getCube(QuickList) - Method in class org.jdaemon.era.AbstractCubeDirectory
- getCube(CubeDirectoryPath) - Method in interface org.jdaemon.era.CubeDirectory
- Fetch a cube with given key attributes.
- getCube(DataRepresentation, URLParser.Result) - Method in class org.jdaemon.era.Engine
- Gets the cube specified by the bindings
- getCubeDescriptor() - Method in class org.jdaemon.era.AbstractCubeDirectory
- Get metadata for the cubes contained by this Directory
- getCubeDescriptor() - Method in interface org.jdaemon.era.CubeDirectory
- Get metadata for the cubes contained by this Directory.
- getDescriptor() - Method in class org.jdaemon.era.AbstractCube
- Get metadata describing this cube
- getDescriptor() - Method in interface org.jdaemon.era.Cube
- Get metadata describing this cube.
- getDescriptor(DataRepresentation, URLParser.Result) - Method in class org.jdaemon.era.Engine
- Gets a descriptor for the cube specified by the bindings
- getDescriptor() - Method in class org.jdaemon.era.FilteredCube
- getDescriptorDocument(URL) - Method in class org.jdaemon.era.Engine
- Gets the XML descriptor document specified by an ERA URL
- getDescriptorDocument(CubeDescriptor) - Method in interface org.jdaemon.era.Report
- Build a DOM document describing this Report using information from the cube descriptor.
- getDirection() - Method in class org.jdaemon.era.Sort
- getDocument(URL) - Method in class org.jdaemon.era.Engine
- Gets the XML document specified by an ERA URL
- getDocument(Cube) - Method in interface org.jdaemon.era.Report
- Build a DOM document from a cube.
- getEntry(String) - Method in class org.jdaemon.era.AbstractCubeDirectoryPath.KeyMap
- getFilters() - Method in class org.jdaemon.era.URLParser.Result
- getGrouping() - Method in class org.jdaemon.era.URLParser.Result
- getGroupings() - Method in class org.jdaemon.era.AbstractReport
- Get a list of the grouings in this report
- getHost() - Method in class org.jdaemon.era.URLParser.Result
- getKeyAttributeSet() - Method in class org.jdaemon.era.AbstractCubeDirectoryPath.KeyMap
- getKeyAttributeSet() - Method in class org.jdaemon.era.AbstractCubeDirectoryPath
- get key values bound to given attribute
- getKeyAttributeSet() - Method in interface org.jdaemon.era.CubeDirectoryPath
- get the set of attributes for which key values have been bound
- getKeyAttributes() - Method in class org.jdaemon.era.AbstractCubeDirectory
- Get an iterator over the key attributes used by this directory
- getKeyAttributes() - Method in interface org.jdaemon.era.CubeDirectory
- Get a List of the key attributes used by this directory.
- getKeyValues(CubeDirectoryPath, String, QuickList, QuickList) - Method in class org.jdaemon.era.AbstractCubeDirectory
- Recursive implementation of getKeyValues(path, attribute) Takes the given CubeDirectoryPath and composes an iterator over possible values of the key attribute.
- getKeyValues(CubeDirectoryPath, String) - Method in class org.jdaemon.era.AbstractCubeDirectory
- List all values of the given key attribute contained by this directory
- getKeyValues(QuickList, String) - Method in class org.jdaemon.era.AbstractCubeDirectory
- List all values of the given key attribute contained by this directory.
- getKeyValues(String) - Method in class org.jdaemon.era.AbstractCubeDirectoryPath
- get key values bound to given attribute
- getKeyValues(CubeDirectoryPath, String) - Method in interface org.jdaemon.era.CubeDirectory
- List all values of the given key attribute contained by this directory.
- getKeyValues(String) - Method in interface org.jdaemon.era.CubeDirectoryPath
- get key values bound to given attribute
- getKeys() - Method in class org.jdaemon.era.URLParser.Result
- getMax(String) - Method in class org.jdaemon.era.AbstractCube
- Get the maximum value over all contained objects of some attribute Cube implementations will generally have their own way to specify the comparison operation used to create this minimum.
- getMax(String) - Method in interface org.jdaemon.era.Cube
- Get the maximum value over all contained objects of some attribute.
- getMetadata(String) - Method in interface org.jdaemon.era.CubeDescriptor
- Get metadata attributes for a given cube attribute
- getMetadata(String) - Method in class org.jdaemon.era.SimpleCubeDescriptor
- Get metadata attributes for a given cube attribute
- getMin(String) - Method in class org.jdaemon.era.AbstractCube
- Get the minimum value over all contained objects of some attribute Cube implementations will generally have their own way to specify the comparison operation used to create this minimum.
- getMin(String) - Method in interface org.jdaemon.era.Cube
- Get the minimum value over all contained objects of some attribute.
- getOperand() - Method in class org.jdaemon.era.ConstraintList.Element
- getOperator() - Method in class org.jdaemon.era.ConstraintList.Element
- getPassword() - Method in class org.jdaemon.era.URLParser.Result
- getPath() - Method in class org.jdaemon.era.AbstractCubeDirectory
- Create an AbstractDirectoryPath object.
- getPath() - Method in interface org.jdaemon.era.CubeDirectory
- Create a path object.
- getPath() - Method in class org.jdaemon.era.URLParser.Result
- getPort() - Method in class org.jdaemon.era.URLParser.Result
- getReport(DataRepresentation, URLParser.Result) - Method in class org.jdaemon.era.Engine
- Gets the report specified by the bindings
- getShowAttributes() - Method in class org.jdaemon.era.AbstractReport
- Get an array of the attriubte names displayed by this report
- getSorts() - Method in class org.jdaemon.era.Grouping
- Get a list of the Sorts implicit in this grouping.
- getString(Object) - Method in class org.jdaemon.era.URLParser.Input
- getSum(String) - Method in class org.jdaemon.era.AbstractCube
- Get the sum over all contained objects of some attribute This method is should be equivalent to summing: ((Number)getAttribute(attribute, object)).doubleValue() for all values returned by the Cube's iterator.
- getSum(String) - Method in interface org.jdaemon.era.Cube
- Gets the sum over all contained objects of some attributes.
- getType() - Method in class org.jdaemon.era.Aggregate
- getUser() - Method in class org.jdaemon.era.URLParser.Result
- getValue(Cube) - Method in class org.jdaemon.era.Aggregate
- Get the value of this aggregate from a cube
- getValueList(String) - Method in class org.jdaemon.era.AbstractCubeDirectoryPath.KeyMap
- groupBy(String) - Method in class org.jdaemon.era.AbstractCube
- Group data by a given attribute Returns an iterator of a collection of Cubes.
- groupBy(String) - Method in interface org.jdaemon.era.Cube
- Group data by a given attribute.
- grouping - Variable in class org.jdaemon.era.URLParser.Result
- groups - Variable in class org.jdaemon.era.AbstractReport
H
- HEX - Static variable in class org.jdaemon.era.URLParser
- HIALPHA - Static variable in class org.jdaemon.era.URLParser
- hasNext() - Method in class org.jdaemon.era.FilteredIterator
- hasNext() - Method in class org.jdaemon.era.URLParser.Input
- head() - Method in class org.jdaemon.era.ConstraintList
- host - Variable in class org.jdaemon.era.URLParser.Result
I
- is(String, char) - Static method in class org.jdaemon.era.URLParser
- isEmpty() - Method in class org.jdaemon.era.ConstraintList
- iterator() - Method in class org.jdaemon.era.AbstractCube
- Get an interator over all data items contained by this cube
- iterator() - Method in interface org.jdaemon.era.Cube
- Get an iterator over all objects contained by this cube.
- iterator() - Method in class org.jdaemon.era.FilteredCube
- Iterates of all members of this (filtered) cube
K
- key - Variable in class org.jdaemon.era.AbstractCubeDirectoryPath.PathElement
- keys - Variable in class org.jdaemon.era.AbstractCubeDirectoryPath.KeyMap
- keys - Variable in class org.jdaemon.era.URLParser.Result
L
- LAST_OPERAND - Static variable in interface org.jdaemon.era.Cube
- LESS - Static variable in interface org.jdaemon.era.Cube
- operator that selects objects with attribute less than a value
- LESS_OR_EQUAL - Static variable in interface org.jdaemon.era.Cube
- operator that selects objects with attribute less than or equal to a value
- LOWALPHA - Static variable in class org.jdaemon.era.URLParser
M
- MAX - Static variable in class org.jdaemon.era.Aggregate
- Parameter value indicating max attribute value should be calculated
- MIN - Static variable in class org.jdaemon.era.Aggregate
- Parameter value indicating min attribute value should be calculated
- main(String[]) - Static method in class org.jdaemon.era.TestURLParser
- makeCube() - Method in interface org.jdaemon.era.CubeDescriptor
- Make a new cube of the type described by this Descriptor
- makeCube() - Method in class org.jdaemon.era.SimpleCubeDescriptor
- Not supported by SimpleCube
- map - Variable in class org.jdaemon.era.AbstractCubeDirectoryPath
- mark() - Method in class org.jdaemon.era.URLParser.Input
- mark - Variable in class org.jdaemon.era.URLParser.ParseException
- matchAchar(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchAchars(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchAlphaDashSequence(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- Matches a sequents of alphanumeric or dash characters which must not end in a dash
- matchChar(URLParser.Input, char) - Static method in class org.jdaemon.era.URLParser
- matchCharType(URLParser.Input, String) - Static method in class org.jdaemon.era.URLParser
- matchCharTypeSequence(URLParser.Input, String) - Static method in class org.jdaemon.era.URLParser
- matchDigits(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchDomainLabel(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchEpathSegment(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchEscape(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchPathChar(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchString(URLParser.Input, String) - Static method in class org.jdaemon.era.URLParser
- matchTopLabel(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchUchar(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchUchars(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchUserPasswordChar(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- matchUserPasswordSequence(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- moveNext() - Method in class org.jdaemon.era.FilteredIterator
N
- next - Variable in class org.jdaemon.era.FilteredIterator
- next() - Method in class org.jdaemon.era.FilteredIterator
O
- OR - Static variable in class org.jdaemon.era.ComplexFilter
- operand - Variable in class org.jdaemon.era.AbstractCube.StandardFilter
- operand - Variable in class org.jdaemon.era.ConstraintList.Element
- operator - Variable in class org.jdaemon.era.ConstraintList.Element
- org.jdaemon.era - package org.jdaemon.era
P
- PATH_EXTRA - Static variable in class org.jdaemon.era.URLParser
- parent - Variable in class org.jdaemon.era.FilteredCube
- parent - Variable in class org.jdaemon.era.FilteredIterator
- parseAggregate(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseAggregateType(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseAggregates(URLParser.Input, QuickList) - Static method in class org.jdaemon.era.URLParser
- parseAttribute(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseAttributes(URLParser.Input, QuickList) - Static method in class org.jdaemon.era.URLParser
- parseCharTypeSequence(URLParser.Input, String) - Static method in class org.jdaemon.era.URLParser
- parseConstraint(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseFilter(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseFilterExpression(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseFilters(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseGroupingExpression(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseGroupings(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseHost(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseHost(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseHostName(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseHostNumber(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseHostPort(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseKey(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseKeyExpression(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseKeys(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseLogin(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parsePath(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parsePath(String) - Static method in class org.jdaemon.era.URLParser
- parsePath(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parsePathSegment(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parsePort(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parsePort(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseQuery(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseQueryElement(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseScheme(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseScheme(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseSchemePart(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseSortList(URLParser.Input, QuickList) - Static method in class org.jdaemon.era.URLParser
- parseSorts(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseURL(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseURL(String) - Static method in class org.jdaemon.era.URLParser
- parseUnreservedSequence(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseUserPassword(URLParser.Input, URLParser.Result) - Static method in class org.jdaemon.era.URLParser
- parseValue(URLParser.Input) - Static method in class org.jdaemon.era.URLParser
- parseValues(URLParser.Input, QuickList) - Static method in class org.jdaemon.era.URLParser
- password - Variable in class org.jdaemon.era.URLParser.Result
- path - Variable in class org.jdaemon.era.URLParser.Result
- path_elements - Variable in class org.jdaemon.era.AbstractCubeDirectoryPath
- port - Variable in class org.jdaemon.era.URLParser.Result
- position - Variable in class org.jdaemon.era.URLParser.Input
R
- REPORT - Static variable in class org.jdaemon.era.ERATypes
- Type for Report objects
- Report - interface org.jdaemon.era.Report.
- Interface for rendering a report from a Cube.
- relationship - Variable in class org.jdaemon.era.ComplexFilter
- remove() - Method in class org.jdaemon.era.FilteredIterator
- restore(Object) - Method in class org.jdaemon.era.URLParser.Input
- root - Variable in class org.jdaemon.era.Engine
S
- SAFE - Static variable in class org.jdaemon.era.URLParser
- SCHEME_EXTRA - Static variable in class org.jdaemon.era.URLParser
- SORT - Static variable in class org.jdaemon.era.ERATypes
- Type for Sort objects
- SORT_LIST - Static variable in class org.jdaemon.era.ERATypes
- Type representing a QuickList of Sort objects
- SUM - Static variable in class org.jdaemon.era.Aggregate
- Parameter value indicating sum of attribute values should be calculated
- SimpleCubeDescriptor - class org.jdaemon.era.SimpleCubeDescriptor.
- Simple Cube Descriptor class to be used for Cubes other than xml, java or sql Cubes, e.g.
- SimpleCubeDescriptor(Accessor) - Constructor for class org.jdaemon.era.SimpleCubeDescriptor
- Creates a new instance of SimpleCubeDescriptor
- Sort - class org.jdaemon.era.Sort.
- Simple class representing a single sort.
- Sort(String, int) - Constructor for class org.jdaemon.era.Sort
- Creates a new instance of Sort
- setChildGrouping(Grouping) - Method in class org.jdaemon.era.Grouping
- setFilters(ConstraintList) - Method in class org.jdaemon.era.URLParser.Result
- setGrouping(Grouping) - Method in class org.jdaemon.era.URLParser.Result
- setGroupings(Grouping) - Method in class org.jdaemon.era.AbstractReport
- setGroupings(Grouping) - Method in interface org.jdaemon.era.Report
- setHost(String) - Method in class org.jdaemon.era.URLParser.Result
- setKeys(CubeDirectoryPath) - Method in class org.jdaemon.era.URLParser.Result
- setMetadata(String, AttributeList) - Method in class org.jdaemon.era.SimpleCubeDescriptor
- E.g.
- setPassword(String) - Method in class org.jdaemon.era.URLParser.Result
- setPath(DataRepresentationPath) - Method in class org.jdaemon.era.URLParser.Result
- setPort(String) - Method in class org.jdaemon.era.URLParser.Result
- setUp() - Method in class org.jdaemon.era.TestURLParser
- setUser(String) - Method in class org.jdaemon.era.URLParser.Result
- showAttributes(String[]) - Method in class org.jdaemon.era.AbstractReport
- Change report to display the given set of attributes only
- showAttributes(String[]) - Method in interface org.jdaemon.era.Report
- Set the set of attributes that will be displayed by this report.
- showMark(Object) - Method in class org.jdaemon.era.URLParser.Input
- show_attributes - Variable in class org.jdaemon.era.AbstractReport
- size() - Method in class org.jdaemon.era.AbstractCube
- Get the number of data items contained by this cube
- sorts - Variable in class org.jdaemon.era.Grouping
- suite() - Static method in class org.jdaemon.era.TestURLParser
T
- TestURLParser - class org.jdaemon.era.TestURLParser.
- TestURLParser(String) - Constructor for class org.jdaemon.era.TestURLParser
- Creates a new instance of TestURLParser
- tail() - Method in class org.jdaemon.era.ConstraintList
- test(Object) - Method in class org.jdaemon.era.AbstractCube.Equal
- test(Object) - Method in class org.jdaemon.era.AbstractCube.Greater
- test(Object) - Method in class org.jdaemon.era.AbstractCube.GreaterOrEqual
- test(Object) - Method in class org.jdaemon.era.AbstractCube.Less
- test(Object) - Method in class org.jdaemon.era.AbstractCube.LessOrEqual
- test(Object) - Method in class org.jdaemon.era.AndFilter
- Method which can be overriden to define a selection criteria for objects contained by a cube
- test(Object) - Method in class org.jdaemon.era.ComplexFilter
- Method which can be overriden to define a selection criteria for objects contained by a cube
- test(Object) - Method in interface org.jdaemon.era.Filter
- Method which can be overriden to define a selection criteria for objects contained by a cube
- testFilters() - Method in class org.jdaemon.era.TestURLParser
- testGroupings() - Method in class org.jdaemon.era.TestURLParser
- testHostName() - Method in class org.jdaemon.era.TestURLParser
- testHostNumber() - Method in class org.jdaemon.era.TestURLParser
- testKey() - Method in class org.jdaemon.era.TestURLParser
- testLogin() - Method in class org.jdaemon.era.TestURLParser
- testSimplePath() - Method in class org.jdaemon.era.TestURLParser
- testURL() - Method in class org.jdaemon.era.TestURLParser
- testUserPassword() - Method in class org.jdaemon.era.TestURLParser
- test_data - Variable in class org.jdaemon.era.TestURLParser
- text - Variable in class org.jdaemon.era.URLParser.ParseException
- toString() - Method in class org.jdaemon.era.AbstractCubeDirectoryPath
- toString() - Method in class org.jdaemon.era.URLParser.ParseException
- type - Variable in class org.jdaemon.era.Aggregate
- type_libraries - Variable in class org.jdaemon.era.Engine
U
- UNRESERVED - Static variable in class org.jdaemon.era.URLParser
- URLParser - class org.jdaemon.era.URLParser.
- Class for parsing ERA URLs
- URLParser() - Constructor for class org.jdaemon.era.URLParser
- URLParser.Input - class org.jdaemon.era.URLParser.Input.
- URLParser.Input(String) - Constructor for class org.jdaemon.era.URLParser.Input
- URLParser.ParseException - exception org.jdaemon.era.URLParser.ParseException.
- URLParser.ParseException(URLParser.Input, Object, String) - Constructor for class org.jdaemon.era.URLParser.ParseException
- URLParser.Result - class org.jdaemon.era.URLParser.Result.
- URLParser.Result() - Constructor for class org.jdaemon.era.URLParser.Result
- USER_EXTRA - Static variable in class org.jdaemon.era.URLParser
- UnsupportedCubeOperationException - exception org.jdaemon.era.UnsupportedCubeOperationException.
- Exception to be used for unsupported operations in Cubes
- UnsupportedCubeOperationException(Object, String) - Constructor for class org.jdaemon.era.UnsupportedCubeOperationException
- union(Cube) - Method in class org.jdaemon.era.AbstractCube
- Create a cube containing the union of data in this cube and some other cube.
- union(Cube) - Method in interface org.jdaemon.era.Cube
- Create a cube containing the union of data in this cube and some other cube.
- user - Variable in class org.jdaemon.era.URLParser.Result
V
- values - Variable in class org.jdaemon.era.AbstractCubeDirectoryPath.PathElement
W
- writeDescriptorDocument(ContentHandler, URL) - Method in class org.jdaemon.era.Engine
- Writes the XML descriptor document specfied by an ERA URL to a content handler
- writeDescriptorDocument(ContentHandler, CubeDescriptor) - Method in interface org.jdaemon.era.Report
- Build an XML document describing this Report using information from the cube descriptor.
- writeDocument(ContentHandler, URL) - Method in class org.jdaemon.era.Engine
- Writes the XML descriptor document specfied by an ERA URL to a content handler
- writeDocument(ContentHandler, Cube) - Method in interface org.jdaemon.era.Report
- Build XML document from a cube as a series of SAX events.
A B C D E F G H I K L M N O P R S T U V W
|
|||||||||
| Home >> All >> org >> jdaemon >> [ era overview ] | PREV NEXT | ||||||||