Uses of Class
edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
-
Packages that use GraphMetadata.EdgeDefault Package Description edu.uci.ics.jung.io.graphml -
-
Uses of GraphMetadata.EdgeDefault in edu.uci.ics.jung.io.graphml
Methods in edu.uci.ics.jung.io.graphml that return GraphMetadata.EdgeDefault Modifier and Type Method Description GraphMetadata.EdgeDefault
GraphMetadata. getEdgeDefault()
static GraphMetadata.EdgeDefault
GraphMetadata.EdgeDefault. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphMetadata.EdgeDefault[]
GraphMetadata.EdgeDefault. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.uci.ics.jung.io.graphml with parameters of type GraphMetadata.EdgeDefault Modifier and Type Method Description void
GraphMetadata. setEdgeDefault(GraphMetadata.EdgeDefault edgeDefault)
-