Uses of Interface
org.graphdrawing.graphml.xmlns.EndpointType
Packages that use EndpointType
-
Uses of EndpointType in org.graphdrawing.graphml.xmlns
Methods in org.graphdrawing.graphml.xmlns that return EndpointTypeModifier and TypeMethodDescriptionEndpointDocument.addNewEndpoint()Appends and returns a new empty "endpoint" elementHyperedgeType.addNewEndpoint()Appends and returns a new empty value (as xml) as the last "endpoint" elementEndpointDocument.getEndpoint()Gets the "endpoint" elementHyperedgeType.getEndpointArray()Gets array of all "endpoint" elementsHyperedgeType.getEndpointArray(int i) Gets ith "endpoint" elementHyperedgeType.insertNewEndpoint(int i) Inserts and returns a new empty value (as xml) as the ith "endpoint" elementstatic EndpointTypeEndpointType.Factory.newInstance()static EndpointTypeEndpointType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static EndpointTypestatic EndpointTypestatic EndpointTypeEndpointType.Factory.parse(InputStream is) static EndpointTypeEndpointType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EndpointTypestatic EndpointTypestatic EndpointTypestatic EndpointTypestatic EndpointTypestatic EndpointTypestatic EndpointTypeEndpointType.Factory.parse(XMLStreamReader sr) static EndpointTypeEndpointType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static EndpointTypeEndpointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static EndpointTypeEndpointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EndpointTypestatic EndpointTypeMethods in org.graphdrawing.graphml.xmlns with parameters of type EndpointTypeModifier and TypeMethodDescriptionvoidEndpointDocument.setEndpoint(EndpointType endpoint) Sets the "endpoint" elementvoidHyperedgeType.setEndpointArray(int i, EndpointType endpoint) Sets ith "endpoint" elementvoidHyperedgeType.setEndpointArray(EndpointType[] endpointArray) Sets array of all "endpoint" element -
Uses of EndpointType in org.graphdrawing.graphml.xmlns.impl
Classes in org.graphdrawing.graphml.xmlns.impl that implement EndpointTypeModifier and TypeClassDescriptionclassAn XML endpoint.type(@http://graphml.graphdrawing.org/xmlns).Methods in org.graphdrawing.graphml.xmlns.impl that return EndpointTypeModifier and TypeMethodDescriptionEndpointDocumentImpl.addNewEndpoint()Appends and returns a new empty "endpoint" elementHyperedgeTypeImpl.addNewEndpoint()Appends and returns a new empty value (as xml) as the last "endpoint" elementEndpointDocumentImpl.getEndpoint()Gets the "endpoint" elementHyperedgeTypeImpl.getEndpointArray()Gets array of all "endpoint" elementsHyperedgeTypeImpl.getEndpointArray(int i) Gets ith "endpoint" elementHyperedgeTypeImpl.insertNewEndpoint(int i) Inserts and returns a new empty value (as xml) as the ith "endpoint" elementMethods in org.graphdrawing.graphml.xmlns.impl with parameters of type EndpointTypeModifier and TypeMethodDescriptionvoidEndpointDocumentImpl.setEndpoint(EndpointType endpoint) Sets the "endpoint" elementvoidHyperedgeTypeImpl.setEndpointArray(int i, EndpointType endpoint) Sets ith "endpoint" elementvoidHyperedgeTypeImpl.setEndpointArray(EndpointType[] endpointArray) Sets array of all "endpoint" element
XMLInputStream