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

Packages that use OwnersInfo
eu.xtreemos.xosd.localallocmgr.attributes   
eu.xtreemos.xosd.localallocmgr.basic   
 

Uses of OwnersInfo in eu.xtreemos.xosd.localallocmgr.attributes
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes that return OwnersInfo
 OwnersInfo OwnersInfo.clone()
           
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes that return types with arguments of type OwnersInfo
 IAttribute<OwnersInfo> OwnersInfoAttr.clone()
           
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes with parameters of type OwnersInfo
 boolean OwnersInfo.add(OwnersInfo info)
          false means that some of the new owners already existed in the owner-list
 boolean OwnersInfo.remove(OwnersInfo info)
          false means that some of the names did not exist and therefore could not be removed from the owners list
 

Constructors in eu.xtreemos.xosd.localallocmgr.attributes with parameters of type OwnersInfo
OwnersInfoAttr(OwnersInfo val)
           
 

Uses of OwnersInfo in eu.xtreemos.xosd.localallocmgr.basic
 

Methods in eu.xtreemos.xosd.localallocmgr.basic with parameters of type OwnersInfo
static void TTElmFactory.addOwnerInfo(TTElm elm, OwnersInfo info)