Uses of Interface
org.optaplanner.constraint.drl.testgen.fact.TestGenFact
-
Packages that use TestGenFact Package Description org.optaplanner.constraint.drl.testgen Classes to help isolate incremental score calculation bugs duringEnvironmentMode.isAsserted().org.optaplanner.constraint.drl.testgen.fact org.optaplanner.constraint.drl.testgen.operation -
-
Uses of TestGenFact in org.optaplanner.constraint.drl.testgen
Methods in org.optaplanner.constraint.drl.testgen that return types with arguments of type TestGenFact Modifier and Type Method Description List<TestGenFact>TestGenKieSessionJournal. getFacts()Constructor parameters in org.optaplanner.constraint.drl.testgen with type arguments of type TestGenFact Constructor Description TestGenKieSessionJournal(List<TestGenFact> facts, List<TestGenKieSessionInsert> initialInsertJournal, List<TestGenKieSessionOperation> updateJournal) -
Uses of TestGenFact in org.optaplanner.constraint.drl.testgen.fact
Classes in org.optaplanner.constraint.drl.testgen.fact that implement TestGenFact Modifier and Type Class Description classTestGenInlineValueInline value is a value of a shadow variable.classTestGenNullFactclassTestGenValueFactMethods in org.optaplanner.constraint.drl.testgen.fact that return types with arguments of type TestGenFact Modifier and Type Method Description List<TestGenFact>TestGenFact. getDependencies()List<TestGenFact>TestGenInlineValue. getDependencies()List<TestGenFact>TestGenNullFact. getDependencies()List<TestGenFact>TestGenValueFact. getDependencies()List<TestGenFact>TestGenFactField. getRequiredFacts()Method parameters in org.optaplanner.constraint.drl.testgen.fact with type arguments of type TestGenFact Modifier and Type Method Description voidTestGenFact. setUp(Map<Object,TestGenFact> existingInstances)voidTestGenInlineValue. setUp(Map<Object,TestGenFact> existingInstances)voidTestGenNullFact. setUp(Map<Object,TestGenFact> existingInstances)voidTestGenValueFact. setUp(Map<Object,TestGenFact> existingInstances)Constructor parameters in org.optaplanner.constraint.drl.testgen.fact with type arguments of type TestGenFact Constructor Description TestGenInlineValue(Object value, Map<Object,TestGenFact> existingInstances) -
Uses of TestGenFact in org.optaplanner.constraint.drl.testgen.operation
Methods in org.optaplanner.constraint.drl.testgen.operation that return TestGenFact Modifier and Type Method Description TestGenFactTestGenKieSessionInsert. getFact()TestGenFactTestGenKieSessionUpdate. getValue()Get the value that is used to update a fact's field (an entity's variable).Constructors in org.optaplanner.constraint.drl.testgen.operation with parameters of type TestGenFact Constructor Description TestGenKieSessionDelete(int id, TestGenFact fact)TestGenKieSessionInsert(int id, TestGenFact fact)TestGenKieSessionUpdate(int id, TestGenFact entity, VariableDescriptor<?> variableDescriptor, TestGenFact value)
-