org.lucci.madhoc.simulation.projection
Class NetworkNodeTypeBaseProjection

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

public class NetworkNodeTypeBaseProjection
extends Projection

Author:
luc.hogie

Constructor Summary
NetworkNodeTypeBaseProjection()
           
 
Method Summary
 boolean acceptComputer(Station computer)
           
 void configure()
           
 ComputerType getAcceptedComputerType()
           
 java.lang.String getName()
           
 void setAcceptedComputerType(ComputerType acceptedComputerType)
           
 
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

NetworkNodeTypeBaseProjection

public NetworkNodeTypeBaseProjection()
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

configure

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

getAcceptedComputerType

public ComputerType getAcceptedComputerType()

setAcceptedComputerType

public void setAcceptedComputerType(ComputerType acceptedComputerType)