eu.xtreemos.xosd.localallocmgr.attributes
Class CurrentAmount

java.lang.Object
  extended by eu.xtreemos.xosd.localallocmgr.attributes.IAttribute<java.lang.Integer>
      extended by eu.xtreemos.xosd.localallocmgr.attributes.CurrentAmount
All Implemented Interfaces:
java.io.Serializable

public class CurrentAmount
extends IAttribute<java.lang.Integer>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class eu.xtreemos.xosd.localallocmgr.attributes.IAttribute
value
 
Constructor Summary
CurrentAmount(java.lang.Integer val)
           
 
Method Summary
 IAttribute<java.lang.Integer> clone()
          needed for copying while making new time table elements from the old ones
 boolean isEmpty()
          returns the information of whether this attribute has a value, that can be disregarded.
 
Methods inherited from class eu.xtreemos.xosd.localallocmgr.attributes.IAttribute
equals, equals, getValue, isBasic, setValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentAmount

public CurrentAmount(java.lang.Integer val)
Method Detail

clone

public IAttribute<java.lang.Integer> clone()
Description copied from class: IAttribute
needed for copying while making new time table elements from the old ones

Specified by:
clone in class IAttribute<java.lang.Integer>

isEmpty

public boolean isEmpty()
Description copied from class: IAttribute
returns the information of whether this attribute has a value, that can be disregarded. This method is called when an element is removed by the attributes - when calling remove request.

Specified by:
isEmpty in class IAttribute<java.lang.Integer>
Returns: