|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeStorage | |
---|---|
eu.xtreemos.xosd.localallocmgr.attributes.operations | |
eu.xtreemos.xosd.localallocmgr.attributes.storage | |
eu.xtreemos.xosd.localallocmgr.basic |
Uses of AttributeStorage in eu.xtreemos.xosd.localallocmgr.attributes.operations |
---|
Methods in eu.xtreemos.xosd.localallocmgr.attributes.operations with parameters of type AttributeStorage | |
---|---|
static void |
OperationTranslator.cloneAttributes(AttributeStorage elm1,
AttributeStorage elm2,
ExcludeAttributes exclAttr)
clone attributes from elm1 to elm2, if an attribute exists, it is overwritten! |
static boolean |
OperationTranslator.translate(OperationTypes operation,
AttributeStorage elm1attr,
AttributeStorage elm2attr,
ExcludeAttributes exclAttr)
TODO: check if this is needed at all! |
static boolean |
OperationTranslator.translate(OperationTypes operation,
IAttribute<?> elm1attr,
AttributeStorage elm2attrs,
java.lang.Class<?> attr2type)
performs an operation on an attribute type where the type differs from the type of the argument |
Uses of AttributeStorage in eu.xtreemos.xosd.localallocmgr.attributes.storage |
---|
Methods in eu.xtreemos.xosd.localallocmgr.attributes.storage that return AttributeStorage | |
---|---|
AttributeStorage |
AttributeStorage.clone()
expected that all attributes have clones. |
Methods in eu.xtreemos.xosd.localallocmgr.attributes.storage with parameters of type AttributeStorage | |
---|---|
void |
AttributeStorage.addButTimeAttribs(AttributeStorage another)
adds all attributes but time attributes (in order to leave TTElm time unchanged) |
boolean |
AttributeStorage.equals(AttributeStorage another)
if this is a proper subset of another attributes, and those attributes are proper subset of these attributes, then the set of attributes are the same |
boolean |
AttributeStorage.equalsButTime(AttributeStorage another)
equal all attributes but time attributes |
Uses of AttributeStorage in eu.xtreemos.xosd.localallocmgr.basic |
---|
Fields in eu.xtreemos.xosd.localallocmgr.basic declared as AttributeStorage | |
---|---|
AttributeStorage |
TTElm.attributes
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |