Uses of Interface
org.lsmp.djep.xjep.CommandVisitorI

Packages that use CommandVisitorI
org.lsmp.djep.djep   
org.lsmp.djep.xjep   
org.lsmp.djep.xjep.function   
 

Uses of CommandVisitorI in org.lsmp.djep.djep
 

Classes in org.lsmp.djep.djep that implement CommandVisitorI
 class Diff
          The diff(f,x) operator.
 

Uses of CommandVisitorI in org.lsmp.djep.xjep
 

Classes in org.lsmp.djep.xjep that implement CommandVisitorI
 class Eval
          Symbolic eval(x^3,x,2) operator.
 

Uses of CommandVisitorI in org.lsmp.djep.xjep.function
 

Classes in org.lsmp.djep.xjep.function that implement CommandVisitorI
 class Define
          Allows functions to be defined in equations.
 class XAssign
          An assignment operator so we can do x=3+4.
 



Copyright © 2014. All rights reserved.