Uses of Class
eu.xtreemos.xosd.localallocmgr.attributes.operations.OperationTypes

Packages that use OperationTypes
eu.xtreemos.xosd.localallocmgr.attributes.operations   
 

Uses of OperationTypes in eu.xtreemos.xosd.localallocmgr.attributes.operations
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes.operations that return OperationTypes
static OperationTypes OperationTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationTypes[] OperationTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.xtreemos.xosd.localallocmgr.attributes.operations with parameters of type OperationTypes
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
static boolean OperationTranslator.translate(OperationTypes operation, IAttributeHandler handler, IAttribute<?> op1, IAttribute<?> op2)
          Returns false if the handler for the attribute does not exists.