Uses of Class
org.graphdrawing.graphml.GraphEdgeidsType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of GraphEdgeidsType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as GraphEdgeidsType Modifier and Type Field Description protected GraphEdgeidsType
GraphType. parseEdgeids
Methods in org.graphdrawing.graphml that return GraphEdgeidsType Modifier and Type Method Description static GraphEdgeidsType
GraphEdgeidsType. fromValue(java.lang.String v)
GraphEdgeidsType
GraphType. getParseEdgeids()
Gets the value of the parseEdgeids property.static GraphEdgeidsType
GraphEdgeidsType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphEdgeidsType[]
GraphEdgeidsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type GraphEdgeidsType Modifier and Type Method Description void
GraphType. setParseEdgeids(GraphEdgeidsType value)
Sets the value of the parseEdgeids property.