org.drools.planner.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 inserted in the WorkingMemory.



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.