Uses of Class
tfg.util.Side

Packages that use Side
tfg.subsumption   
tfg.util   
 

Uses of Side in tfg.subsumption
 

Fields in tfg.subsumption declared as Side
(package private)  Side FindLineEx.lastSide
           
(package private)  Side FindLine.lastSide
           
(package private)  Side HalfTurn.side
           
 

Uses of Side in tfg.util
 

Methods in tfg.util that return Side
static Side Side.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Side[] Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.