OptaPlanner core 6.0.0.CR2

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.0.0.CR2

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