Example #1
0
 /// <summary>
 /// Returns information about the current state of the psai engine.
 /// </summary>
 /// <returns>
 /// a datastructure of type <see cref="PsaiInfo">PsaiInfo</see>
 /// </returns>
 public PsaiInfo GetPsaiInfo()
 {
     return(m_logik.getPsaiInfo());
 }