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
All Methods Instance Methods Concrete Methods 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
-
-
-
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)
-
-