public class MinDistanceWeightFunctions extends Object implements sync.pds.solver.WeightFunctions<Statement,Val,Statement,MinDistanceWeight>
| Constructor and Description |
|---|
MinDistanceWeightFunctions() |
| Modifier and Type | Method and Description |
|---|---|
MinDistanceWeight |
getOne() |
MinDistanceWeight |
normal(sync.pds.solver.nodes.Node<Statement,Val> curr,
sync.pds.solver.nodes.Node<Statement,Val> succ) |
MinDistanceWeight |
pop(sync.pds.solver.nodes.Node<Statement,Val> curr) |
MinDistanceWeight |
push(sync.pds.solver.nodes.Node<Statement,Val> curr,
sync.pds.solver.nodes.Node<Statement,Val> succ,
Statement callSite) |
public MinDistanceWeight push(sync.pds.solver.nodes.Node<Statement,Val> curr, sync.pds.solver.nodes.Node<Statement,Val> succ, Statement callSite)
push in interface sync.pds.solver.WeightFunctions<Statement,Val,Statement,MinDistanceWeight>public MinDistanceWeight normal(sync.pds.solver.nodes.Node<Statement,Val> curr, sync.pds.solver.nodes.Node<Statement,Val> succ)
normal in interface sync.pds.solver.WeightFunctions<Statement,Val,Statement,MinDistanceWeight>public MinDistanceWeight pop(sync.pds.solver.nodes.Node<Statement,Val> curr)
pop in interface sync.pds.solver.WeightFunctions<Statement,Val,Statement,MinDistanceWeight>public MinDistanceWeight getOne()
getOne in interface sync.pds.solver.WeightFunctions<Statement,Val,Statement,MinDistanceWeight>Copyright © 2024. All rights reserved.