Uses of Interface
org.graphdrawing.graphml.xmlns.GraphEdgeidsType

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

Uses of GraphEdgeidsType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return GraphEdgeidsType
static GraphEdgeidsType GraphEdgeidsType.Factory.newInstance()
           
static GraphEdgeidsType GraphEdgeidsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.newValue(java.lang.Object obj)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.io.File file)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.io.InputStream is)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(org.w3c.dom.Node node)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.io.Reader r)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.lang.String xmlAsString)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.net.URL u)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GraphEdgeidsType GraphEdgeidsType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 GraphEdgeidsType GraphType.xgetParseEdgeids()
          Gets (as xml) the "parse.edgeids" attribute
 

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

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphEdgeidsType
 class GraphEdgeidsTypeImpl
          An XML graph.edgeids.type(@http://graphml.graphdrawing.org/xmlns).
 

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

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



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