- java.lang.Object
-
- org.jgrapht.nio.dot.DOTEventDrivenImporter.SubgraphScope
-
- Enclosing class:
- DOTEventDrivenImporter
private class DOTEventDrivenImporter.SubgraphScope extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<java.lang.String,Attribute>
edgeAttrs
(package private) java.util.Map<java.lang.String,Attribute>
graphAttrs
(package private) java.util.Map<java.lang.String,Attribute>
nodeAttrs
(package private) java.util.List<java.lang.String>
vertices
-
Constructor Summary
Constructors Constructor Description SubgraphScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addVertex(java.lang.String v)
void
addVertices(java.util.List<java.lang.String> v)
-