C# Class PhantomChains.PhantomTable

Class, containing data for building tree of variants.
Mostrar archivo Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Properties

Property Type Description
StartPositions List

Public Methods

Method Description
PhantomTable ( BaseChain source ) : System.Collections.Generic

Initializes a new instance of the PhantomTable class.

this ( int index ) : Record

Indexer of record value.

Method Details

PhantomTable() public method

Initializes a new instance of the PhantomTable class.
public PhantomTable ( BaseChain source ) : System.Collections.Generic
source LibiadaCore.Core.BaseChain /// Phantom chain. ///
return System.Collections.Generic

this() public method

Indexer of record value.
public this ( int index ) : Record
index int /// Record index. ///
return Record

Property Details

StartPositions public_oe property

List of starts positions of trees in phantom chain.
public List StartPositions
return List