N
- graph node type.E
- edge type.G
- graph type.A
- analysis assumption type.public interface FlowFunction<N,E,G extends Graph<N,E,?>,A extends Assumption<A>>
Modifier and Type | Method and Description |
---|---|
void |
interpret(N node,
G g,
AssumptionMap<E,A> assumptionMAp)
Interpret node by computing new node assumptions from current ones.
|
void interpret(N node, G g, AssumptionMap<E,A> assumptionMAp)
Copyright © 2018. All rights reserved.