org.lucci.madhoc.network.cpu
Class ComputationalUnit

java.lang.Object
  extended by org.lucci.madhoc.network.ComputerUnit
      extended by org.lucci.madhoc.network.cpu.ComputationalUnit
All Implemented Interfaces:
Configurable

public class ComputationalUnit
extends ComputerUnit

Author:
luc.hogie

Constructor Summary
ComputationalUnit()
           
 
Method Summary
 void configure()
           
 double getFrequency()
           
 double getOverallPerformance()
           
 double getRamSize()
           
 void setFrequency(double frequency)
           
 void setRamSize(double ramSize)
           
 
Methods inherited from class org.lucci.madhoc.network.ComputerUnit
getStation, setStation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputationalUnit

public ComputationalUnit()
Method Detail

getFrequency

public double getFrequency()

setFrequency

public void setFrequency(double frequency)

getRamSize

public double getRamSize()

setRamSize

public void setRamSize(double ramSize)

getOverallPerformance

public double getOverallPerformance()

configure

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