[Cs5500] Course Notes for CS5500, Monday_4th_April_2011

Liang Yu yu.lia at husky.neu.edu
Mon Apr 4 20:24:27 EDT 2011


hi,

Everyone, the note is in the attachment.

-- 
--
Regards,
*Liang*
College of Computer and Information Science,
Northeastern University
Tel: 718-501-0145
MSN: yuliang.name at gmail.com (this is my primary email)
-------------- next part --------------
HTML attachment scrubbed and removed
-------------- next part --------------
Course Notes for CS5500, Monday_4th_April_2011

+--------------------------------------------+

Smart History =
<loc> List(ClaimWithResponse).

ClaimWithResponse =
<proposer>  TeamName
<opposer>   TeamName
<decision>  OpposeAction
<c>         ClaimAnnotated // not defined, the same with the Claim
<ros>        List(response)
<winner>    TeamName
<pointswon> Reputation.

------

AnnotatedResponse =
<provider> TeamName
<pr>       ProtocolResponse.

------
Status = 
<ts>   TournamentScore
<lop>  List(player) // player contain <tournament_score> int.
<sh>   SmartHistory
<loa>  List(ActiveGame)
<rh>   RawHistory.

-----
ActiveGame = 
<p1> Player
<p2> Player.

// Player contains Reputation.

----
RawHistory = 
<loe> List<Entry>.


*********************************
-- deprecated --
Entry =
<req> Request
<res> Response
<ta>  TeamName
<op>  Option(ReputationUpdate).
*********************************


--new entry definition --

Entry =
<req> Request
<rep> Reply
<ta>  TeamName
<or>  Option(ReputationUpdate).

Reply = Response | KickJustification.



+--------------------------------------------+

Made by Liang.


More information about the Cs5500 mailing list