OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.api.domain.solution
Annotation Type PlanningEntityCollectionProperty


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface PlanningEntityCollectionProperty

Specifies that a property on a Solution is a collection of planning entities.

Every element in the planning entity collection should have the PlanningEntity annotation. Every initialized element in the planning entity collection will be added to the ScoreDirector.


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.