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

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

Uses of GraphMaxindegreeType in org.graphdrawing.graphml.xmlns
 

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

Methods in org.graphdrawing.graphml.xmlns with parameters of type GraphMaxindegreeType
 void GraphType.xsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree)
          Sets (as xml) the "parse.maxindegree" attribute
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement GraphMaxindegreeType
 class GraphMaxindegreeTypeImpl
          An XML graph.maxindegree.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return GraphMaxindegreeType
 GraphMaxindegreeType GraphTypeImpl.xgetParseMaxindegree()
          Gets (as xml) the "parse.maxindegree" attribute
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type GraphMaxindegreeType
 void GraphTypeImpl.xsetParseMaxindegree(GraphMaxindegreeType parseMaxindegree)
          Sets (as xml) the "parse.maxindegree" attribute
 



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