ColorShapeLinks AI
An AI competition for the IEEE Conference on Games 2021
IThinkerPrototype Interface Reference

Interface for all thinker prototypes. More...

+ Inheritance diagram for IThinkerPrototype:
+ Collaboration diagram for IThinkerPrototype:

Public Member Functions

IThinker Create ()
 Instantiate a new thinker from this prototype. More...
 

Properties

string ThinkerName [get]
 Name of the underlying thinker. More...
 

Detailed Description

Interface for all thinker prototypes.

Member Function Documentation

◆ Create()

IThinker Create ( )

Instantiate a new thinker from this prototype.

Returns
A new thinker instance.

Implemented in HumanThinkerPrototype, and ThinkerPrototype.

Property Documentation

◆ ThinkerName

string ThinkerName
get

Name of the underlying thinker.


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