Modifier and Type | Interface and Description |
---|---|
static interface |
PlanningEntity.NullMovableEntitySelectionFilter |
Modifier and Type | Interface and Description |
---|---|
static interface |
PlanningVariable.NullReinitializeVariableEntityFilter |
Modifier and Type | Field and Description |
---|---|
protected List<Class<? extends SelectionFilter>> |
EntitySelectorConfig.filterClassList |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends SelectionFilter>> |
EntitySelectorConfig.getFilterClassList() |
Modifier and Type | Method and Description |
---|---|
void |
EntitySelectorConfig.setFilterClassList(List<Class<? extends SelectionFilter>> filterClassList) |
Modifier and Type | Field and Description |
---|---|
protected List<Class<? extends SelectionFilter>> |
MoveSelectorConfig.filterClassList |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends SelectionFilter>> |
MoveSelectorConfig.getFilterClassList() |
Modifier and Type | Method and Description |
---|---|
void |
MoveSelectorConfig.setFilterClassList(List<Class<? extends SelectionFilter>> filterClassList) |
Modifier and Type | Method and Description |
---|---|
SelectionFilter |
PlanningEntityDescriptor.getMovableEntitySelectionFilter() |
Modifier and Type | Method and Description |
---|---|
SelectionFilter |
PlanningVariableDescriptor.getReinitializeVariableEntityFilter() |
Modifier and Type | Class and Description |
---|---|
class |
NullValueReinitializeVariableEntityFilter
Behaves as if it was a UninitializedVariableEntityFilter, except when the variable is
PlanningVariable.nullable() . |
Modifier and Type | Field and Description |
---|---|
protected List<SelectionFilter> |
FilteringEntitySelector.filterList |
Constructor and Description |
---|
FilteringEntitySelector(EntitySelector childEntitySelector,
List<SelectionFilter> filterList) |
Modifier and Type | Field and Description |
---|---|
protected List<SelectionFilter> |
FilteringMoveSelector.filterList |
Constructor and Description |
---|
FilteringMoveSelector(MoveSelector childMoveSelector,
List<SelectionFilter> filterList) |
Modifier and Type | Field and Description |
---|---|
protected SelectionFilter |
ReinitializeVariableValueSelector.reinitializeVariableEntityFilter |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.