JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class ChildMakerChain.ChainElement

java.lang.Object
  extended bygov.nasa.javaGenes.core.ChildMakerChain.ChainElement
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ChildMakerChain

protected class ChildMakerChain.ChainElement
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ChildMakerChain.ChainElement(ChildMaker childMaker, double probability)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildMakerChain.ChainElement

public ChildMakerChain.ChainElement(ChildMaker childMaker,
                                    double probability)
Method Detail

toString

public java.lang.String toString()

JavaGenes, NASA Ames. Written largely by Al Globus