org.openprovenance.model.printer
Class ObjectFactory

java.lang.Object
  extended by org.openprovenance.model.printer.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.openprovenance.model.printer 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openprovenance.model.printer
 
Method Summary
 AccountColorMapEntry createAccountColorMapEntry()
          Create an instance of AccountColorMapEntry
 AccountMap createAccountMap()
          Create an instance of AccountMap
 AgentMap createAgentMap()
          Create an instance of AgentMap
 AgentMapEntry createAgentMapEntry()
          Create an instance of AgentMapEntry
 ArtifactMap createArtifactMap()
          Create an instance of ArtifactMap
 ArtifactMapEntry createArtifactMapEntry()
          Create an instance of ArtifactMapEntry
 javax.xml.bind.JAXBElement<OPMPrinterConfiguration> createConfiguration(OPMPrinterConfiguration value)
          Create an instance of JAXBElement<OPMPrinterConfiguration>}
 EdgeStyleMap createEdgeStyleMap()
          Create an instance of EdgeStyleMap
 EdgeStyleMapEntry createEdgeStyleMapEntry()
          Create an instance of EdgeStyleMapEntry
 Map createMap()
          Create an instance of Map
 MapEntry createMapEntry()
          Create an instance of MapEntry
 OPMPrinterConfiguration createOPMPrinterConfiguration()
          Create an instance of OPMPrinterConfiguration
 ProcessMap createProcessMap()
          Create an instance of ProcessMap
 ProcessMapEntry createProcessMapEntry()
          Create an instance of ProcessMapEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openprovenance.model.printer

Method Detail

createArtifactMapEntry

public ArtifactMapEntry createArtifactMapEntry()
Create an instance of ArtifactMapEntry


createMap

public Map createMap()
Create an instance of Map


createAccountColorMapEntry

public AccountColorMapEntry createAccountColorMapEntry()
Create an instance of AccountColorMapEntry


createEdgeStyleMap

public EdgeStyleMap createEdgeStyleMap()
Create an instance of EdgeStyleMap


createAgentMapEntry

public AgentMapEntry createAgentMapEntry()
Create an instance of AgentMapEntry


createMapEntry

public MapEntry createMapEntry()
Create an instance of MapEntry


createAccountMap

public AccountMap createAccountMap()
Create an instance of AccountMap


createProcessMap

public ProcessMap createProcessMap()
Create an instance of ProcessMap


createAgentMap

public AgentMap createAgentMap()
Create an instance of AgentMap


createArtifactMap

public ArtifactMap createArtifactMap()
Create an instance of ArtifactMap


createOPMPrinterConfiguration

public OPMPrinterConfiguration createOPMPrinterConfiguration()
Create an instance of OPMPrinterConfiguration


createEdgeStyleMapEntry

public EdgeStyleMapEntry createEdgeStyleMapEntry()
Create an instance of EdgeStyleMapEntry


createProcessMapEntry

public ProcessMapEntry createProcessMapEntry()
Create an instance of ProcessMapEntry


createConfiguration

public javax.xml.bind.JAXBElement<OPMPrinterConfiguration> createConfiguration(OPMPrinterConfiguration value)
Create an instance of JAXBElement<OPMPrinterConfiguration>}



Copyright © 2010. All Rights Reserved.