Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package cgsuite.extras

Contains the core Combinatorial Game Suite library.

See:
          Description

Interface Summary
CherryTreeEditorPanel.Mode  
 

Class Summary
CherryPathPosition A CherryTree position consisting only of a single path.
CherryTreeEditor An editor for CherryTreePositions.
CherryTreeEditorPanel An editor panel for CherryTrees.
CherryTreePosition  
ExtrasPlugin The Combinatorial Game Suite additional games Plug-in.
HeapGameArray  
LargestNimArray  
RootedTree A rooted cherrytree has a node designated as the root, which cannot be changed.
StaggerEditorPanel An editor panel for a single instance of Stagger.
StaggerPosition An impartial grid game with one piece.
UnrootedTree An unrooted cherrytree is still stored as a tree, but the root may be different to that designated in the constructor.
WythoffNimArray  
 

Package cgsuite.extras Description

Contains the core Combinatorial Game Suite library.

This package contains the fundamental framework for the Combinatorial Game Suite back-end. Classes in cgsuite are interface-independent. They can be accessed from within the CGSuite interface, by plug-ins, or by stand-alone applications. Important components of this package include:

For information on writing plug-ins, refer to the cgsuite.plugin documentation.