org.globus.cog.karajan.scheduler
Class JobConstraints

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.globus.cog.karajan.scheduler.JobConstraints
All Implemented Interfaces:
Cloneable, Map, Serializable

public class JobConstraints
extends HashMap

See Also:
Serialized Form

Constructor Summary
JobConstraints()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

JobConstraints

public JobConstraints()