Uses of Package
org.moyoman.module

Packages that use org.moyoman.module
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   
org.moyoman.module.bigpoint.simplebigpoint   
org.moyoman.module.board   
org.moyoman.module.board.boardimpl   
org.moyoman.module.connection   
org.moyoman.module.dame   
org.moyoman.module.dame.dameimpl   
org.moyoman.module.endgame   
org.moyoman.module.endgame.simpleendgame   
org.moyoman.module.expert   
org.moyoman.module.fuseki   
org.moyoman.module.fuseki.igofuseki   
org.moyoman.module.fuseki.simplefuseki   
org.moyoman.module.geometry   
org.moyoman.module.geometry.geometryimpl   
org.moyoman.module.groups   
org.moyoman.module.groups.groupsimpl   
org.moyoman.module.joseki   
org.moyoman.module.joseki.josekiimpl   
org.moyoman.module.ladder   
org.moyoman.module.ladder.ladderimpl This implementation of a Ladder module is meant to serve two purposes. 
org.moyoman.module.lifeanddeath   
org.moyoman.module.loosegroups This package provides the two interfaces that must be implemented in order to create a loosegroups module implementation. 
org.moyoman.module.loosegroups.simplelgimpl   
org.moyoman.module.middlegame   
org.moyoman.module.movegenerator   
org.moyoman.module.movegenerator.simplemovegenerator   
org.moyoman.module.proverbs   
org.moyoman.module.proverbs.igoproverbs   
org.moyoman.module.random   
org.moyoman.module.random.randomimpl   
org.moyoman.module.safety   
org.moyoman.module.safety.simplesafety   
org.moyoman.module.shape This package provides the interface that must be implemented in order to create a shape module implementation. 
org.moyoman.module.shape.simpleshape   
org.moyoman.module.tactics   
org.moyoman.module.tactics.simpletactics   
org.moyoman.module.tactics.tacticsimpl   
org.moyoman.module.territory   
org.moyoman.module.tesuji   
 

Classes in org.moyoman.module used by org.moyoman.helper
Component
          This marker interface is implemented by Module and Helper.
ComponentType
          Analogous to the Component interface, ComponentType is implemented by ModuleType and HelperType.
 

Classes in org.moyoman.module used by org.moyoman.helper.board.rules
Component
          This marker interface is implemented by Module and Helper.
 

Classes in org.moyoman.module used by org.moyoman.helper.board.rules.agarules
Component
          This marker interface is implemented by Module and Helper.
 

Classes in org.moyoman.module used by org.moyoman.helper.board.rules.agarules.agarulesimpl
Component
          This marker interface is implemented by Module and Helper.
 

Classes in org.moyoman.module used by org.moyoman.helper.board.rules.rulesimpl
Component
          This marker interface is implemented by Module and Helper.
 

Classes in org.moyoman.module used by org.moyoman.module
Component
          This marker interface is implemented by Module and Helper.
ComponentType
          Analogous to the Component interface, ComponentType is implemented by ModuleType and HelperType.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.bigpoint
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.bigpoint.simplebigpoint
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.board
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.board.boardimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.connection
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.dame
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.dame.dameimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.endgame
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.endgame.simpleendgame
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.expert
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.fuseki
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.fuseki.igofuseki
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.fuseki.simplefuseki
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.geometry
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.geometry.geometryimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.groups
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.groups.groupsimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.joseki
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.joseki.josekiimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.ladder
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.ladder.ladderimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.lifeanddeath
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.loosegroups
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.loosegroups.simplelgimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.middlegame
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.movegenerator
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.movegenerator.simplemovegenerator
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.proverbs
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.proverbs.igoproverbs
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.random
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.random.randomimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.safety
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.safety.simplesafety
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.shape
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.shape.simpleshape
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.tactics
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.tactics.simpletactics
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.tactics.tacticsimpl
Component
          This marker interface is implemented by Module and Helper.
Module
          The base class for all modules in the system.
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.territory
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.
 

Classes in org.moyoman.module used by org.moyoman.module.tesuji
ModuleInterface
          Both the Module abstract class and each module interface inherit this interface.