cloudworkflowsimulator
cloudworkflowsimulator copied to clipboard
Use enum for WorkflowEvent instances
Now WorkflowEvent is an interface with constants defined for events. This is hard to maintain and pleading for hard to find bugs. I believe that we can easily switch WorkflowEvent to enum by taking advantage of our wrappers (CWSSimEntity & CloudSimWrapper). This will ease the development a lot and give some compile time type checking.