| org.databene.benerator.TreePathGenerator
TreePathGenerator | public class TreePathGenerator extends LightweightGenerator (Code) | | Generates random paths of a tree model.
The property 'rootIncluded' tells if the tree's root node should be included in the generated path.
Created: 30.07.2007 18:48:23
|
TreePathGenerator | public TreePathGenerator()(Code) | | |
TreePathGenerator | public TreePathGenerator(TreeModel model)(Code) | | |
isRootIncluded | public boolean isRootIncluded()(Code) | | |
setRootIncluded | public void setRootIncluded(boolean rootIncluded)(Code) | | |
validate | public void validate()(Code) | | |
|
|