edu.buffalo.fs7.mathlib
Class DumpMap

java.lang.Object
  |
  +--edu.buffalo.fs7.mathlib.MathObject
        |
        +--edu.buffalo.fs7.mathlib.MathMap
              |
              +--edu.buffalo.fs7.mathlib.DumpMap
All Implemented Interfaces:
java.lang.Cloneable

public class DumpMap
extends MathMap

Class which allows to dump the components of a braket.


Fields inherited from class edu.buffalo.fs7.mathlib.MathObject
mathlib
 
Constructor Summary
DumpMap()
          creates a new dump map
 
Method Summary
 MathObject apply(MathObject o)
          returns the components of a braket as a StringArgument object
 java.lang.String toString()
          returns the string representation of the dump map
 
Methods inherited from class edu.buffalo.fs7.mathlib.MathObject
clone, toParseableString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DumpMap

public DumpMap()
creates a new dump map
Method Detail

apply

public MathObject apply(MathObject o)
returns the components of a braket as a StringArgument object
Overrides:
apply in class MathMap

toString

public java.lang.String toString()
returns the string representation of the dump map
Overrides:
toString in class MathObject
Following copied from class: edu.buffalo.fs7.mathlib.MathObject
See Also:
MathObject.toParseableString()