Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StateValueType

The type of value represented by a {@link com.bayesserver.State}.

This setting determines the type of values that {@link com.bayesserver.State#getValue} can have.

Hierarchy

  • StateValueType

Index

Properties

Static Boolean

Boolean: StateValueType = new StateValueType()

A {@link com.bayesserver.State} can have a boolean value.

Static DoubleInterval

DoubleInterval: StateValueType = new StateValueType()

The {@link com.bayesserver.State} value is an interval specified using double precision numbers.

Static Integer

Integer: StateValueType = new StateValueType()

A {@link com.bayesserver.State} can have a integer value.

Static None

None: StateValueType = new StateValueType()

A {@link com.bayesserver.State} has no value. It will still have a name however.