org.nak.cleaner.object
Class Element

java.lang.Object
  extended by org.nak.cleaner.object.Element
Direct Known Subclasses:
ChargeStation, Dust, DustBin, Obstacle, OtherRobot, VirtualRobot

public abstract class Element
extends java.lang.Object

Super class of objects in the map

Author:
Hiroyuki Nakagawa

Field Summary
 Appearance appearance
           
 boolean isAbleToSweep
           
 boolean isAbleToWipe
           
 boolean isLiftable
           
 ElementType type
           
 int volume
           
 
Constructor Summary
Element()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public ElementType type

isAbleToSweep

public boolean isAbleToSweep

isAbleToWipe

public boolean isAbleToWipe

isLiftable

public boolean isLiftable

appearance

public Appearance appearance

volume

public int volume
Constructor Detail

Element

public Element()