A
- assumptions type.public class AssumptionsPrinter<A extends Assumption<A>> extends CfgPrinter
Constructor and Description |
---|
AssumptionsPrinter(Cfg graph,
AssumptionMap<CfgEdge,A> assumptionMap) |
AssumptionsPrinter(Cfg graph,
Map<CfgEdge,A> assumptions) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendEdgeInfo(StringBuilder result,
CfgEdge edge)
Template method to append arbitrary edge information.
|
print
public AssumptionsPrinter(Cfg graph, AssumptionMap<CfgEdge,A> assumptionMap)
protected void appendEdgeInfo(StringBuilder result, CfgEdge edge)
CfgPrinter
appendEdgeInfo
in class CfgPrinter
Copyright © 2018. All rights reserved.