Class mheg5.OBJ.TokenManager
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.TokenManager

java.lang.Object
   |
   +----mheg5.OBJ.TokenManager

public class TokenManager
extends Object
implements AITokenManager

Variable Index

 o MovementTable
Own exchanged attribute MovementTable

Constructor Index

 o TokenManager(TokenGroup)

Method Index

 o CheckEvent(MhegEvent)
 o GetExpectedItems()
 o GetTokenPosition()
 o GetTokenPosition(IntegerVariable)
GetTokenPosition (TokenPositionVar)
 o InitializeTable()
 o Move(int)
Move
 o MoveTo(int)
MoveTo(Index)
 o RegisterLink(Link)
 o toString()
 o TransferToken(int)
TransferToken (TargetElement)

Variables

 o MovementTable
  public Array MovementTable
Own exchanged attribute MovementTable

Constructors

 o TokenManager
  public TokenManager(TokenGroup token_group_obj)

Methods

 o RegisterLink
  public Link RegisterLink(Link link)
 o CheckEvent
  public MhegEvent CheckEvent(MhegEvent event)
 o TransferToken
  public void TransferToken(int targetElement)
TransferToken (TargetElement)
 o Move
  public void Move(int movId)
Move
 o MoveTo
  public void MoveTo(int index)
MoveTo(Index)
 o GetTokenPosition
  public void GetTokenPosition(IntegerVariable position)
GetTokenPosition (TokenPositionVar)
 o InitializeTable
  public boolean InitializeTable()
 o toString
  public String toString()
Overrides:
toString in class Object
 o GetExpectedItems
  public int GetExpectedItems()
 o GetTokenPosition
  public int GetTokenPosition()

All Packages  Class Hierarchy  This Package  Previous  Next  Index