public class BasicFramework<T,V extends IVariable> 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>
public ITransferFunctionProvider<T,V> getTransferFunctionProvider()
getTransferFunctionProvider
in interface IKilldallFramework<T,V extends IVariable>