init
This commit is contained in:
33
src/org/fog/entities/FogBroker.java
Normal file
33
src/org/fog/entities/FogBroker.java
Normal file
@@ -0,0 +1,33 @@
|
||||
package org.fog.entities;
|
||||
|
||||
import org.cloudbus.cloudsim.core.SimEvent;
|
||||
import org.cloudbus.cloudsim.power.PowerDatacenterBroker;
|
||||
|
||||
public class FogBroker extends PowerDatacenterBroker{
|
||||
|
||||
public FogBroker(String name) throws Exception {
|
||||
super(name);
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
@Override
|
||||
public void startEntity() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void processEvent(SimEvent ev) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void shutdownEntity() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user