Uses of Class
edu.uci.ics.jung.io.GraphMLReader.TagState
-
Packages that use GraphMLReader.TagState Package Description edu.uci.ics.jung.io 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.TagState Modifier and Type Field Description protected java.util.LinkedList<GraphMLReader.TagState>
GraphMLReader. current_states
protected com.google.common.collect.BiMap<java.lang.String,GraphMLReader.TagState>
GraphMLReader. tag_state
Methods in edu.uci.ics.jung.io that return GraphMLReader.TagState Modifier and Type Method Description static GraphMLReader.TagState
GraphMLReader.TagState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphMLReader.TagState[]
GraphMLReader.TagState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.uci.ics.jung.io with parameters of type GraphMLReader.TagState Modifier and Type Method Description protected void
GraphMLReader. createEdge(org.xml.sax.Attributes atts, GraphMLReader.TagState state)
-