org.tm4j.tolog
Class PlayerRole

java.lang.Object
  extended byorg.tm4j.tolog.PlayerRole

Deprecated. from 0.9.5 use the package org.tm4j.tologx.

public class PlayerRole
extends java.lang.Object

Interface to a special member/player pair in which each of the elements can be either a value (a Topic) or a variable.


Constructor Summary
PlayerRole(org.tm4j.tolog.parser.ASTParameter param)
          Deprecated.  
PlayerRole(org.tm4j.tolog.parser.ASTParameter param, java.util.Hashtable vars)
          Deprecated.  
PlayerRole(PlayerRole cp, java.util.Hashtable vars)
          Deprecated.  
PlayerRole(Topic player, Topic role)
          Deprecated.  
 
Method Summary
 Topic getPlayerTopic()
          Deprecated.  
 java.lang.String getPlayerVar()
          Deprecated.  
 Topic getRoleTopic()
          Deprecated.  
 java.lang.String getRoleVar()
          Deprecated.  
 boolean hasVariables()
          Deprecated.  
 boolean matches(PlayerRole other, java.util.Map vars)
          Deprecated.  
 void setPlayerTopic(Topic playerTopic)
          Deprecated.  
 void setRoleTopic(Topic roleTopic)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayerRole

public PlayerRole(PlayerRole cp,
                  java.util.Hashtable vars)
Deprecated. 

PlayerRole

public PlayerRole(Topic player,
                  Topic role)
Deprecated. 

PlayerRole

public PlayerRole(org.tm4j.tolog.parser.ASTParameter param)
Deprecated. 

PlayerRole

public PlayerRole(org.tm4j.tolog.parser.ASTParameter param,
                  java.util.Hashtable vars)
           throws TologEvaluationException
Deprecated. 
Method Detail

getPlayerTopic

public Topic getPlayerTopic()
Deprecated. 

setPlayerTopic

public void setPlayerTopic(Topic playerTopic)
Deprecated. 

getPlayerVar

public java.lang.String getPlayerVar()
Deprecated. 

getRoleTopic

public Topic getRoleTopic()
Deprecated. 

setRoleTopic

public void setRoleTopic(Topic roleTopic)
Deprecated. 

getRoleVar

public java.lang.String getRoleVar()
Deprecated. 

hasVariables

public boolean hasVariables()
Deprecated. 

matches

public boolean matches(PlayerRole other,
                       java.util.Map vars)
Deprecated. 

toString

public java.lang.String toString()
Deprecated.