Skip to content
Permalink
e89d42832b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (12 sloc) 464 Bytes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
Contains the implementations of the constraints relative to the Job Scheduler.
<p>
Of primary importance are the {@link jopt.js.spi.constraint.ForwardCheckConstraint} and {@link jopt.js.spi.constraint.TemporalConstraint}.
All scheduler constraints inherit from {@link jopt.js.spi.constraint.SchedulerConstraint}.
@since JDK1.4
</body>
</html>