edu.buffalo.fs7.mathlib
Class Separator

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

public class Separator
extends MathObject

Class representing a Separator object. This class is identified by the Tokenizer class and used by the Parse class.

See Also:
Parse, Tokenizer

Fields inherited from class edu.buffalo.fs7.mathlib.MathObject
mathlib
 
Constructor Summary
Separator()
          creates a default separator (',')
 
Method Summary
 java.lang.String toString()
          returns the string representation of the separator
 
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

Separator

public Separator()
creates a default separator (',')
Method Detail

toString

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