Uses of Class
org.moyoman.module.Module

Packages that use Module
org.moyoman.module.bigpoint.simplebigpoint   
org.moyoman.module.board.boardimpl   
org.moyoman.module.dame.dameimpl   
org.moyoman.module.endgame.simpleendgame   
org.moyoman.module.fuseki.igofuseki   
org.moyoman.module.fuseki.simplefuseki   
org.moyoman.module.geometry.geometryimpl   
org.moyoman.module.groups.groupsimpl   
org.moyoman.module.joseki.josekiimpl   
org.moyoman.module.ladder.ladderimpl This implementation of a Ladder module is meant to serve two purposes. 
org.moyoman.module.loosegroups.simplelgimpl   
org.moyoman.module.movegenerator.simplemovegenerator   
org.moyoman.module.proverbs.igoproverbs   
org.moyoman.module.random.randomimpl   
org.moyoman.module.safety.simplesafety   
org.moyoman.module.shape.simpleshape   
org.moyoman.module.tactics.simpletactics   
org.moyoman.module.tactics.tacticsimpl   
 

Uses of Module in org.moyoman.module.bigpoint.simplebigpoint
 

Subclasses of Module in org.moyoman.module.bigpoint.simplebigpoint
 class SimpleBigPoint
          This module generates bigpoints.
 

Uses of Module in org.moyoman.module.board.boardimpl
 

Subclasses of Module in org.moyoman.module.board.boardimpl
 class BoardImpl
          This module implements the Board interface.
 

Uses of Module in org.moyoman.module.dame.dameimpl
 

Subclasses of Module in org.moyoman.module.dame.dameimpl
 class DameImpl
          This module implements the Dame interface.
 

Uses of Module in org.moyoman.module.endgame.simpleendgame
 

Subclasses of Module in org.moyoman.module.endgame.simpleendgame
 class SimpleEndgame
          This module implements the Endgame interface.
 

Uses of Module in org.moyoman.module.fuseki.igofuseki
 

Subclasses of Module in org.moyoman.module.fuseki.igofuseki
 class IgoFuseki
          This module implements the Fuseki interface.
 

Uses of Module in org.moyoman.module.fuseki.simplefuseki
 

Subclasses of Module in org.moyoman.module.fuseki.simplefuseki
 class SimpleFuseki
          This module implements the Fuseki interface.
 

Uses of Module in org.moyoman.module.geometry.geometryimpl
 

Subclasses of Module in org.moyoman.module.geometry.geometryimpl
 class GeometryImpl
          Compute geometric information about the board, such as the set of empty points which are closer to a group than any other, which groups are adjacent to which other groups, and the convex hull of each group.
 

Uses of Module in org.moyoman.module.groups.groupsimpl
 

Subclasses of Module in org.moyoman.module.groups.groupsimpl
 class GroupsImpl
          This module implements the Groups interface.
 

Uses of Module in org.moyoman.module.joseki.josekiimpl
 

Subclasses of Module in org.moyoman.module.joseki.josekiimpl
 class JosekiImpl
           
 

Uses of Module in org.moyoman.module.ladder.ladderimpl
 

Subclasses of Module in org.moyoman.module.ladder.ladderimpl
 class LadderImpl
          This module implements the Ladder interface.
 

Uses of Module in org.moyoman.module.loosegroups.simplelgimpl
 

Subclasses of Module in org.moyoman.module.loosegroups.simplelgimpl
 class LGImpl
          This class is responsible for assigning stones to a loose group.
 

Uses of Module in org.moyoman.module.movegenerator.simplemovegenerator
 

Subclasses of Module in org.moyoman.module.movegenerator.simplemovegenerator
 class SimpleMoveGenerator
          This module implements the MoveGenerator interface.
 

Uses of Module in org.moyoman.module.proverbs.igoproverbs
 

Subclasses of Module in org.moyoman.module.proverbs.igoproverbs
 class IgoProverbs
          This module implements the Proverbs interface.
 

Uses of Module in org.moyoman.module.random.randomimpl
 

Subclasses of Module in org.moyoman.module.random.randomimpl
 class RandomImpl
          This module implements the Random interface.
 

Uses of Module in org.moyoman.module.safety.simplesafety
 

Subclasses of Module in org.moyoman.module.safety.simplesafety
 class SimpleSafety
          This module implements the Safety interface.
 

Uses of Module in org.moyoman.module.shape.simpleshape
 

Subclasses of Module in org.moyoman.module.shape.simpleshape
 class SimpleShape
          This module implements the Shape interface.
 

Uses of Module in org.moyoman.module.tactics.simpletactics
 

Subclasses of Module in org.moyoman.module.tactics.simpletactics
 class SimpleTactics
          This module implements the Endgame interface.
 

Uses of Module in org.moyoman.module.tactics.tacticsimpl
 

Subclasses of Module in org.moyoman.module.tactics.tacticsimpl
 class TacticsImpl
          This module implements the Tactics interface.