Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

exptree.utilities: Javadoc index of package exptree.utilities.


Package Samples:

exptree.utilities

Classes:

generator: Creates a randomly generated mathematic expression and places it in an expressionTree. The generation process is influenced by several parameters contain in a globalSettings object. The most significant are the properties "complexity," "depreciation," and "variable.probability." The complexity value determines how likely the node being produced is to be a terminal node, where the lower complexity's value, the more likely it is to be terminal. Depreciation is a value that is subtracted from complexity at each level of the tree, to ensure the generation process will end within a reasonable number ...
imageGenerator: Generates an image based on expressionTrees. Currently, this supports images in the RGB and HSB colorspaces, and therefore takes 3 expressionTrees. The image generation takes place in a thread, and does not begin until the startIt() method is called.
variablePackage: Keeps a list of variables available for use in an expressionTree. To Do: put variables in a HashTable and allow the definition of variables.
imageGeneratorParams
mutator

Home | Contact Us | Privacy Policy | Terms of Service