All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class JavaGO.Intersection

java.lang.Object
    |
    +----JavaGO.Intersection

public class Intersection
extends Object
implements Constants
Intersection


Method Index

 o getNode()
get intersection node
 o getType()
get intersection type
 o isBlack()
is black ?
 o isDame()
is dame ?
 o isDetermined()
is determined ?
 o isEmpty()
is empty ?
 o isStone()
is Stone ?
 o isTerr_black()
is black territory ?
 o isTerr_white()
is white territory ?
 o isUndetermined()
is undetermined ?
 o isUnknown()
is unknown ?
 o isWhite()
is white ?
 o setNode(int, int)
Set intersection stone node
 o setPass(int)
Set intersection pass node
 o setType(int)
Set intersection type
 o transform()
Transform presumption ident to certitude

Methods

 o setNode
public void setNode(int i,
                    int color)
Set intersection stone node

 o setPass
public void setPass(int i)
Set intersection pass node

 o setType
public void setType(int i)
Set intersection type

 o getNode
public int getNode()
get intersection node

 o getType
public int getType()
get intersection type

 o transform
public void transform()
Transform presumption ident to certitude

 o isStone
public boolean isStone()
is Stone ?

 o isEmpty
public boolean isEmpty()
is empty ?

 o isWhite
public boolean isWhite()
is white ?

 o isBlack
public boolean isBlack()
is black ?

 o isUnknown
public boolean isUnknown()
is unknown ?

 o isTerr_white
public boolean isTerr_white()
is white territory ?

 o isTerr_black
public boolean isTerr_black()
is black territory ?

 o isDame
public boolean isDame()
is dame ?

 o isDetermined
public boolean isDetermined()
is determined ?

 o isUndetermined
public boolean isUndetermined()
is undetermined ?


All Packages  Class Hierarchy  This Package  Previous  Next  Index