Package org.graphdrawing.graphml
Class ObjectFactory
- java.lang.Object
-
- org.graphdrawing.graphml.ObjectFactory
-
public class ObjectFactory extends 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
-
-
-
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 JAXBElement<String> createDesc(String value)
-
createLocator
public JAXBElement<LocatorType> createLocator(LocatorType value)
-
createData
public JAXBElement<DataType> createData(DataType value)
-
createKey
public JAXBElement<KeyType> createKey(KeyType value)
-
createDefault
public JAXBElement<DefaultType> createDefault(DefaultType value)
-
createGraphml
public JAXBElement<GraphmlType> createGraphml(GraphmlType value)
-
createGraph
public JAXBElement<GraphType> createGraph(GraphType value)
-
createNode
public JAXBElement<NodeType> createNode(NodeType value)
-
createPort
public JAXBElement<PortType> createPort(PortType value)
-
createEdge
public JAXBElement<EdgeType> createEdge(EdgeType value)
-
createHyperedge
public JAXBElement<HyperedgeType> createHyperedge(HyperedgeType value)
-
createEndpoint
public JAXBElement<EndpointType> createEndpoint(EndpointType value)
-
-