edu.buffalo.fs7.mathlib
Class Operator

java.lang.Object
  |
  +--edu.buffalo.fs7.mathlib.MathObject
        |
        +--edu.buffalo.fs7.mathlib.Operator
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
BinaryOp, ConditionalOp, UnaryOp

public class Operator
extends MathObject

tagging class


Fields inherited from class edu.buffalo.fs7.mathlib.MathObject
mathlib
 
Constructor Summary
Operator()
           
 
Methods inherited from class edu.buffalo.fs7.mathlib.MathObject
clone, toParseableString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Operator

public Operator()