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.gexf Graph Exchange XML Format (GEXF) importers/exporters.org.jgrapht.nio.graphml GraphML importers/exporters -
-
Uses of AttributeType in org.jgrapht.nio
Fields in org.jgrapht.nio declared as AttributeType Modifier and Type Field Description private AttributeType
DefaultAttribute. type
Methods in org.jgrapht.nio that return AttributeType Modifier and Type Method Description static AttributeType
AttributeType. create(java.lang.String value)
Create a type from a string representationAttributeType
Attribute. getType()
Get the type of the attributeAttributeType
DefaultAttribute. getType()
Get the type of the attributestatic AttributeType
AttributeType. valueOf(java.lang.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.gexf
Methods in org.jgrapht.nio.gexf that return AttributeType Modifier and Type Method Description private static AttributeType
SimpleGEXFEventDrivenImporter. toAttributeType(GEXFAttributeType type)
-
Uses of AttributeType in org.jgrapht.nio.graphml
Fields in org.jgrapht.nio.graphml declared as AttributeType Modifier and Type Field Description (package private) AttributeType
GraphMLEventDrivenImporter.Key. type
AttributeType
GraphMLExporter.AttributeDetails. type
(package private) AttributeType
SimpleGraphMLEventDrivenImporter.Key. type
Methods in org.jgrapht.nio.graphml with parameters of type AttributeType Modifier and Type Method Description void
GraphMLExporter. registerAttribute(java.lang.String name, GraphMLExporter.AttributeCategory category, AttributeType type)
Register a GraphML-Attributevoid
GraphMLExporter. registerAttribute(java.lang.String name, GraphMLExporter.AttributeCategory category, AttributeType type, java.lang.String defaultValue)
Register a GraphML-AttributeConstructors in org.jgrapht.nio.graphml with parameters of type AttributeType Constructor Description AttributeDetails(java.lang.String key, GraphMLExporter.AttributeCategory category, AttributeType type, java.lang.String defaultValue)
Key(java.lang.String id, java.lang.String attributeName, AttributeType type, java.lang.String target)
-