Package ontopoly.model
Interface RoleField.ValueIF
-
- Enclosing class:
- RoleField
public static interface RoleField.ValueIF
Interface. This interface is implemented by the Value class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addPlayer(RoleField roleField, Topic player)
int
getArity()
Topic
getPlayer(RoleField roleField, Topic oplayer)
Topic[]
getPlayers()
RoleField[]
getRoleFields()
-