Uses of Class
net.japanesechess.record.PlyActions

Packages that use PlyActions
net.japanesechess.record   
 

Uses of PlyActions in net.japanesechess.record
 

Fields in net.japanesechess.record declared as PlyActions
private  PlyActions ShogiPly.action
           
 

Methods in net.japanesechess.record that return PlyActions
 PlyActions ShogiPly.getAction()
           
static PlyActions PlyActions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlyActions[] PlyActions.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.japanesechess.record with parameters of type PlyActions
 void ShogiPly.setAction(PlyActions action)