org.tm4j.tolog .PlayerRole

Description

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

Inheritance Hierarchy

Method Summary
org.tm4j.topicmap.Topic getPlayerTopic()
java.lang.String getPlayerVar()
org.tm4j.topicmap.Topic getRoleTopic()
java.lang.String getRoleVar()
void hasVariables()
void matches(org.tm4j.tolog.PlayerRole other,java.util.Map vars)
void setPlayerTopic(org.tm4j.topicmap.Topic playerTopic)
void setRoleTopic(org.tm4j.topicmap.Topic roleTopic)
java.lang.String toString()