public class BasicFramework<T,V extends IVariable<V>> extends Object implements IKilldallFramework<T,V>
| Constructor and Description |
|---|
BasicFramework(Graph<T> flowGraph,
ITransferFunctionProvider<T,V> transferFunctionProvider) |
| Modifier and Type | Method and Description |
|---|---|
Graph<T> |
getFlowGraph() |
ITransferFunctionProvider<T,V> |
getTransferFunctionProvider() |
public BasicFramework(Graph<T> flowGraph, ITransferFunctionProvider<T,V> transferFunctionProvider)
public Graph<T> getFlowGraph()
getFlowGraph in interface IKilldallFramework<T,V extends IVariable<V>>public ITransferFunctionProvider<T,V> getTransferFunctionProvider()
getTransferFunctionProvider in interface IKilldallFramework<T,V extends IVariable<V>>