Package | Description |
---|---|
org.jgrapht.io |
Importers/Exporters for various graph formats.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
AttributeType.create(String value)
Create a type from a string representation
|
AttributeType |
DefaultAttribute.getType()
Get the type of the attribute
|
AttributeType |
Attribute.getType()
Get the type of the attribute
|
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
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,
AttributeType type)
Register a GraphML-Attribute
|
void |
GraphMLExporter.registerAttribute(String name,
GraphMLExporter.AttributeCategory category,
AttributeType type,
String defaultValue)
Register a GraphML-Attribute
|
Constructor and Description |
---|
DefaultAttribute(T value,
AttributeType type)
Create a new attribute
|
Copyright © 2017. All rights reserved.