com.pmease.quickbuild.resource
Class ResourceAllocation

java.lang.Object
  extended by com.pmease.quickbuild.resource.ResourceAllocation
All Implemented Interfaces:
java.io.Serializable

public class ResourceAllocation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ResourceAllocation(GridNode node, java.util.Map<java.lang.String,java.lang.Integer> resources)
           
 
Method Summary
 GridNode getNode()
           
 java.util.Map<java.lang.String,java.lang.Integer> getResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAllocation

public ResourceAllocation(GridNode node,
                          java.util.Map<java.lang.String,java.lang.Integer> resources)
Method Detail

getNode

public GridNode getNode()

getResources

public java.util.Map<java.lang.String,java.lang.Integer> getResources()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.