index | next

Class Dependencies

A class C1 depends on (uses) another class C2 if: The GameStateInfo class depends on the MoveInfo class because it must transform a state into a new state given a move.

index | next