TDI Glossary
- AssemblyLine: Assembly Lines The AssemblyLine (AL) is the unit of work for TDI. Each AL implements the flow of data from one or more sources to any number of targets. An AssemblyLine ...
- AttMap: AttMaps (AttributeMap Components) Unlike Input and Output Maps which must be attached to a components (e.g. Connector Connector or Function Function ), AttMaps are ...
- Attribute: Attributes Attributes are TDI objects that collect values : like strings, dates, numbers, certificates, bitmaps and more in fact, an Attribute value can be any type ...
- AttributeMap: Attribute Map An Attribute Map is a series of Attribute Attribute transformations. These can be simple maps, where values are copied from one Entry Entry to another ...
- ConfigReports: Config Reports Config Reports are XSL stylesheets that are used to transform the XML Config into an HTML report that can be viewed and printed from a browser. Main ...
- Connector: Connectors Connectors are components that are used to read and write data in systems and data stores. Like all AssemblyLine components, Connectors have an Interface ...
- Entry: Entry The TDI Entry object is like a Java 'bucket' that is used to carry Attribute Attributes which in turn hold the actual data values you are working with. TDI ...
- EventHandlers: Event Handlers Event Handlers watch for things to happen, and then cause AssemblyLines assembly lines to run to process the event. Events can include the arrival ...
- Function: Function (Function Component FC) A Function can be thought of as a simplified Connector. There is no Mode setting, only a single call-reply behavior. Just like for ...
- JavaDocs: Javadocs The JavaDocs are a set of web pages that are installed along with TDI. They are automatically generated from the Java source code, so they do at least list ...
- Script: Scripts Scripts appear all over the place in TDI: they are used to customise error handling, to extend the functionality of existing components, and even to replace ...
..