SpaceTime.DataModel
Interface YUncertainPlf


public interface YUncertainPlf

Represents Y-Uncertain plfs (each y-point is a pud), simple points are also represented as singular puds passed by value

Author:
Kostya

Method Summary
 double GetX(int index)
          X coordinete of the piece at the specified index
 UncertaintyDistributionData GetY(int index)
          Y value (uncertain) of the piece at the specified index
 int Size()
          Number of pieces
 

Method Detail

Size

int Size()
Number of pieces

Returns:

GetX

double GetX(int index)
X coordinete of the piece at the specified index

Parameters:
index -
Returns:

GetY

UncertaintyDistributionData GetY(int index)
Y value (uncertain) of the piece at the specified index

Parameters:
index -
Returns: