Package org.graphdrawing.graphml
Class ObjectFactory
- java.lang.Object
-
- org.graphdrawing.graphml.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis 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
All Methods Instance Methods Concrete Methods 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
-
-
-
Method Detail
-
createLocatorType
public LocatorType createLocatorType()
Create an instance ofLocatorType
-
createDefaultType
public DefaultType createDefaultType()
Create an instance ofDefaultType
-
createGraphmlType
public GraphmlType createGraphmlType()
Create an instance ofGraphmlType
-
createHyperedgeType
public HyperedgeType createHyperedgeType()
Create an instance ofHyperedgeType
-
createEndpointType
public EndpointType createEndpointType()
Create an instance ofEndpointType
-
createDataExtensionType
public DataExtensionType createDataExtensionType()
Create an instance ofDataExtensionType
-
createDesc
public javax.xml.bind.JAXBElement<java.lang.String> createDesc(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createLocator
public javax.xml.bind.JAXBElement<LocatorType> createLocator(LocatorType value)
-
createDefault
public javax.xml.bind.JAXBElement<DefaultType> createDefault(DefaultType value)
-
createGraphml
public javax.xml.bind.JAXBElement<GraphmlType> createGraphml(GraphmlType value)
-
createHyperedge
public javax.xml.bind.JAXBElement<HyperedgeType> createHyperedge(HyperedgeType value)
-
createEndpoint
public javax.xml.bind.JAXBElement<EndpointType> createEndpoint(EndpointType value)
-
-