jopt.js.spi.constraint
Interface SchedulerConstraint

All Known Implementing Classes:
ForwardCheckConstraint, TemporalConstraint

public interface SchedulerConstraint

An interface to contain all similarities between scheduling constraints

Author:
jboerkoel

Method Summary
 jopt.js.api.variable.SchedulerExpression[] getExpressions()
          Returns any and all Scheduler Expressions that are involved with the problem
 

Method Detail

getExpressions

public jopt.js.api.variable.SchedulerExpression[] getExpressions()
Returns any and all Scheduler Expressions that are involved with the problem

Returns:
all expressions involved with the problem