Interface PropertyGraph.Builder
- All Known Implementing Classes:
AstPropertyGraph.Builder,StmtMethodPropertyGraph.Builder
- Enclosing interface:
- PropertyGraph
public static interface PropertyGraph.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaddEdge(PropertyGraphEdge edge) addNode(PropertyGraphNode node) build()
-
Method Details
-
setName
-
addNode
-
addEdge
-
build
PropertyGraph build()
-