Uses of Enum Class
org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
Packages that use GraphMLExporter.AttributeCategory
-
Uses of GraphMLExporter.AttributeCategory in org.jgrapht.nio.graphml
Subclasses with type arguments of type GraphMLExporter.AttributeCategory in org.jgrapht.nio.graphmlModifier and TypeClassDescriptionstatic enumDenotes the category of a GraphML-Attribute.Fields in org.jgrapht.nio.graphml declared as GraphMLExporter.AttributeCategoryMethods in org.jgrapht.nio.graphml that return GraphMLExporter.AttributeCategoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GraphMLExporter.AttributeCategory[]GraphMLExporter.AttributeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgrapht.nio.graphml with parameters of type GraphMLExporter.AttributeCategoryModifier and TypeMethodDescriptionvoidGraphMLExporter.registerAttribute(String name, GraphMLExporter.AttributeCategory category, AttributeType type) Register a GraphML-AttributevoidGraphMLExporter.registerAttribute(String name, GraphMLExporter.AttributeCategory category, AttributeType type, String defaultValue) Register a GraphML-AttributeConstructors in org.jgrapht.nio.graphml with parameters of type GraphMLExporter.AttributeCategoryModifierConstructorDescriptionAttributeDetails(String key, GraphMLExporter.AttributeCategory category, AttributeType type, String defaultValue)