Uses of Enum Class
org.jgrapht.nio.AttributeType
Packages that use AttributeType
Package
Description
Importers/Exporters for various graph formats.
Graph Exchange XML Format (GEXF) importers/exporters.
GraphML importers/exporters
-
Uses of AttributeType in org.jgrapht.nio
Fields in org.jgrapht.nio declared as AttributeTypeMethods in org.jgrapht.nio that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeTypeCreate a type from a string representationAttribute.getType()Get the type of the attributeDefaultAttribute.getType()Get the type of the attributestatic AttributeTypeReturns the enum constant of this class with the specified name.static AttributeType[]AttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jgrapht.nio with parameters of type AttributeTypeModifierConstructorDescriptionDefaultAttribute(T value, AttributeType type) Create a new attribute -
Uses of AttributeType in org.jgrapht.nio.gexf
Methods in org.jgrapht.nio.gexf that return AttributeTypeModifier and TypeMethodDescriptionprivate static AttributeTypeSimpleGEXFEventDrivenImporter.toAttributeType(GEXFAttributeType type) -
Uses of AttributeType in org.jgrapht.nio.graphml
Fields in org.jgrapht.nio.graphml declared as AttributeTypeModifier and TypeFieldDescription(package private) AttributeTypeGraphMLEventDrivenImporter.Key.typeGraphMLExporter.AttributeDetails.type(package private) AttributeTypeSimpleGraphMLEventDrivenImporter.Key.typeMethods in org.jgrapht.nio.graphml with parameters of type AttributeTypeModifier 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 AttributeTypeModifierConstructorDescriptionAttributeDetails(String key, GraphMLExporter.AttributeCategory category, AttributeType type, String defaultValue) Key(String id, String attributeName, AttributeType type, String target)