Package | Description |
---|---|
org.girod.jgraphml |
This main package of the library.
|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
Modifier and Type | Method and Description |
---|---|
GraphMLEdgeTemplate |
GraphMLFactory.createGraphMLEdgeTemplate(java.lang.String id)
Create an edge template.
|
GraphMLGroupNodeTemplate |
GraphMLFactory.createGraphMLGroupNodeTemplate(java.lang.String id)
Create a group node template.
|
GraphMLNodeTemplate |
GraphMLFactory.createGraphMLNodeTemplate(java.lang.String id)
Create a node template.
|
GraphMLEdgeTemplate |
GraphMLFactory.getGraphMLEdgeTemplate(java.lang.String id)
Return the edge template for a specified id.
|
GraphMLGroupNodeTemplate |
GraphMLFactory.getGraphMLGroupNodeTemplate(java.lang.String id)
Return the group node template for a specified id.
|
GraphMLNodeTemplate |
GraphMLFactory.getGraphMLNodeTemplate(java.lang.String id)
Return the node template for a specified id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractGraphMLDiagram.addEdge(GraphMLEdge edge,
IGraphMLNode source,
IGraphMLNode target)
Add an edge from a source to a target.
|
GraphMLEdge |
AbstractGraphMLDiagram.addEdgeFromTemplate(IGraphMLNode source,
IGraphMLNode target,
java.lang.String id)
Add an edge from a source to a target, using a template.
|
GraphMLEdge |
GraphMLDiagram.addEdgeFromTemplate(IGraphMLNode source,
IGraphMLNode target,
java.lang.String id)
Add an edge from a source to a target, using a template.
|
GraphMLGroupNode |
AbstractGraphMLDiagram.addGroupNodeFromTemplate(java.lang.String id)
Add a group node, using a template.
|
GraphMLGroupNode |
GraphMLDiagram.addGroupNodeFromTemplate(java.lang.String id)
Add a group node, using a template.
|
GraphMLNode |
AbstractGraphMLDiagram.addNodeFromTemplate(java.lang.String id)
Add a node, using a template.
|
GraphMLNode |
GraphMLDiagram.addNodeFromTemplate(java.lang.String id)
Add a node, using a template.
|
boolean |
AbstractGraphMLDiagram.addVertex(IGraphMLNode vertex,
boolean acceptNewID)
Adds
vertex to this graph. |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence