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)DataExtensionTypecreateDataExtensionType()Create an instance ofDataExtensionTypeDataTypecreateDataType()Create an instance ofDataTypejavax.xml.bind.JAXBElement<DefaultType>createDefault(DefaultType value)DefaultTypecreateDefaultType()Create an instance ofDefaultTypejavax.xml.bind.JAXBElement<java.lang.String>createDesc(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<EdgeType>createEdge(EdgeType value)EdgeTypecreateEdgeType()Create an instance ofEdgeTypejavax.xml.bind.JAXBElement<EndpointType>createEndpoint(EndpointType value)EndpointTypecreateEndpointType()Create an instance ofEndpointTypejavax.xml.bind.JAXBElement<GraphType>createGraph(GraphType value)javax.xml.bind.JAXBElement<GraphmlType>createGraphml(GraphmlType value)GraphmlTypecreateGraphmlType()Create an instance ofGraphmlTypeGraphTypecreateGraphType()Create an instance ofGraphTypejavax.xml.bind.JAXBElement<HyperedgeType>createHyperedge(HyperedgeType value)HyperedgeTypecreateHyperedgeType()Create an instance ofHyperedgeTypejavax.xml.bind.JAXBElement<KeyType>createKey(KeyType value)KeyTypecreateKeyType()Create an instance ofKeyTypejavax.xml.bind.JAXBElement<LocatorType>createLocator(LocatorType value)LocatorTypecreateLocatorType()Create an instance ofLocatorTypejavax.xml.bind.JAXBElement<NodeType>createNode(NodeType value)NodeTypecreateNodeType()Create an instance ofNodeTypejavax.xml.bind.JAXBElement<PortType>createPort(PortType value)PortTypecreatePortType()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
-