Uses of Interface
org.drools.examples.conway.CellGrid
-
Packages that use CellGrid Package Description org.drools.examples.conway org.drools.examples.conway.ui -
-
Uses of CellGrid in org.drools.examples.conway
Classes in org.drools.examples.conway that implement CellGrid Modifier and Type Class Description classCellGridImplACellGridrepresents a grid ofCellobjects. -
Uses of CellGrid in org.drools.examples.conway.ui
Constructors in org.drools.examples.conway.ui with parameters of type CellGrid Constructor Description CellGridCanvas(CellGrid cellGrid)Constructs a CellGridCanvas.
-