Uses of Class
org.graphdrawing.graphml.xmlns.GraphEdgeidsType.Enum

Packages that use GraphEdgeidsType.Enum
org.graphdrawing.graphml.xmlns   
org.graphdrawing.graphml.xmlns.impl   
 

Uses of GraphEdgeidsType.Enum in org.graphdrawing.graphml.xmlns
 

Fields in org.graphdrawing.graphml.xmlns declared as GraphEdgeidsType.Enum
static GraphEdgeidsType.Enum GraphEdgeidsType.CANONICAL
           
static GraphEdgeidsType.Enum GraphEdgeidsType.FREE
           
 

Methods in org.graphdrawing.graphml.xmlns that return GraphEdgeidsType.Enum
static GraphEdgeidsType.Enum GraphEdgeidsType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static GraphEdgeidsType.Enum GraphEdgeidsType.Enum.forString(java.lang.String s)
          Returns the enum value for a string, or null if none.
 GraphEdgeidsType.Enum GraphType.getParseEdgeids()
          Gets the "parse.edgeids" attribute
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphEdgeidsType.Enum
 void GraphType.setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids)
          Sets the "parse.edgeids" attribute
 

Uses of GraphEdgeidsType.Enum in org.graphdrawing.graphml.xmlns.impl
 

Methods in org.graphdrawing.graphml.xmlns.impl that return GraphEdgeidsType.Enum
 GraphEdgeidsType.Enum GraphTypeImpl.getParseEdgeids()
          Gets the "parse.edgeids" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphEdgeidsType.Enum
 void GraphTypeImpl.setParseEdgeids(GraphEdgeidsType.Enum parseEdgeids)
          Sets the "parse.edgeids" attribute
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.