public class PathTrackingWeight
extends wpds.impl.Weight
| Constructor and Description |
|---|
PathTrackingWeight(sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val> relevantStatement) |
| Modifier and Type | Method and Description |
|---|---|
wpds.impl.Weight |
combineWith(wpds.impl.Weight o) |
boolean |
equals(Object obj) |
wpds.impl.Weight |
extendWith(wpds.impl.Weight o) |
Set<LinkedHashSet<sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val>>> |
getAllPathWitness() |
List<sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val>> |
getShortestPathWitness() |
int |
hashCode() |
static PathTrackingWeight |
one() |
String |
toString() |
public PathTrackingWeight(sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val> relevantStatement)
public static PathTrackingWeight one()
public wpds.impl.Weight extendWith(wpds.impl.Weight o)
extendWith in class wpds.impl.Weightpublic wpds.impl.Weight combineWith(wpds.impl.Weight o)
combineWith in class wpds.impl.Weightpublic List<sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val>> getShortestPathWitness()
public Set<LinkedHashSet<sync.pds.solver.nodes.Node<ControlFlowGraph.Edge,Val>>> getAllPathWitness()
Copyright © 2024. All rights reserved.