org.lucci.madhoc.simulation.projection
Class SquareWindowProjection

java.lang.Object
  extended by org.lucci.madhoc.simulation.projection.Projection
      extended by org.lucci.madhoc.simulation.projection.WindowProjection
          extended by org.lucci.madhoc.simulation.projection.SquareWindowProjection
All Implemented Interfaces:
Configurable

public class SquareWindowProjection
extends WindowProjection

Author:
luc.hogie

Constructor Summary
SquareWindowProjection()
           
 
Method Summary
 boolean acceptComputer(Station computer)
           
 java.lang.String getName()
           
 
Methods inherited from class org.lucci.madhoc.simulation.projection.WindowProjection
configure, getRadiusRatio, setRadiusRatio
 
Methods inherited from class org.lucci.madhoc.simulation.projection.Projection
acceptConnection, getMeasureHistoryMap, getNetwork, getSourceNetwork, setProjectionResult, setSourceNetwork
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquareWindowProjection

public SquareWindowProjection()
Method Detail

acceptComputer

public boolean acceptComputer(Station computer)
Specified by:
acceptComputer in class Projection

getName

public java.lang.String getName()
Specified by:
getName in class Projection