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

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

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

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

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

Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphNodeidsType.Enum
 void GraphType.setParseNodeids(GraphNodeidsType.Enum parseNodeids)
          Sets the "parse.nodeids" attribute
 

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

Methods in org.graphdrawing.graphml.xmlns.impl that return GraphNodeidsType.Enum
 GraphNodeidsType.Enum GraphTypeImpl.getParseNodeids()
          Gets the "parse.nodeids" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphNodeidsType.Enum
 void GraphTypeImpl.setParseNodeids(GraphNodeidsType.Enum parseNodeids)
          Sets the "parse.nodeids" attribute
 



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