public static class CompressedPayoffMatrix.Entry extends Object implements Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
protected int[] |
numAgentsPerStrategy |
Constructor and Description |
---|
CompressedPayoffMatrix.Entry(int[] numAgentsPerStrategy) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object other) |
int |
getNumAgents(int strategy) |
int |
hashCode() |
long |
permutations() |
CompressedPayoffMatrix.Entry |
removeSingleAgent(int strategy) |
String |
toString() |
public CompressedPayoffMatrix.Entry(int[] numAgentsPerStrategy)
public int getNumAgents(int strategy)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public CompressedPayoffMatrix.Entry removeSingleAgent(int strategy)
public long permutations()
Copyright © 2014. All rights reserved.