Package | Description |
---|---|
org.jgrapht.ext |
Extensions and integration means to other products.
|
Modifier and Type | Method and Description |
---|---|
static GraphMLExporter.AttributeType |
GraphMLExporter.AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphMLExporter.AttributeType[] |
GraphMLExporter.AttributeType.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,
GraphMLExporter.AttributeType type)
Register a GraphML-Attribute
|
void |
GraphMLExporter.registerAttribute(String name,
GraphMLExporter.AttributeCategory category,
GraphMLExporter.AttributeType type,
String defaultValue)
Register a GraphML-Attribute
|
Copyright © 2016. All rights reserved.