Package | Description |
---|---|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
Modifier and Type | Field and Description |
---|---|
static KeyType |
KeyType.EDGE_DESCRIPTION
The type for the edge description.
|
static KeyType |
KeyType.EDGE_GRAPHICS
The type for the edge graphics.
|
static KeyType |
KeyType.EDGE_URL
The type for the edge URL.
|
static KeyType |
KeyType.GRAPH_DESCRIPTION
The type for the graph description.
|
static KeyType |
KeyType.NODE_DESCRIPTION
The type for the node description.
|
static KeyType |
KeyType.NODE_GRAPHICS
The type for the node graphics.
|
static KeyType |
KeyType.NODE_URL
The type for the node url.
|
static KeyType |
KeyType.PORT_CONSTRAINTS
The type for the edge port constraint.
|
static KeyType |
KeyType.PORT_GEOMETRY |
static KeyType |
KeyType.PORT_GRAPHICS |
static KeyType |
KeyType.RESOURCES
The type for the resources description.
|
Modifier and Type | Method and Description |
---|---|
KeyType |
DiagramKey.getType()
Return the key type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<KeyType,DiagramKey> |
GraphMLDiagram.getKeys()
Return the keys by key type.
|
Modifier and Type | Method and Description |
---|---|
int |
KeyType.compareTo(KeyType o) |
Constructor and Description |
---|
DiagramKey(KeyType type,
java.lang.String id)
Constructor.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence