Uses of Class
org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
-
Packages that use GraphMLExporter.AttributeCategory Package Description org.jgrapht.nio.graphml GraphML importers/exporters -
-
Uses of GraphMLExporter.AttributeCategory in org.jgrapht.nio.graphml
Fields in org.jgrapht.nio.graphml declared as GraphMLExporter.AttributeCategory Modifier and Type Field Description GraphMLExporter.AttributeCategory
GraphMLExporter.AttributeDetails. category
Methods in org.jgrapht.nio.graphml that return GraphMLExporter.AttributeCategory Modifier and Type Method Description static GraphMLExporter.AttributeCategory
GraphMLExporter.AttributeCategory. valueOf(java.lang.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.nio.graphml with parameters of type GraphMLExporter.AttributeCategory Modifier and Type Method Description void
GraphMLExporter. registerAttribute(java.lang.String name, GraphMLExporter.AttributeCategory category, AttributeType type)
Register a GraphML-Attributevoid
GraphMLExporter. registerAttribute(java.lang.String name, GraphMLExporter.AttributeCategory category, AttributeType type, java.lang.String defaultValue)
Register a GraphML-AttributeConstructors in org.jgrapht.nio.graphml with parameters of type GraphMLExporter.AttributeCategory Constructor Description AttributeDetails(java.lang.String key, GraphMLExporter.AttributeCategory category, AttributeType type, java.lang.String defaultValue)
-