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

Quick Search    Search Deep

riso.distributions
Class TrivialSoleLambdaHelper  view TrivialSoleLambdaHelper download TrivialSoleLambdaHelper.java

java.lang.Object
  extended byriso.distributions.TrivialSoleLambdaHelper
All Implemented Interfaces:
LambdaHelper, java.io.Serializable

public class TrivialSoleLambdaHelper
extends java.lang.Object
implements LambdaHelper


Constructor Summary
TrivialSoleLambdaHelper()
           
 
Method Summary
 Distribution compute_lambda(Distribution[] lambda_messages)
          In the case there is only one lambda message, lambda is just that message.
static riso.general.SeqTriple[] description()
          Returns a description of the sequences of distributions accepted by this helper -- namely exactly one AbstractDistribution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialSoleLambdaHelper

public TrivialSoleLambdaHelper()
Method Detail

description

public static riso.general.SeqTriple[] description()
Returns a description of the sequences of distributions accepted by this helper -- namely exactly one AbstractDistribution.


compute_lambda

public Distribution compute_lambda(Distribution[] lambda_messages)
                            throws java.lang.Exception
In the case there is only one lambda message, lambda is just that message.

Specified by:
compute_lambda in interface LambdaHelper