eu.xtreemos.xosd.localallocmgr.attributes.operations
Interface IAttributeRelationCheck

All Known Implementing Classes:
AvailableAmountCheck

public interface IAttributeRelationCheck

checks whether attributes are whithin some Relation

Author:
urosjovanovic

Method Summary
 java.lang.Class<?> getOp1Type()
           
 java.lang.Class<?> getOp2Type()
           
 boolean isRelated(IAttribute<?> op1, IAttribute<?> op2)
           
 

Method Detail

isRelated

boolean isRelated(IAttribute<?> op1,
                  IAttribute<?> op2)

getOp1Type

java.lang.Class<?> getOp1Type()

getOp2Type

java.lang.Class<?> getOp2Type()