| Package | Description |
|---|---|
| org.optaplanner.core.impl.score.director.drools.testgen |
Classes to help isolate incremental score calculation bugs
during
EnvironmentMode.isAsserted(). |
| org.optaplanner.core.impl.score.director.drools.testgen.fact | |
| org.optaplanner.core.impl.score.director.drools.testgen.operation |
| Modifier and Type | Method and Description |
|---|---|
List<TestGenFact> |
TestGenKieSessionJournal.getFacts() |
| Constructor and Description |
|---|
TestGenKieSessionJournal(List<TestGenFact> facts,
List<TestGenKieSessionInsert> initialInsertJournal,
List<TestGenKieSessionOperation> updateJournal) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestGenInlineValue
Inline value is a value of a shadow variable.
|
class |
TestGenNullFact |
class |
TestGenValueFact |
| Modifier and Type | Method and Description |
|---|---|
List<TestGenFact> |
TestGenValueFact.getDependencies() |
List<TestGenFact> |
TestGenNullFact.getDependencies() |
List<TestGenFact> |
TestGenInlineValue.getDependencies() |
List<TestGenFact> |
TestGenFact.getDependencies() |
List<TestGenFact> |
TestGenFactField.getRequiredFacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestGenValueFact.setUp(Map<Object,TestGenFact> existingInstances) |
void |
TestGenNullFact.setUp(Map<Object,TestGenFact> existingInstances) |
void |
TestGenInlineValue.setUp(Map<Object,TestGenFact> existingInstances) |
void |
TestGenFact.setUp(Map<Object,TestGenFact> existingInstances) |
| Constructor and Description |
|---|
TestGenInlineValue(Object value,
Map<Object,TestGenFact> existingInstances) |
| Modifier and Type | Method and Description |
|---|---|
TestGenFact |
TestGenKieSessionInsert.getFact() |
TestGenFact |
TestGenKieSessionUpdate.getValue()
Get the value that is used to update a fact's field (an entity's variable).
|
| Constructor and Description |
|---|
TestGenKieSessionDelete(int id,
TestGenFact fact) |
TestGenKieSessionInsert(int id,
TestGenFact fact) |
TestGenKieSessionUpdate(int id,
TestGenFact entity,
VariableDescriptor<?> variableDescriptor,
TestGenFact value) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.