Package | Description |
---|---|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
org.girod.jgraphml.model.templates |
This package contains the graphml template classes.
|
Modifier and Type | Method and Description |
---|---|
GraphMLNode |
AbstractGraphMLDiagram.addNode()
Add a node with an id specified automatically.
|
GraphMLNode |
GraphMLDiagram.addNode()
Add a node with an id specified automatically.
|
GraphMLNode |
GraphMLGroupNode.addNode()
Add a node with an id specified automatically.
|
GraphMLNode |
NodeParent.addNode()
Adds a child node to the parent.
|
GraphMLNode |
AbstractGraphMLDiagram.addNode(java.lang.String id)
Add a node with a specified id.
|
GraphMLNode |
GraphMLGroupNode.addNode(java.lang.String id)
Add a node with a specified id.
|
GraphMLNode |
NodeParent.addNode(java.lang.String id)
Add a node with a specified id.
|
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.
|
GraphMLNode |
GraphMLGroupNode.addNodeFromTemplate(java.lang.String id)
Add a node with an id specified automatically.
|
GraphMLNode |
NodeParent.addNodeFromTemplate(java.lang.String id)
Adds a child node to the parent, using a template.
|
GraphMLNode |
GraphMLDiagram.addNodeFromTemplateWithLabel(java.lang.String id,
java.lang.String text)
Add a node with an id specified automatically.
|
GraphMLNode |
GraphMLGroupNode.addNodeFromTemplateWithLabel(java.lang.String id,
java.lang.String text)
Adds a child node to the parent, using a template, and with a specified label.
|
GraphMLNode |
NodeParent.addNodeFromTemplateWithLabel(java.lang.String id,
java.lang.String text)
Adds a child node to the parent, using a template, and with a specified label.
|
GraphMLNode |
GraphMLDiagram.addNodeWithLabel(java.lang.String text)
Add a node with an id specified automatically, and with a specified label.
|
GraphMLNode |
GraphMLGroupNode.addNodeWithLabel(java.lang.String text)
Add a node with an id specified automatically, and with a specified label.
|
GraphMLNode |
NodeParent.addNodeWithLabel(java.lang.String text)
Adds a child node to the parent, and with a specified label.
|
GraphMLNode |
GraphMLNode.clone() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.util.List<GraphMLEdge>> |
Utilities.getAllFromEdgesByLabel(GraphMLNode node)
Return the edges originating from other nodes, if they have a label.
|
static java.util.Map<java.lang.String,java.util.List<GraphMLEdge>> |
Utilities.getAllToEdgesByLabel(GraphMLNode node)
Return the edges originating from a node, if they have a label.
|
static java.util.Map<java.lang.String,GraphMLEdge> |
Utilities.getFromEdgesByLabel(GraphMLNode node)
Return the edges originating from other nodes, if they have a label.
|
static java.util.Map<java.lang.String,GraphMLEdge> |
Utilities.getToEdgesByLabel(GraphMLNode node)
Return the edges originating from a node, if they have a label.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphMLNodeTemplate
A graphml node template.
|
Modifier and Type | Method and Description |
---|---|
GraphMLNode |
GraphMLNodeTemplate.createNode(AbstractGraphMLDiagram diagram,
java.lang.String id)
Create a node from this template.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence