Interface PropertyGraph
- All Known Implementing Classes:
AstPropertyGraph
,StmtMethodPropertyGraph
public interface PropertyGraph
-
Method Details
-
getName
String getName() -
getNodes
List<PropertyGraphNode> getNodes() -
getEdges
List<PropertyGraphEdge> getEdges() -
toDotGraph
String toDotGraph()
-