SpaceTime.DataModel
Interface Item


public interface Item

The representation of piece that puds consist of passed by value

Author:
Kostya

Method Summary
 java.lang.String High()
          Piece higher bound
 java.lang.String Low()
          Piece lower bound
 java.lang.String Nominal()
          Nominal (string) value
 float Uncertainty()
          Piece probability
 

Method Detail

Uncertainty

float Uncertainty()
Piece probability

Returns:

Low

java.lang.String Low()
Piece lower bound

Returns:

High

java.lang.String High()
Piece higher bound

Returns:

Nominal

java.lang.String Nominal()
Nominal (string) value

Returns: