Represents a collection of states belonging to a Variable.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public sealed class StateCollection : IList<State>, 
	ICollection<State>, IEnumerable<State>, IEnumerable
Visual Basic (Declaration)
Public NotInheritable Class StateCollection _
	Implements IList(Of State), ICollection(Of State),  _
	IEnumerable(Of State), IEnumerable
Visual C++
public ref class StateCollection sealed : IList<State^>, 
	ICollection<State^>, IEnumerable<State^>, IEnumerable

Remarks

Note that a continuous variable always has a single state.

Inheritance Hierarchy

System..::.Object
  BayesServer..::.StateCollection

See Also