cad.simcad.objectserver.spec.map
Interface MapUnit

All Superinterfaces:
java.util.Comparator, PathPlace
All Known Implementing Classes:
Cell

public interface MapUnit
extends PathPlace

Version:
1.0
Author:
Charles-Philip Bentley

Method Summary
 Filler getFirstFiller()
           
 double getValue()
           
 int getX()
           
 int getY()
           
 int getZ()
           
 void setFirstFiller(Filler fil)
           
 
Methods inherited from interface cad.simcad.objectserver.spec.pathfinding.PathPlace
contained, contains, containsMapUnit, equals, getAdjacentPathPlaces, getBiggestXLength, getBiggestYLength, getCostToReachFrom, getDifference, getEastX, getInnerMapUnitBoundary, getIntersection, getMap, getMyAdjacentMapUnits, getNorthY, getNotMyAdjacentMapUnits, getNumberOfUnits, getOuterMapUnitBoundary, getSouthY, getUnits, getWestX, isAdjacent, setValue
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

getX

public int getX()
Specified by:
getX in interface PathPlace

getY

public int getY()
Specified by:
getY in interface PathPlace

getZ

public int getZ()

getFirstFiller

public Filler getFirstFiller()

setFirstFiller

public void setFirstFiller(Filler fil)

getValue

public double getValue()

Logo

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