Plands.com Logo  Business Internet Services 
Main Menu
Home
Planetary CRM
  Benefits
  Features
  Demo
E-Mail Services
  E-mail Hosting
  Newsletters
  Discussion Lists
Web Hosting
Server Co-location
and Administration
Web Applications
Technical Support
Contact Us
DXP Samples
 
DxpHome  ||   Samples  ||   Details  ||   Docs  ||   Trees  ||   xml-xsl  ||   Links
// Branch.java

Branch node performs a test in a decision tree. If the test if true execution is passed to the first child, if false to the first child.sibling. This kind of TestNode works best when the data set comes from a random distribution of numbers or the test involves a binary decision. To test for specific String values (rather than sorting them) a Case node is probably a better choice.


@author Return to Index

Note: We have tried to test all of the code examples but they may contain errors. Any questions, comments, suggestions, or problems should be sent to info@plands.com.