C# Class Orc.Submissions.AccountForEfficiencies.SpecialIntervalTree.IntervalTree

Afficher le fichier Open project: Orcomp/Orcomp

Méthodes publiques

Свойство Type Description
IsFullyCovered bool

Méthodes publiques

Méthode Description
AccumulateEffectiveTime ( long realTicks ) : long
AddSupportPoint ( long time ) : bool
GetSupportIndexAtTime ( long time ) : int
GetTopNodeAtIndex ( int idx ) : IntervalNode
GetTopNodeAtTime ( long time ) : IntervalNode
InitSupportAndMapping ( ) : void
MergeAndIntegrate ( DateIntervalEfficiency eff ) : void

Method Details

AccumulateEffectiveTime() public méthode

public AccumulateEffectiveTime ( long realTicks ) : long
realTicks long
Résultat long

AddSupportPoint() public méthode

public AddSupportPoint ( long time ) : bool
time long
Résultat bool

GetSupportIndexAtTime() public méthode

public GetSupportIndexAtTime ( long time ) : int
time long
Résultat int

GetTopNodeAtIndex() public méthode

public GetTopNodeAtIndex ( int idx ) : IntervalNode
idx int
Résultat IntervalNode

GetTopNodeAtTime() public méthode

public GetTopNodeAtTime ( long time ) : IntervalNode
time long
Résultat IntervalNode

InitSupportAndMapping() public méthode

public InitSupportAndMapping ( ) : void
Résultat void

MergeAndIntegrate() public méthode

public MergeAndIntegrate ( DateIntervalEfficiency eff ) : void
eff Orc.Interval.DateIntervalEfficiency
Résultat void

Property Details

IsFullyCovered public_oe property

public bool IsFullyCovered
Résultat bool