Uses of Class
ora4mas.nopl.oe.Player
-
Packages that use Player Package Description ora4mas.nopl ora4mas.nopl.oe -
-
Uses of Player in ora4mas.nopl
Method parameters in ora4mas.nopl with type arguments of type Player Modifier and Type Method Description protected void
SchemeBoard. updateRolePlayers(java.lang.String grId, java.util.Collection<Player> rp)
(package private) void
GroupBoard. updateSubgroupPlayers(java.lang.String grId, java.util.Collection<Player> rp)
-
Uses of Player in ora4mas.nopl.oe
Fields in ora4mas.nopl.oe with type parameters of type Player Modifier and Type Field Description protected java.util.Set<Player>
CollectiveOE. exPlayers
protected java.util.Set<Player>
CollectiveOE. players
Methods in ora4mas.nopl.oe that return Player Modifier and Type Method Description Player
CollectiveOE. addPlayer(java.lang.String ag, java.lang.String obj)
Methods in ora4mas.nopl.oe that return types with arguments of type Player Modifier and Type Method Description java.util.Collection<Player>
CollectiveOE. getExPlayers()
java.util.Collection<Player>
CollectiveOE. getPlayers()
Methods in ora4mas.nopl.oe with parameters of type Player Modifier and Type Method Description int
Player. compareTo(Player o)
private jason.asSyntax.Literal
CollectiveOE. getExPlayerLiteral(Player p)
private jason.asSyntax.Literal
CollectiveOE. getPlayerLiteral(Player p)
-