Impl
Class Chain

java.lang.Object
  extended by Impl.Chain

public class Chain
extends java.lang.Object

Testing a chain of components (Java implementation)


Constructor Summary
Chain()
           
 
Method Summary
 double calcPI(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chain

public Chain()
Method Detail

calcPI

public double calcPI(int i)