cad.simcad.worldsimulator.world.terrain.env
Class DirtRoadEnv

java.lang.Object
  |
  +--cad.simcad.worldsimulator.world.terrain.env.EarthEnv
        |
        +--cad.simcad.worldsimulator.world.terrain.env.DirtRoadEnv
All Implemented Interfaces:
EnvType, java.io.Serializable

public class DirtRoadEnv
extends EarthEnv
implements EnvType

Version:
1.0
Author:
Charles-Philip Bentley
See Also:
Serialized Form

Constructor Summary
DirtRoadEnv(java.lang.Integer id)
          Creates new Grass
 
Method Summary
 boolean canRoad()
           
 java.lang.String getClassName()
           
 int getId()
           
 java.lang.String getName()
           
 
Methods inherited from class cad.simcad.worldsimulator.world.terrain.env.EarthEnv
getClassName, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirtRoadEnv

public DirtRoadEnv(java.lang.Integer id)
Creates new Grass

Method Detail

getId

public int getId()
Specified by:
getId in interface EnvType

canRoad

public boolean canRoad()
Specified by:
canRoad in interface EnvType

getName

public java.lang.String getName()
Specified by:
getName in interface EnvType

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface EnvType

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be