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.
|
org.girod.jgraphml.reader |
This package contains a class which is able to parse a graphml file.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphMLDiagram
An abstract graphml diagram.
|
class |
GraphMLDiagram
A graphml diagram.
|
class |
GraphMLGroupNode
A graphml node group.
|
Modifier and Type | Method and Description |
---|---|
NodeParent |
GraphDiagram.getNodeParent()
The associated node parent.
|
NodeParent |
GraphMLDiagram.getNodeParent()
Return this.
|
NodeParent |
GraphMLGroupDiagram.getNodeParent()
Return the group node.
|
NodeParent |
AbstractGraphMLNode.getParent()
Return the node parent.
|
NodeParent |
IGraphMLNode.getParent()
Return the node parent.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.util.List<IGraphMLNode>> |
Utilities.getAllChildrenNodesByLabel(NodeParent nodeParent)
Return all the children nodes by their label if it exists.
|
static java.util.Map<java.lang.String,IGraphMLNode> |
Utilities.getChildrenNodesByLabel(NodeParent nodeParent)
Return the children nodes by their label if it exists.
|
void |
AbstractGraphMLNode.setParent(NodeParent parent)
Set the node parent.
|
void |
IGraphMLNode.setParent(NodeParent parent)
Set the node parent.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphMLGroupNodeTemplate
A graphml node group template.
|
Modifier and Type | Method and Description |
---|---|
NodeParent |
NodeParentRep.getNodeParent() |
Constructor and Description |
---|
NodeParentRep(NodeParent parent,
int level) |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence