| Home >> All >> org >> jxbeans >> [ flow_control Javadoc ] |
| | org.jxbeans.flow_control.comparators.* (3) | | org.jxbeans.flow_control.comparators.tests.* (1) |
| | org.jxbeans.flow_control.tests.* (4) |
org.jxbeans.flow_control: Javadoc index of package org.jxbeans.flow_control.
Package Samples:
org.jxbeans.flow_control.tests: This package contains classes and JXBeans for performing a variety of process flow of control and branching decisions within a JXBeans model.
org.jxbeans.flow_control.comparators.tests: This package contains classes and JXBeans for performing a variety of data value comparisons in JXBean models.
org.jxbeans.flow_control.comparators
Classes:
Looper: The Looper JXBean will loop over a list of XML elements, selected using an XPath expression. Each iteration through the loop will create a new Document containing the selected element as a the root. This new document will be sent to each DocumentReadyListener in a new DocumentReadyEvent . This JXBean supports PropertyChangeListeners , publishing a single PropertyChangeEvent for the property "numberOfElements". This property represents the number of elements that will be processed during looping. This PropertyChangeEvent is published after entry into the documentReady() method, after the element ...
Parallelizer: This JXBean will convey a document to multiple DocumentReadyListeners in turn. Each DocumentReadyListener will get the document one at a time (i.e., not parallel in a multi-threaded sense). This JXBean supports PropertyChangeListeners, publishing a single PropertyChangeEvent for the property "numberOfListeners". This property represents the number of listeners that will be handed the document during looping. This PropertyChangeEvent is published after entry into the documentReady method, but before the first DocumentReadyListener gets notified.
Decision: The Decision JXBean represents an "if" condition in a JXBean model. If the XPath expression property evaluates to true , the a DocumentReadyEvent will be sent to the standard DocumentReadyListeners . If the XPath expression evaluates to false , a DocumentReadyEvent will be sent to the "false" DocumentReadyListener .
DateComparator: The DateComparator JXBean provides a way to make a comparison of date values and branch accordingly. A DocumentReadyListener can be set for the conditions where a date, drawn from the incoming XML document, is less than, greater than or equal to a specified control date.
Merger: The Merger JXBean awaits one or more documents and merges them together into a new document under a new root element, then passes the document along to its DocumentReadyListeners .
DecisionBeanInfo
LooperBeanInfo
MergerBeanInfo
ParallelizerBeanInfo
DateComparatorBeanInfo
DateComparatorTestCase
DecisionTestCase
LooperTestCase
MergerTestCase
ParallelizerTestCase
| Home | Contact Us | Privacy Policy | Terms of Service |