C# 클래스 LongoMatch.Core.Stats.EventTypeStats

상속: Stat
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
EventTypeStats ( ProjectLongoMatch project, EventsFilter filter, EventType evType ) : System.Collections.Generic
GetFieldCoordinates ( TeamType team, FieldPositionType pos ) : List
HasPositionTags ( TeamType team ) : bool
Update ( ) : void

비공개 메소드들

메소드 설명
EventsForTeam ( TeamType team ) : List

메소드 상세

EventTypeStats() 공개 메소드

public EventTypeStats ( ProjectLongoMatch project, EventsFilter filter, EventType evType ) : System.Collections.Generic
project LongoMatch.Core.Store.ProjectLongoMatch
filter EventsFilter
evType LongoMatch.Core.Store.EventType
리턴 System.Collections.Generic

GetFieldCoordinates() 공개 메소드

public GetFieldCoordinates ( TeamType team, FieldPositionType pos ) : List
team TeamType
pos FieldPositionType
리턴 List

HasPositionTags() 공개 메소드

public HasPositionTags ( TeamType team ) : bool
team TeamType
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void