SpaceTime.DataModel
Interface UncertainPlf


public interface UncertainPlf

Represents Uncertain Plfs passed by value

Author:
Kostya

Method Summary
 YUncertainPlf GetItem(int index)
          Get Item at specified index
 float GetItemProb(int index)
          Get the probability of the item at specified index
 int Size()
          Number of pieces
 

Method Detail

Size

int Size()
Number of pieces

Returns:

GetItem

YUncertainPlf GetItem(int index)
Get Item at specified index

Parameters:
index -
Returns:

GetItemProb

float GetItemProb(int index)
Get the probability of the item at specified index

Parameters:
index -
Returns: