hu.mta.sztaki.lpds.cloud.simulator.util
Class PowerTransitionGenerator

java.lang.Object
  extended by hu.mta.sztaki.lpds.cloud.simulator.util.PowerTransitionGenerator

public class PowerTransitionGenerator
extends Object


Constructor Summary
PowerTransitionGenerator()
           
 
Method Summary
static EnumMap<PhysicalMachine.PowerStateKind,EnumMap<PhysicalMachine.State,PowerState>> generateTransitions(double minpower, double idlepower, double maxpower, double diskDivider, double netDivider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerTransitionGenerator

public PowerTransitionGenerator()
Method Detail

generateTransitions

public static EnumMap<PhysicalMachine.PowerStateKind,EnumMap<PhysicalMachine.State,PowerState>> generateTransitions(double minpower,
                                                                                                                    double idlepower,
                                                                                                                    double maxpower,
                                                                                                                    double diskDivider,
                                                                                                                    double netDivider)
                                                                                                             throws SecurityException,
                                                                                                                    InstantiationException,
                                                                                                                    IllegalAccessException,
                                                                                                                    NoSuchFieldException
Throws:
SecurityException
InstantiationException
IllegalAccessException
NoSuchFieldException


Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.