Uses of Class
eu.xtreemos.xosd.localallocmgr.attributes.CurrentAmount

Packages that use CurrentAmount
eu.xtreemos.xosd.localallocmgr.basic.manipulators.relations   
 

Uses of CurrentAmount in eu.xtreemos.xosd.localallocmgr.basic.manipulators.relations
 

Fields in eu.xtreemos.xosd.localallocmgr.basic.manipulators.relations declared as CurrentAmount
private  CurrentAmount AvailableCheckRelation.neededAmount
           
 

Constructors in eu.xtreemos.xosd.localallocmgr.basic.manipulators.relations with parameters of type CurrentAmount
AvailableCheckRelation(MaxAmount max, CurrentAmount needed)