org.isam.exehda.services
Class Scheduler.SchedConstraint

java.lang.Object
  |
  +--org.isam.exehda.services.ResourceBroker.ResourceConstraint
        |
        +--org.isam.exehda.services.ResourceBroker.DynamicConstraint
              |
              +--org.isam.exehda.services.Scheduler.SchedConstraint
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Scheduler.IndexEqualsConstraint, Scheduler.IndexValueInRangeConstraint, Scheduler.IndexValueInSetConstraint, Scheduler.MobilityConstraint, Scheduler.RelationalConstraint
Enclosing class:
Scheduler

public abstract static class Scheduler.SchedConstraint
extends ResourceBroker.DynamicConstraint

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.isam.exehda.services.ResourceBroker.ResourceConstraint
BROKEN, OK, UNDEFINED
 
Constructor Summary
Scheduler.SchedConstraint()
           
 
Methods inherited from class org.isam.exehda.services.ResourceBroker.ResourceConstraint
check, select
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler.SchedConstraint

public Scheduler.SchedConstraint()