net.sourceforge.jabm.gametheory
Class CompressedPayoffMatrix.FullEntry

java.lang.Object
  extended by net.sourceforge.jabm.gametheory.CompressedPayoffMatrix.FullEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CompressedPayoffMatrix

public static class CompressedPayoffMatrix.FullEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form
 

Field Summary
protected  CompressedPayoffMatrix matrix
           
protected  int[] pureStrategyProfile
           
 
Constructor Summary
CompressedPayoffMatrix.FullEntry(int[] pureStrategyProfile, CompressedPayoffMatrix matrix)
           
 
Method Summary
 CompressedPayoffMatrix.Entry compress()
           
 int getStrategy(int player)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pureStrategyProfile

protected int[] pureStrategyProfile

matrix

protected CompressedPayoffMatrix matrix
Constructor Detail

CompressedPayoffMatrix.FullEntry

public CompressedPayoffMatrix.FullEntry(int[] pureStrategyProfile,
                                        CompressedPayoffMatrix matrix)
Method Detail

getStrategy

public int getStrategy(int player)

compress

public CompressedPayoffMatrix.Entry compress()