public class WorkListStrategy extends Object implements IWorkListStrategy<CallContext>
IWorkListStrategy.IEntry<CallContextType extends ICallContext<?>>| Constructor and Description |
|---|
WorkListStrategy()
Constructs a new WorkListStrategy object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(IWorkListStrategy.IEntry<CallContext> e1,
IWorkListStrategy.IEntry<CallContext> e2)
Compares two work list entries.
|
void |
setCallGraph(CallGraph<State,CallContext,CallEdge<State>> call_graph)
Sets the call graph.
|
public WorkListStrategy()
public int compare(IWorkListStrategy.IEntry<CallContext> e1, IWorkListStrategy.IEntry<CallContext> e2)
IWorkListStrategycompare in interface IWorkListStrategy<CallContext>public void setCallGraph(CallGraph<State,CallContext,CallEdge<State>> call_graph)
Copyright © 2012 Aarhus University