Class ProjectJobSchedulingConstraintProvider

  • All Implemented Interfaces:
    org.optaplanner.core.api.score.stream.ConstraintProvider

    public class ProjectJobSchedulingConstraintProvider
    extends Object
    implements org.optaplanner.core.api.score.stream.ConstraintProvider
    • Constructor Detail

      • ProjectJobSchedulingConstraintProvider

        public ProjectJobSchedulingConstraintProvider()
    • Method Detail

      • defineConstraints

        public org.optaplanner.core.api.score.stream.Constraint[] defineConstraints​(org.optaplanner.core.api.score.stream.ConstraintFactory constraintFactory)
        Specified by:
        defineConstraints in interface org.optaplanner.core.api.score.stream.ConstraintProvider
      • nonRenewableResourceCapacity

        protected org.optaplanner.core.api.score.stream.Constraint nonRenewableResourceCapacity​(org.optaplanner.core.api.score.stream.ConstraintFactory constraintFactory)
      • renewableResourceCapacity

        protected org.optaplanner.core.api.score.stream.Constraint renewableResourceCapacity​(org.optaplanner.core.api.score.stream.ConstraintFactory constraintFactory)
      • totalProjectDelay

        protected org.optaplanner.core.api.score.stream.Constraint totalProjectDelay​(org.optaplanner.core.api.score.stream.ConstraintFactory constraintFactory)
      • totalMakespan

        protected org.optaplanner.core.api.score.stream.Constraint totalMakespan​(org.optaplanner.core.api.score.stream.ConstraintFactory constraintFactory)