Cytoscape 2.8.0 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

createSelectedNodes

public SelectedNodes createSelectedNodes()
Create an instance of SelectedNodes


createHiddenNodes

public HiddenNodes createHiddenNodes()
Create an instance of HiddenNodes


createHiddenEdges

public HiddenEdges createHiddenEdges()
Create an instance of HiddenEdges


createNetworkTree

public NetworkTree createNetworkTree()
Create an instance of NetworkTree


createCysession

public Cysession createCysession()
Create an instance of Cysession


createPlugins

public Plugins createPlugins()
Create an instance of Plugins


createParent

public Parent createParent()
Create an instance of Parent


createNetworkFrame

public NetworkFrame createNetworkFrame()
Create an instance of NetworkFrame


createDesktopSize

public DesktopSize createDesktopSize()
Create an instance of DesktopSize


createChild

public Child createChild()
Create an instance of Child


createNetworkFrames

public NetworkFrames createNetworkFrames()
Create an instance of NetworkFrames


createCytopanels

public Cytopanels createCytopanels()
Create an instance of Cytopanels


createSessionState

public SessionState createSessionState()
Create an instance of SessionState


createOntology

public Ontology createOntology()
Create an instance of Ontology


createPanels

public Panels createPanels()
Create an instance of Panels


createPlugin

public Plugin createPlugin()
Create an instance of Plugin


createPanel

public Panel createPanel()
Create an instance of Panel


createEdge

public Edge createEdge()
Create an instance of Edge


createNetwork

public Network createNetwork()
Create an instance of Network


createDesktop

public Desktop createDesktop()
Create an instance of Desktop


createOntologyServer

public OntologyServer createOntologyServer()
Create an instance of OntologyServer


createServer

public Server createServer()
Create an instance of Server


createSelectedEdges

public SelectedEdges createSelectedEdges()
Create an instance of SelectedEdges


createViewableNodes

public ViewableNodes createViewableNodes()
Create an instance of ViewableNodes


createCytopanel

public Cytopanel createCytopanel()
Create an instance of Cytopanel


createNode

public Node createNode()
Create an instance of Node


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.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.