rasmus.interpreter.math
Class MathModule

java.lang.Object
  extended by rasmus.interpreter.RModuleFactory
      extended by rasmus.interpreter.math.MathModule
All Implemented Interfaces:
RUnitFactory, RVariableFactory

public class MathModule
extends RModuleFactory


Constructor Summary
MathModule()
           
 
Method Summary
 RUnitInstancePart newInstance(RNameSpace namespace)
           
 
Methods inherited from class rasmus.interpreter.RModuleFactory
asVariable, newInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathModule

public MathModule()
Method Detail

newInstance

public RUnitInstancePart newInstance(RNameSpace namespace)
Specified by:
newInstance in class RModuleFactory