N
- graph node type.E
- edge type.G
- graph type.A
- assumption type.public interface Analysis<N,E,G extends Graph<N,E,?>,A extends Assumption<A>>
Modifier and Type | Method and Description |
---|---|
FlowFunction<N,E,G,A> |
getFlowFunction()
Gets analysis flow function.
|
void |
setInitialGraphAssumptions(G graph,
AssumptionMap<E,A> assumptionMap)
Gets assumptions for graph to start approximation from.
|
FlowFunction<N,E,G,A> getFlowFunction()
void setInitialGraphAssumptions(G graph, AssumptionMap<E,A> assumptionMap)
Copyright © 2018. All rights reserved.