edu.unh.sdb.lattice
Class UnstructuredApproximator

java.lang.Object
  extended by edu.unh.sdb.lattice.Approximator
      extended by edu.unh.sdb.lattice.UnstructuredApproximator
Direct Known Subclasses:
AreaTriangleCellApproximator, LinearTriangleCellApproximator, PlanarTriangleCellApproximator

public abstract class UnstructuredApproximator
extends Approximator


Constructor Summary
UnstructuredApproximator()
           
 
Method Summary
 java.lang.String toString()
          Return a String representing the object.
 java.lang.String toString(java.lang.String indent)
          Return a String representing the object indented by the argument string.
 
Methods inherited from class edu.unh.sdb.lattice.Approximator
approximate, approximate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnstructuredApproximator

public UnstructuredApproximator()
Method Detail

toString

public java.lang.String toString()
Return a String representing the object.

Overrides:
toString in class Approximator

toString

public java.lang.String toString(java.lang.String indent)
Return a String representing the object indented by the argument string.

Overrides:
toString in class Approximator