C# Class LongoMatch.Core.Stats.EventTypeStats

Inheritance: Stat
ファイルを表示 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
EventTypeStats ( ProjectLongoMatch project, EventsFilter filter, EventType evType ) : System.Collections.Generic
GetFieldCoordinates ( TeamType team, FieldPositionType pos ) : List
HasPositionTags ( TeamType team ) : bool
Update ( ) : void

Private Methods

Method Description
EventsForTeam ( TeamType team ) : List

Method Details

EventTypeStats() public method

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

GetFieldCoordinates() public method

public GetFieldCoordinates ( TeamType team, FieldPositionType pos ) : List
team TeamType
pos FieldPositionType
return List

HasPositionTags() public method

public HasPositionTags ( TeamType team ) : bool
team TeamType
return bool

Update() public method

public Update ( ) : void
return void