
N - graph node type.E - graph edge type.T - graph transformer type.G - graph type.A - assumption type.public interface IntegratedAnalysis<N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>>
| Modifier and Type | Method and Description |
|---|---|
IntegratedFlowFunction<N,E,T,G,A> |
getIntegratedFlowFunction()
Gets analysis integrated flow function.
|
void |
setInitialGraphAssumptions(G graph,
AssumptionMap<E,A> assumptionMap)
Gets assumptions for graph incoming & outgoing edges to start approximation
from.
|
void setInitialGraphAssumptions(G graph, AssumptionMap<E,A> assumptionMap)
Copyright © 2018. All rights reserved.