Package | Description |
---|---|
org.jgrapht.io |
Importers/Exporters for various graph formats.
|
Modifier and Type | Method and Description |
---|---|
static GraphMLExporter.AttributeCategory |
GraphMLExporter.AttributeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphMLExporter.AttributeCategory[] |
GraphMLExporter.AttributeCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLExporter.registerAttribute(String name,
GraphMLExporter.AttributeCategory category,
AttributeType type)
Register a GraphML-Attribute
|
void |
GraphMLExporter.registerAttribute(String name,
GraphMLExporter.AttributeCategory category,
AttributeType type,
String defaultValue)
Register a GraphML-Attribute
|
Copyright © 2017. All rights reserved.