| Interface | Description |
|---|---|
| DataAssembler.LoadingListener |
Is invoked by assembling classes if any processing
objects is parsed /ready to draw
|
| SaxParser.RecordHandler<CI,RI> |
| Class | Description |
|---|---|
| DataAssembler |
DataAssembler combines the data from ObjectLinker's database into final wrapper
objects they can be used by Processing.
|
| DataAssembler.Job |
contain all infos to do assembling job at runtime
A Job may be an iteration or a function
|
| DataAssembler.MyIterable |
wrapps children array from a Record into a Iterable object
|
| DataAssembler.Param |
A wrapper for the inparams to static methods from
in package "asmbeans"
|
| DataAssembler.Variable |
a Descriptor to establish fixed links from Job to Job
|
| Log |
This source is free; you can redistribute it and/or modify it under
the terms of the GNU General Public License and by nameing of the originally author
|
| ObjectLinker |
ObjectLinker creates and holds an object oriented database.
|
| SaxParser<CI,RI> |
SaxParser scans a XML stream and compares it to a search pattern.
|
| SaxParser.Context<CI,RI> |
A helper class
a) to cache callbacks from SaxParser
b) to define a certain tag in a certain xml tree
to be found and
c) additional infos what to do next with that Record
|
| SaxParser.Record<CI,RI> |
A wrapper that contains xml tag datas
|
| SaxParser.SaxHandler<CI,RI> | |
| SimpleDomParser |
This source is free; you can redistribute it and/or modify it under
the terms of the GNU General Public License and by nameing of the originally author
|
| SimpleDomParser.Element |