C# 클래스 FaultData.DataAnalysis.VICycleDataGroup

파일 보기 프로젝트 열기: GridProtectionAlliance/openXDA 1 사용 예제들

공개 메소드들

메소드 설명
PushDataTo ( CycleDataSet cycleDataSet ) : void
ToDataGroup ( ) : DataGroup
ToSubSet ( int startIndex, int endIndex ) : VICycleDataGroup
VICycleDataGroup ( DataGroup dataGroup ) : System.Collections.Generic
VICycleDataGroup ( List cycleDataGroups ) : System.Collections.Generic

비공개 메소드들

메소드 설명
MapIndexes ( ) : void

메소드 상세

PushDataTo() 공개 메소드

public PushDataTo ( CycleDataSet cycleDataSet ) : void
cycleDataSet CycleDataSet
리턴 void

ToDataGroup() 공개 메소드

public ToDataGroup ( ) : DataGroup
리턴 DataGroup

ToSubSet() 공개 메소드

public ToSubSet ( int startIndex, int endIndex ) : VICycleDataGroup
startIndex int
endIndex int
리턴 VICycleDataGroup

VICycleDataGroup() 공개 메소드

public VICycleDataGroup ( DataGroup dataGroup ) : System.Collections.Generic
dataGroup DataGroup
리턴 System.Collections.Generic

VICycleDataGroup() 공개 메소드

public VICycleDataGroup ( List cycleDataGroups ) : System.Collections.Generic
cycleDataGroups List
리턴 System.Collections.Generic