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

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

Uses of EdgeType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return EdgeType
 EdgeType EdgeDocument.addNewEdge()
          Appends and returns a new empty "edge" element
 EdgeType GraphType.addNewEdge()
          Appends and returns a new empty value (as xml) as the last "edge" element
 EdgeType EdgeDocument.getEdge()
          Gets the "edge" element
 EdgeType[] GraphType.getEdgeArray()
          Gets array of all "edge" elements
 EdgeType GraphType.getEdgeArray(int i)
          Gets ith "edge" element
 EdgeType GraphType.insertNewEdge(int i)
          Inserts and returns a new empty value (as xml) as the ith "edge" element
static EdgeType EdgeType.Factory.newInstance()
           
static EdgeType EdgeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EdgeType EdgeType.Factory.parse(java.io.File file)
           
static EdgeType EdgeType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static EdgeType EdgeType.Factory.parse(java.io.InputStream is)
           
static EdgeType EdgeType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EdgeType EdgeType.Factory.parse(org.w3c.dom.Node node)
           
static EdgeType EdgeType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static EdgeType EdgeType.Factory.parse(java.io.Reader r)
           
static EdgeType EdgeType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EdgeType EdgeType.Factory.parse(java.lang.String xmlAsString)
           
static EdgeType EdgeType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EdgeType EdgeType.Factory.parse(java.net.URL u)
           
static EdgeType EdgeType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static EdgeType EdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EdgeType EdgeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EdgeType EdgeType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EdgeType EdgeType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type EdgeType
 void EdgeDocument.setEdge(EdgeType edge)
          Sets the "edge" element
 void GraphType.setEdgeArray(EdgeType[] edgeArray)
          Sets array of all "edge" element
 void GraphType.setEdgeArray(int i, EdgeType edge)
          Sets ith "edge" element
 

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

Classes in org.graphdrawing.graphml.xmlns.impl that implement EdgeType
 class EdgeTypeImpl
          An XML edge.type(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return EdgeType
 EdgeType GraphTypeImpl.addNewEdge()
          Appends and returns a new empty value (as xml) as the last "edge" element
 EdgeType EdgeDocumentImpl.addNewEdge()
          Appends and returns a new empty "edge" element
 EdgeType EdgeDocumentImpl.getEdge()
          Gets the "edge" element
 EdgeType[] GraphTypeImpl.getEdgeArray()
          Gets array of all "edge" elements
 EdgeType GraphTypeImpl.getEdgeArray(int i)
          Gets ith "edge" element
 EdgeType GraphTypeImpl.insertNewEdge(int i)
          Inserts and returns a new empty value (as xml) as the ith "edge" element
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type EdgeType
 void EdgeDocumentImpl.setEdge(EdgeType edge)
          Sets the "edge" element
 void GraphTypeImpl.setEdgeArray(EdgeType[] edgeArray)
          Sets array of all "edge" element
 void GraphTypeImpl.setEdgeArray(int i, EdgeType edge)
          Sets ith "edge" element
 



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