Uses of Class
org.jgrapht.nio.AttributeType
-
Packages that use AttributeType Package Description org.jgrapht.nio Importers/Exporters for various graph formats.org.jgrapht.nio.graphml GraphML importers/exporters -
-
Uses of AttributeType in org.jgrapht.nio
Methods in org.jgrapht.nio that return AttributeType Modifier and Type Method Description static AttributeTypeAttributeType. create(String value)Create a type from a string representationAttributeTypeAttribute. getType()Get the type of the attributeAttributeTypeDefaultAttribute. getType()Get the type of the attributestatic AttributeTypeAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeType[]AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgrapht.nio with parameters of type AttributeType Constructor Description DefaultAttribute(T value, AttributeType type)Create a new attribute -
Uses of AttributeType in org.jgrapht.nio.graphml
Methods in org.jgrapht.nio.graphml with parameters of type AttributeType Modifier and Type Method Description voidGraphMLExporter. 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-Attribute
-