C# 클래스 PhantomChains.PhantomTable

Class, containing data for building tree of variants.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StartPositions List

공개 메소드들

메소드 설명
PhantomTable ( BaseChain source ) : System.Collections.Generic

Initializes a new instance of the PhantomTable class.

this ( int index ) : Record

Indexer of record value.

메소드 상세

PhantomTable() 공개 메소드

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

this() 공개 메소드

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

프로퍼티 상세

StartPositions 공개적으로 프로퍼티

List of starts positions of trees in phantom chain.
public List StartPositions
리턴 List