Uses of Enum
org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
-
Uses of GraphMLExporter.AttributeCategory in org.jgrapht.nio.graphml
Modifier and TypeMethodDescriptionReturns 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 TypeMethodDescriptionvoid
GraphMLExporter.registerAttribute
(String name, GraphMLExporter.AttributeCategory category, AttributeType type) Register a GraphML-Attributevoid
GraphMLExporter.registerAttribute
(String name, GraphMLExporter.AttributeCategory category, AttributeType type, String defaultValue) Register a GraphML-Attribute