massim.cowsimulations
Class GridSimulationPerceptionCell

java.lang.Object
  extended by massim.gridsimulations.SimulationPerceptionCell
      extended by massim.cowsimulations.GridSimulationPerceptionCell
All Implemented Interfaces:
java.io.Serializable

public class GridSimulationPerceptionCell
extends SimulationPerceptionCell

This class is a single Perception cell.

See Also:
Serialized Form

Field Summary
 boolean agent
           
 boolean corral
           
 boolean cow
           
 java.lang.String cowID
           
 boolean fence
           
 boolean open
           
 java.lang.String stableType
           
 boolean switcher
           
 
Fields inherited from class massim.gridsimulations.SimulationPerceptionCell
agentType, obstacle, unknown
 
Constructor Summary
GridSimulationPerceptionCell()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cow

public boolean cow

cowID

public java.lang.String cowID

agent

public boolean agent

corral

public boolean corral

stableType

public java.lang.String stableType

switcher

public boolean switcher

fence

public boolean fence

open

public boolean open
Constructor Detail

GridSimulationPerceptionCell

public GridSimulationPerceptionCell()


Copyright © 2011. All Rights Reserved.