Frame of Reference Game API  1.0.3
Public Member Functions | Public Attributes | Properties | List of all members
FrameOfReference.Presentation.Statistics Class Reference

Represents a set of TestCases that can be executed, recorded and serialized. More...

Public Member Functions

 Statistics ()
 Base-constructor for XML serialization. Do not call manually! More...
 
 Statistics (string gameVersion, string engineVersion, Universe universe)
 Creates a set of TestCases based on BenchmarkPoint<TCoordinates>s in a Universe. More...
 

Public Attributes

TestCase [] TestCases
 The set of TestCases. More...
 

Properties

string GameVersion [get, set]
 The version number of the game. More...
 
string EngineVersion [get, set]
 The version number of the engine. More...
 

Detailed Description

Represents a set of TestCases that can be executed, recorded and serialized.

Constructor & Destructor Documentation

◆ Statistics() [1/2]

FrameOfReference.Presentation.Statistics.Statistics ( )
inline

Base-constructor for XML serialization. Do not call manually!

◆ Statistics() [2/2]

FrameOfReference.Presentation.Statistics.Statistics ( string  gameVersion,
string  engineVersion,
Universe  universe 
)
inline

Creates a set of TestCases based on BenchmarkPoint<TCoordinates>s in a Universe.

Parameters
gameVersionThe version number of the game.
engineVersionThe version number of the engine.
universeThe Universe containing the BenchmarkPoint<TCoordinates>s.

Member Data Documentation

◆ TestCases

TestCase [] FrameOfReference.Presentation.Statistics.TestCases

The set of TestCases.

Property Documentation

◆ EngineVersion

string FrameOfReference.Presentation.Statistics.EngineVersion
getset

The version number of the engine.

◆ GameVersion

string FrameOfReference.Presentation.Statistics.GameVersion
getset

The version number of the game.


The documentation for this class was generated from the following file: