de.flothow.jago.netobj
Class SpielInformation

java.lang.Object
  extended by de.flothow.jago.netobj.SpielInformation
All Implemented Interfaces:
java.io.Serializable

public class SpielInformation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SpielInformation(Spielertyp eins, Spielertyp zwei)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Spielertyp getSpielerEins()
           
 Spielertyp getSpielerZwei()
           
 int hashCode()
           
 SpielInformation inverse()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpielInformation

public SpielInformation(Spielertyp eins,
                        Spielertyp zwei)
Method Detail

getSpielerEins

public Spielertyp getSpielerEins()

getSpielerZwei

public Spielertyp getSpielerZwei()

inverse

public SpielInformation inverse()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object