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

Quick Search    Search Deep

com.hartmath.mapping
Class Size1Function  view Size1Function download Size1Function.java

java.lang.Object
  extended bycom.hartmath.mapping.FunctionMapper
      extended bycom.hartmath.mapping.Size1Function
All Implemented Interfaces:
FunctionEvaluator

public class Size1Function
extends FunctionMapper

Class that represents a function evaluation object. FunctionMapper is used as an interface for built-in functions, which are associated with a symbol.

Version:
%I%, %G%

Field Summary
 
Fields inherited from class com.hartmath.mapping.FunctionMapper
uFunction, uPredicate
 
Constructor Summary
Size1Function(UnaryFunction uFun)
          Constructor for the Size1Function object
 
Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction fun)
          Evaluate the given function if possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size1Function

public Size1Function(UnaryFunction uFun)
Constructor for the Size1Function object

Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction fun)
Evaluate the given function if possible.

Specified by:
evaluate in interface FunctionEvaluator
Overrides:
evaluate in class FunctionMapper