Uses of Class
cz.cuni.amis.utils.token.Token

Packages that use Token
cz.cuni.amis.utils.token   
 

Uses of Token in cz.cuni.amis.utils.token
 

Fields in cz.cuni.amis.utils.token declared as Token
static Token Tokens.NONE_TOKEN
          Token representing "none" information.
static Token Tokens.NULL_TOKEN
          Token representing "null" / "empty token".
 

Methods in cz.cuni.amis.utils.token that return Token
static Token Tokens.get(double id)
          Returns Token of a specified 'id'.
static Token Tokens.get(long id)
          Returns Token of a specified 'id'.
static Token Tokens.get(String tokenStr)
          Returns Token with name "tokenStr", do not use Tokens.NULL_TOKEN string "null" as param 'tokenStr' that represents null tokens (tokens without names).
 

Methods in cz.cuni.amis.utils.token with parameters of type Token
static void Tokens.destroy(Token token)
          Removes 'token' from Tokens.tokenMap.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.