public final class DebugAbstractionTree extends Object
Abstraction tree.
Contains the abstractions as well as its predecessors an neighbors| 限定符和类型 | 方法和说明 |
|---|---|
static String |
createDotGraph(Abstraction absStart,
boolean printNeighbors)
Creates a dot graph with indices as labels for the abstractions (otherwise, it would be way too large).
|
public static String createDotGraph(Abstraction absStart, boolean printNeighbors)
absStart - start abstraction of the tree (root)printNeighbors - whether to print neighborsCopyright © 2022 Fraunhofer SIT. All rights reserved.