Uses of Interface
org.moyoman.module.Component

Packages that use Component
org.moyoman.helper Provides classes used in creating helper classes. 
org.moyoman.helper.board.rules   
org.moyoman.helper.board.rules.agarules   
org.moyoman.helper.board.rules.agarules.agarulesimpl   
org.moyoman.helper.board.rules.rulesimpl   
org.moyoman.module Provides classes for creating and administering modules. 
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 Component in org.moyoman.helper
 

Classes in org.moyoman.helper that implement Component
 class Helper
          The base class for all helpers in the system.
 

Uses of Component in org.moyoman.helper.board.rules
 

Classes in org.moyoman.helper.board.rules that implement Component
 class RulesHelper
          Classes which extend this one help the Board module.
 

Uses of Component in org.moyoman.helper.board.rules.agarules
 

Classes in org.moyoman.helper.board.rules.agarules that implement Component
 class AGARules
          The class which extends this one will implement the American Go Association rule set.
 

Uses of Component in org.moyoman.helper.board.rules.agarules.agarulesimpl
 

Classes in org.moyoman.helper.board.rules.agarules.agarulesimpl that implement Component
 class AGARulesImpl
          This class implements the AGARules interface to return the correct responses for the AGA rule set.
 

Uses of Component in org.moyoman.helper.board.rules.rulesimpl
 

Classes in org.moyoman.helper.board.rules.rulesimpl that implement Component
 class RulesImpl
          This class determines what type of rules helper is to be used.
 

Uses of Component in org.moyoman.module
 

Classes in org.moyoman.module that implement Component
 class Module
          The base class for all modules in the system.
 

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

Classes in org.moyoman.module.bigpoint.simplebigpoint that implement Component
 class SimpleBigPoint
          This module generates bigpoints.
 

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

Classes in org.moyoman.module.board.boardimpl that implement Component
 class BoardImpl
          This module implements the Board interface.
 

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

Classes in org.moyoman.module.dame.dameimpl that implement Component
 class DameImpl
          This module implements the Dame interface.
 

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

Classes in org.moyoman.module.endgame.simpleendgame that implement Component
 class SimpleEndgame
          This module implements the Endgame interface.
 

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

Classes in org.moyoman.module.fuseki.igofuseki that implement Component
 class IgoFuseki
          This module implements the Fuseki interface.
 

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

Classes in org.moyoman.module.fuseki.simplefuseki that implement Component
 class SimpleFuseki
          This module implements the Fuseki interface.
 

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

Classes in org.moyoman.module.geometry.geometryimpl that implement Component
 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 Component in org.moyoman.module.groups.groupsimpl
 

Classes in org.moyoman.module.groups.groupsimpl that implement Component
 class GroupsImpl
          This module implements the Groups interface.
 

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

Classes in org.moyoman.module.joseki.josekiimpl that implement Component
 class JosekiImpl
           
 

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

Classes in org.moyoman.module.ladder.ladderimpl that implement Component
 class LadderImpl
          This module implements the Ladder interface.
 

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

Classes in org.moyoman.module.loosegroups.simplelgimpl that implement Component
 class LGImpl
          This class is responsible for assigning stones to a loose group.
 

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

Classes in org.moyoman.module.movegenerator.simplemovegenerator that implement Component
 class SimpleMoveGenerator
          This module implements the MoveGenerator interface.
 

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

Classes in org.moyoman.module.proverbs.igoproverbs that implement Component
 class IgoProverbs
          This module implements the Proverbs interface.
 

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

Classes in org.moyoman.module.random.randomimpl that implement Component
 class RandomImpl
          This module implements the Random interface.
 

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

Classes in org.moyoman.module.safety.simplesafety that implement Component
 class SimpleSafety
          This module implements the Safety interface.
 

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

Classes in org.moyoman.module.shape.simpleshape that implement Component
 class SimpleShape
          This module implements the Shape interface.
 

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

Classes in org.moyoman.module.tactics.simpletactics that implement Component
 class SimpleTactics
          This module implements the Endgame interface.
 

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

Classes in org.moyoman.module.tactics.tacticsimpl that implement Component
 class TacticsImpl
          This module implements the Tactics interface.