C# Class PhantomChains.Record

Slice of one level in variants tree.
Exibir arquivo Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Properties

Property Type Description
Content LibiadaCore.Core.SimpleTypes.ValuePhantom
Volume ulong

Public Methods

Method Description
Record ( ValuePhantom message, ulong volume ) : System

Initializes a new instance of the Record class.

Method Details

Record() public method

Initializes a new instance of the Record class.
/// Thrown if there is no message. ///
public Record ( ValuePhantom message, ulong volume ) : System
message LibiadaCore.Core.SimpleTypes.ValuePhantom /// Phantom message on the current position of sequence. ///
volume ulong /// Variants count for current position. ///
return System

Property Details

Content public_oe property

Phantom value in given position of phantom sequence representing variants of content of current level in variants tree.
public ValuePhantom,LibiadaCore.Core.SimpleTypes Content
return LibiadaCore.Core.SimpleTypes.ValuePhantom

Volume public_oe property

Variants count on this level of variants tree.
public ulong Volume
return ulong