ontopoly.model
Interface RoleField.ValueIF

Enclosing class:
RoleField

public static interface RoleField.ValueIF

Interface. This interface is implemented by the Value class.


Method Summary
 void addPlayer(RoleField roleField, Topic player)
           
 int getArity()
           
 Topic getPlayer(RoleField roleField, Topic oplayer)
           
 Topic[] getPlayers()
           
 RoleField[] getRoleFields()
           
 

Method Detail

getArity

int getArity()

getRoleFields

RoleField[] getRoleFields()

getPlayers

Topic[] getPlayers()

addPlayer

void addPlayer(RoleField roleField,
               Topic player)

getPlayer

Topic getPlayer(RoleField roleField,
                Topic oplayer)


Copyright © 2000-2012 Ontopia.