Uses of Enum Class
edu.uci.ics.jung.io.GraphMLReader.TagState
Packages that use GraphMLReader.TagState
Package
Description
Interfaces and classes for reading and writing graphs in various (file)
formats.
-
Uses of GraphMLReader.TagState in edu.uci.ics.jung.io
Fields in edu.uci.ics.jung.io with type parameters of type GraphMLReader.TagStateModifier and TypeFieldDescriptionprotected LinkedList
<GraphMLReader.TagState> GraphMLReader.current_states
protected com.google.common.collect.BiMap
<String, GraphMLReader.TagState> GraphMLReader.tag_state
Methods in edu.uci.ics.jung.io that return GraphMLReader.TagStateModifier and TypeMethodDescriptionstatic GraphMLReader.TagState
Returns the enum constant of this class with the specified name.static GraphMLReader.TagState[]
GraphMLReader.TagState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.uci.ics.jung.io with parameters of type GraphMLReader.TagStateModifier and TypeMethodDescriptionprotected void
GraphMLReader.createEdge
(Attributes atts, GraphMLReader.TagState state)