java.lang.Object
org.jgrapht.nio.graphml.GraphMLExporter.AttributeDetails
- Enclosing class:
GraphMLExporter<V,
E>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionAttributeDetails
(String key, GraphMLExporter.AttributeCategory category, AttributeType type, String defaultValue) -
Method Summary
-
Field Details
-
key
-
category
-
type
-
defaultValue
-
-
Constructor Details
-
AttributeDetails
public AttributeDetails(String key, GraphMLExporter.AttributeCategory category, AttributeType type, String defaultValue)
-