Class UNIT-LENGTH-JOB-CLASS


Slots on this class:

Documentation:
UNIT-LENGTH-JOB denotes a job whose length is the same.
Subclass-Of: Fixed-length-job-class


Slots on instances of this class:

Job-Unit-Length:
Slot-Cardinality: 1

Axioms:

(<=> (Unit-Length-Job-Class ?Class)
     (And (Fixed-Length-Job-Class ?Class)
          (Value-Cardinality ?Class Job-Unit-Length 1)
          (Forall (?I)
                  (=> (Instance-Of ?I ?Class)
                      (= (Fixed-Length-Job.Length ?I)
                         (Job-Unit-Length ?Class))))))