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

Quick Search    Search Deep

com.hartmath.loadable
Class EExpandAll  view EExpandAll download EExpandAll.java

java.lang.Object
  extended bycom.hartmath.mapping.SFunctionEvaluator
      extended bycom.hartmath.mapping.E1SArg
          extended bycom.hartmath.loadable.EExpand
              extended bycom.hartmath.loadable.EExpandAll
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator

public class EExpandAll
extends EExpand

Class Declaration.

Version:
%I%, %G%

Constructor Summary
EExpandAll()
          Constructor for the EExpandAll object
 
Method Summary
 com.hartmath.expression.HObject mapExpand(com.hartmath.expression.HFunction f, com.hartmath.lib.Session session)
          Method Declaration.
 com.hartmath.expression.HObject multiplyExpand(com.hartmath.expression.HObject o0, com.hartmath.expression.HObject o1)
          Method Declaration.
 com.hartmath.expression.HObject multiplyMultiExpand(com.hartmath.expression.HFunction f, int i)
          Method Declaration.
 
Methods inherited from class com.hartmath.loadable.EExpand
e1ObjArg, multinomial, powExpand
 
Methods inherited from class com.hartmath.mapping.E1SArg
e1ComArg, e1ComArg, e1DblArg, e1DblArg, e1DblComArg, e1DblComArg, e1FraArg, e1FraArg, e1FunArg, e1FunArg, e1IntArg, e1IntArg, e1ObjArg, e1SymArg, e1SymArg, evaluate, operatorString
 
Methods inherited from class com.hartmath.mapping.SFunctionEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EExpandAll

public EExpandAll()
Constructor for the EExpandAll object

Method Detail

mapExpand

public com.hartmath.expression.HObject mapExpand(com.hartmath.expression.HFunction f,
                                                 com.hartmath.lib.Session session)
Method Declaration.

Overrides:
mapExpand in class EExpand

multiplyMultiExpand

public com.hartmath.expression.HObject multiplyMultiExpand(com.hartmath.expression.HFunction f,
                                                           int i)
Method Declaration.

Overrides:
multiplyMultiExpand in class EExpand

multiplyExpand

public com.hartmath.expression.HObject multiplyExpand(com.hartmath.expression.HObject o0,
                                                      com.hartmath.expression.HObject o1)
Method Declaration.

Overrides:
multiplyExpand in class EExpand