eu.xtreemos.xosd.localallocmgr.basic.manipulators.relations
Class AvailableCheckRelation

java.lang.Object
  extended by eu.xtreemos.xosd.localallocmgr.basic.manipulators.relations.AvailableCheckRelation
All Implemented Interfaces:
TTElmRelation, java.io.Serializable

public class AvailableCheckRelation
extends java.lang.Object
implements TTElmRelation

See Also:
Serialized Form

Field Summary
private  MaxAmount maxAmount
           
private  CurrentAmount neededAmount
           
private  AvailableAmountCheck op
           
 
Constructor Summary
AvailableCheckRelation(MaxAmount max, CurrentAmount needed)
           
 
Method Summary
 boolean isRelated(TTElm elm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxAmount

private MaxAmount maxAmount

neededAmount

private CurrentAmount neededAmount

op

private AvailableAmountCheck op
Constructor Detail

AvailableCheckRelation

public AvailableCheckRelation(MaxAmount max,
                              CurrentAmount needed)
Method Detail

isRelated

public boolean isRelated(TTElm elm)
Specified by:
isRelated in interface TTElmRelation