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
Subclasses with type arguments of type GraphMLReader.TagState in edu.uci.ics.jung.ioFields in edu.uci.ics.jung.io with type parameters of type GraphMLReader.TagStateModifier and TypeFieldDescriptionprotected LinkedList<GraphMLReader.TagState> GraphMLReader.current_statesprotected com.google.common.collect.BiMap<String, GraphMLReader.TagState> GraphMLReader.tag_stateMethods in edu.uci.ics.jung.io that return GraphMLReader.TagStateModifier and TypeMethodDescriptionstatic GraphMLReader.TagStateReturns 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 voidGraphMLReader.createEdge(Attributes atts, GraphMLReader.TagState state)