GridSim 5.0 beta

Uses of Class
gridsim.parallel.gui.ActionType

Packages that use ActionType
gridsim.parallel.gui   
 

Uses of ActionType in gridsim.parallel.gui
 

Methods in gridsim.parallel.gui that return ActionType
 ActionType AllocationAction.getActionType()
          Get the type of the allocation action
static ActionType ActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ActionType[] ActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gridsim.parallel.gui with parameters of type ActionType
 void AbstractVisualizer.notifyListeners(int subjectId, ActionType actionType, boolean shouldPause)
          Notifies the listeners about the action performed
 void Visualizer.notifyListeners(int subjectId, ActionType actionType, boolean shouldPause)
          Notifies the listeners about the action performed
 void VisualizerAdaptor.notifyListeners(int subjectId, ActionType actionType, boolean pause)
          Notifies the listeners about the action performed
NOTE: As this class is an adaptor, this method is empty.
 void AbstractVisualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, LinkedList<ScheduleItem> itemList)
          Notifies the listener about the action performed
 void Visualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, LinkedList<ScheduleItem> itemList)
          Notifies the listener about the action performed
 void VisualizerAdaptor.notifyListeners(int subjectId, ActionType actionType, boolean pause, LinkedList<ScheduleItem> itemList)
          Notifies the listener about the action performed
NOTE: As this class is an adaptor, this method is empty.
 void AbstractVisualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, ScheduleItem item)
          Notifies the listeners about the action performed
 void Visualizer.notifyListeners(int subjectId, ActionType actionType, boolean pause, ScheduleItem item)
          Notifies the listeners about the action performed
 void VisualizerAdaptor.notifyListeners(int subjectId, ActionType actionType, boolean pause, ScheduleItem item)
          Notifies the listeners about the action performed
NOTE: As this class is an adaptor, this method is empty.
 void AllocationAction.setActionType(ActionType type)
          Sets the type of allocation action
 

Constructors in gridsim.parallel.gui with parameters of type ActionType
AllocationAction(ActionType type)
          Creates a new AllocationAction object.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009