Cytoscape 2.8.2 API

cytoscape.generated
Class ObjectFactory

java.lang.Object
  extended by cytoscape.generated.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the cytoscape.generated 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: cytoscape.generated
 
Method Summary
 Child createChild()
          Create an instance of Child
 Cysession createCysession()
          Create an instance of Cysession
 Cytopanel createCytopanel()
          Create an instance of Cytopanel
 Cytopanels createCytopanels()
          Create an instance of Cytopanels
 Desktop createDesktop()
          Create an instance of Desktop
 DesktopSize createDesktopSize()
          Create an instance of DesktopSize
 Edge createEdge()
          Create an instance of Edge
 HiddenEdges createHiddenEdges()
          Create an instance of HiddenEdges
 HiddenNodes createHiddenNodes()
          Create an instance of HiddenNodes
 Network createNetwork()
          Create an instance of Network
 NetworkFrame createNetworkFrame()
          Create an instance of NetworkFrame
 NetworkFrames createNetworkFrames()
          Create an instance of NetworkFrames
 NetworkTree createNetworkTree()
          Create an instance of NetworkTree
 Node createNode()
          Create an instance of Node
 Ontology createOntology()
          Create an instance of Ontology
 OntologyServer createOntologyServer()
          Create an instance of OntologyServer
 Panel createPanel()
          Create an instance of Panel
 Panels createPanels()
          Create an instance of Panels
 JAXBElement<String> createPanelState(String value)
          Create an instance of JAXBElement<String>}
 Parent createParent()
          Create an instance of Parent
 Plugin createPlugin()
          Create an instance of Plugin
 Plugins createPlugins()
          Create an instance of Plugins
 SelectedEdges createSelectedEdges()
          Create an instance of SelectedEdges
 SelectedNodes createSelectedNodes()
          Create an instance of SelectedNodes
 JAXBElement<String> createSelectedPanel(String value)
          Create an instance of JAXBElement<String>}
 Server createServer()
          Create an instance of Server
 JAXBElement<String> createSessionNote(String value)
          Create an instance of JAXBElement<String>}
 SessionState createSessionState()
          Create an instance of SessionState
 ViewableNodes createViewableNodes()
          Create an instance of ViewableNodes
 
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: cytoscape.generated

Method Detail

createDesktopSize

public DesktopSize createDesktopSize()
Create an instance of DesktopSize


createCytopanel

public Cytopanel createCytopanel()
Create an instance of Cytopanel


createNetworkFrames

public NetworkFrames createNetworkFrames()
Create an instance of NetworkFrames


createOntology

public Ontology createOntology()
Create an instance of Ontology


createCytopanels

public Cytopanels createCytopanels()
Create an instance of Cytopanels


createHiddenNodes

public HiddenNodes createHiddenNodes()
Create an instance of HiddenNodes


createSelectedEdges

public SelectedEdges createSelectedEdges()
Create an instance of SelectedEdges


createPlugin

public Plugin createPlugin()
Create an instance of Plugin


createChild

public Child createChild()
Create an instance of Child


createNetwork

public Network createNetwork()
Create an instance of Network


createParent

public Parent createParent()
Create an instance of Parent


createViewableNodes

public ViewableNodes createViewableNodes()
Create an instance of ViewableNodes


createCysession

public Cysession createCysession()
Create an instance of Cysession


createNetworkTree

public NetworkTree createNetworkTree()
Create an instance of NetworkTree


createHiddenEdges

public HiddenEdges createHiddenEdges()
Create an instance of HiddenEdges


createSelectedNodes

public SelectedNodes createSelectedNodes()
Create an instance of SelectedNodes


createSessionState

public SessionState createSessionState()
Create an instance of SessionState


createNetworkFrame

public NetworkFrame createNetworkFrame()
Create an instance of NetworkFrame


createPanel

public Panel createPanel()
Create an instance of Panel


createNode

public Node createNode()
Create an instance of Node


createEdge

public Edge createEdge()
Create an instance of Edge


createPanels

public Panels createPanels()
Create an instance of Panels


createDesktop

public Desktop createDesktop()
Create an instance of Desktop


createPlugins

public Plugins createPlugins()
Create an instance of Plugins


createServer

public Server createServer()
Create an instance of Server


createOntologyServer

public OntologyServer createOntologyServer()
Create an instance of OntologyServer


createSelectedPanel

public JAXBElement<String> createSelectedPanel(String value)
Create an instance of JAXBElement<String>}


createSessionNote

public JAXBElement<String> createSessionNote(String value)
Create an instance of JAXBElement<String>}


createPanelState

public JAXBElement<String> createPanelState(String value)
Create an instance of JAXBElement<String>}


Cytoscape 2.8.2 API

Copyright 2010 Cytoscape Consortium. All rights reserved.