Class FiniteGraph

java.lang.Object
  |
  +--MathSystem
        |
        +--FiniteGraph
Direct Known Subclasses:
FiniteGraphA, FiniteGraphB, FiniteGraphC

public abstract class FiniteGraph
extends MathSystem

this class represents a mathematical system.


Fields inherited from class MathSystem
n
 
Constructor Summary
FiniteGraph()
           
 
Methods inherited from class MathSystem
animateNum, draw, drawAnimate, getInfo, iterate, reset, subiterate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiniteGraph

public FiniteGraph()