org.drools.examples.conway
Class Neighbor

java.lang.Object
  extended by org.drools.examples.conway.Neighbor

public class Neighbor
extends Object


Constructor Summary
Neighbor(Cell cell, Cell neighbor)
           
 
Method Summary
 Cell getCell()
           
 Cell getNeighbor()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Neighbor

public Neighbor(Cell cell,
                Cell neighbor)
Method Detail

getCell

public Cell getCell()

getNeighbor

public Cell getNeighbor()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.