Package org.graphdrawing.graphml
Class ObjectFactory
java.lang.Object
org.graphdrawing.graphml.ObjectFactory
public class ObjectFactory
extends java.lang.Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.graphdrawing.graphml package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.graphdrawing.graphml -
Method Summary
Modifier and Type Method Description javax.xml.bind.JAXBElement<DataType>
createData(DataType value)
DataExtensionType
createDataExtensionType()
Create an instance ofDataExtensionType
DataType
createDataType()
Create an instance ofDataType
javax.xml.bind.JAXBElement<DefaultType>
createDefault(DefaultType value)
DefaultType
createDefaultType()
Create an instance ofDefaultType
javax.xml.bind.JAXBElement<java.lang.String>
createDesc(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}javax.xml.bind.JAXBElement<EdgeType>
createEdge(EdgeType value)
EdgeType
createEdgeType()
Create an instance ofEdgeType
javax.xml.bind.JAXBElement<EndpointType>
createEndpoint(EndpointType value)
EndpointType
createEndpointType()
Create an instance ofEndpointType
javax.xml.bind.JAXBElement<GraphType>
createGraph(GraphType value)
javax.xml.bind.JAXBElement<GraphmlType>
createGraphml(GraphmlType value)
GraphmlType
createGraphmlType()
Create an instance ofGraphmlType
GraphType
createGraphType()
Create an instance ofGraphType
javax.xml.bind.JAXBElement<HyperedgeType>
createHyperedge(HyperedgeType value)
HyperedgeType
createHyperedgeType()
Create an instance ofHyperedgeType
javax.xml.bind.JAXBElement<KeyType>
createKey(KeyType value)
KeyType
createKeyType()
Create an instance ofKeyType
javax.xml.bind.JAXBElement<LocatorType>
createLocator(LocatorType value)
LocatorType
createLocatorType()
Create an instance ofLocatorType
javax.xml.bind.JAXBElement<NodeType>
createNode(NodeType value)
NodeType
createNodeType()
Create an instance ofNodeType
javax.xml.bind.JAXBElement<PortType>
createPort(PortType value)
PortType
createPortType()
Create an instance ofPortType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.graphdrawing.graphml
-
-
Method Details
-
createPortType
Create an instance ofPortType
-
createLocatorType
Create an instance ofLocatorType
-
createNodeType
Create an instance ofNodeType
-
createEdgeType
Create an instance ofEdgeType
-
createGraphType
Create an instance ofGraphType
-
createDefaultType
Create an instance ofDefaultType
-
createHyperedgeType
Create an instance ofHyperedgeType
-
createDataType
Create an instance ofDataType
-
createGraphmlType
Create an instance ofGraphmlType
-
createEndpointType
Create an instance ofEndpointType
-
createKeyType
Create an instance ofKeyType
-
createDataExtensionType
Create an instance ofDataExtensionType
-
createData
-
createKey
-
createEndpoint
-
createGraphml
-
createNode
-
createDesc
public javax.xml.bind.JAXBElement<java.lang.String> createDesc(java.lang.String value)Create an instance ofJAXBElement
<
String
>
} -
createDefault
-
createGraph
-
createEdge
-
createPort
-
createLocator
-
createHyperedge
-