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)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GraphMLExporter.AttributeType[] |
GraphMLExporter.AttributeType.values()
Deprecated.
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)
Deprecated.
Register a GraphML-Attribute
|
void |
GraphMLExporter.registerAttribute(String name,
GraphMLExporter.AttributeCategory category,
GraphMLExporter.AttributeType type,
String defaultValue)
Deprecated.
Register a GraphML-Attribute
|
Copyright © 2017. All rights reserved.