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(StringBuffer result,
CfgEdge edge)
Template method to append arbitrary edge information.
|
printpublic AssumptionsPrinter(Cfg graph, AssumptionMap<CfgEdge,A> assumptionMap)
protected void appendEdgeInfo(StringBuffer result, CfgEdge edge)
CfgPrinterappendEdgeInfo in class CfgPrinterCopyright © 2018. All rights reserved.