massim.gridsimulations
Class AbstractGridSimulationCell

java.lang.Object
  extended by massim.gridsimulations.AbstractGridSimulationCell
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GridSimulationCell, GridSimulationCell

public abstract class AbstractGridSimulationCell
extends java.lang.Object
implements java.io.Serializable

This class describes a single GridCell.

See Also:
Serialized Form

Field Summary
 boolean agent
           
 java.lang.String agentTeam
           
 java.lang.String object
           
 boolean obstacle
           
 
Constructor Summary
AbstractGridSimulationCell()
           
 
Method Summary
abstract  boolean freeCell()
           
abstract  boolean noObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obstacle

public boolean obstacle

agent

public boolean agent

object

public java.lang.String object

agentTeam

public java.lang.String agentTeam
Constructor Detail

AbstractGridSimulationCell

public AbstractGridSimulationCell()
Method Detail

noObject

public abstract boolean noObject()

freeCell

public abstract boolean freeCell()


Copyright © 2012. All Rights Reserved.