org.lucci.madhoc.simulation.projection
Class WindowProjection

java.lang.Object
  extended by org.lucci.madhoc.simulation.projection.Projection
      extended by org.lucci.madhoc.simulation.projection.WindowProjection
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
RoundWindowProjection, SquareWindowProjection

public abstract class WindowProjection
extends Projection

Author:
luc.hogie

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

Constructor Detail

WindowProjection

public WindowProjection()
Method Detail

configure

public void configure()
               throws java.lang.Throwable
Throws:
java.lang.Throwable

getRadiusRatio

public double getRadiusRatio()

setRadiusRatio

public void setRadiusRatio(double radiusRatio)