Uses of Class
org.jgrapht.io.AttributeType
-
Packages that use AttributeType Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of AttributeType in org.jgrapht.io
Methods in org.jgrapht.io that return AttributeType Modifier and Type Method Description static AttributeType
AttributeType. create(String value)
Deprecated.Create a type from a string representationAttributeType
Attribute. getType()
Deprecated.Get the type of the attributeAttributeType
DefaultAttribute. getType()
Deprecated.Get the type of the attributestatic AttributeType
AttributeType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static AttributeType[]
AttributeType. values()
Deprecated.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 AttributeType 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-AttributeConstructors in org.jgrapht.io with parameters of type AttributeType Constructor Description DefaultAttribute(T value, AttributeType type)
Deprecated.Create a new attribute
-