com.pmease.quickbuild.resource
Class ResourceAllocation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceAllocation
public ResourceAllocation(GridNode node,
java.util.Map<java.lang.String,java.lang.Integer> resources,
java.util.Map<java.lang.String,VariableWrapper> variables)
getNode
public GridNode getNode()
getResources
public java.util.Map<java.lang.String,java.lang.Integer> getResources()
getVariables
public java.util.Map<java.lang.String,VariableWrapper> getVariables()
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.