Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.metacosm.framework.random
Interface DistributionLaw  view DistributionLaw download DistributionLaw.java

All Superinterfaces:
org.metacosm.framework.persistence.Persistent, java.io.Serializable
All Known Implementing Classes:
DiceDistributionLaw, GaussianDistributionLaw, UniformDistributionLaw

public interface DistributionLaw
extends org.metacosm.framework.persistence.Persistent


Method Summary
 java.lang.Object nextValue()
           
 
Methods inherited from interface org.metacosm.framework.persistence.Persistent
load, save
 

Method Detail

nextValue

public java.lang.Object nextValue()