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

Quick Search    Search Deep

Package org.maloi.evolvo.expressiontree

Class Summary
ExpressionTree Handles mathematic expressions in a tree structure, including storage, evaluation, and display.
Value Terminal node for an expressionTree that stores a double value.
Variable Terminal node for expressionTree that stores a variable.