
N - graph node type.E - graph edge type.T - graph transformer type.G - graph type.A - assumption type.public class AnalysisSolver<N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug |
| Modifier and Type | Method and Description |
|---|---|
static <N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> |
solve(G g,
Analysis<N,E,G,A> analysis,
boolean forward)
Solve a non-integrated analysis.
|
static <N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> |
solveIntegrated(G g,
IntegratedAnalysis<N,E,T,G,A> analysis,
boolean forward)
Solve a integrated analysis.
|
public static <N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> Map<E,A> solve(G g, Analysis<N,E,G,A> analysis, boolean forward)
N - graph node type.E - graph edge type.T - graph transformer type.G - graph type.A - assumption type.public static <N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> boolean solveIntegrated(G g, IntegratedAnalysis<N,E,T,G,A> analysis, boolean forward)
N - graph node type.E - graph edge type.T - graph transformer type.G - graph type.A - assumption type.Copyright © 2018. All rights reserved.