Uses of Class
org.jgrapht.io.GraphMLExporter.AttributeCategory
-
Packages that use GraphMLExporter.AttributeCategory Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of GraphMLExporter.AttributeCategory in org.jgrapht.io
Methods in org.jgrapht.io that return GraphMLExporter.AttributeCategory Modifier and Type Method 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.Methods in org.jgrapht.io with parameters of type GraphMLExporter.AttributeCategory Modifier and Type Method Description void
GraphMLExporter. registerAttribute(String name, GraphMLExporter.AttributeCategory category, AttributeType type)
Deprecated.Register a GraphML-Attributevoid
GraphMLExporter. registerAttribute(String name, GraphMLExporter.AttributeCategory category, AttributeType type, String defaultValue)
Deprecated.Register a GraphML-Attribute
-