Uses of Class
eu.xtreemos.xosd.localallocmgr.migrations.TimeMachineItem

Packages that use TimeMachineItem
eu.xtreemos.xosd.localallocmgr.migrations   
 

Uses of TimeMachineItem in eu.xtreemos.xosd.localallocmgr.migrations
 

Subclasses of TimeMachineItem in eu.xtreemos.xosd.localallocmgr.migrations
 class TimeTableState4Add
          stores the state of the timetable's elements that can be affected by the new element.
 class TimeTableState4Defragment
           
 class TimeTableState4Remove
           
 class TimeTableState4RemoveByAttrib
          stores removed objects - the ones with proper attributes.
 

Fields in eu.xtreemos.xosd.localallocmgr.migrations with type parameters of type TimeMachineItem
static java.util.LinkedList<TimeMachineItem> TimeMachine.ttMigrations
           
 

Methods in eu.xtreemos.xosd.localallocmgr.migrations with parameters of type TimeMachineItem
static void TimeMachine.addMigration4TimeTable(TimeMachineItem state)