Cytoscape 2.8.0 API

cytoscape.generated
Class Network

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

public class Network
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}parent"/>
         <element ref="{}child" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}selectedNodes" minOccurs="0"/>
         <element ref="{}hiddenNodes" minOccurs="0"/>
         <element ref="{}selectedEdges" minOccurs="0"/>
         <element ref="{}hiddenEdges" minOccurs="0"/>
         <element ref="{}viewableNodes" minOccurs="0"/>
       </sequence>
       <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="viewAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="visualStyle" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Child> child
           
protected  String filename
           
protected  HiddenEdges hiddenEdges
           
protected  HiddenNodes hiddenNodes
           
protected  String id
           
protected  Parent parent
           
protected  SelectedEdges selectedEdges
           
protected  SelectedNodes selectedNodes
           
protected  ViewableNodes viewableNodes
           
protected  Boolean viewAvailable
           
protected  String visualStyle
           
 
Constructor Summary
Network()
           
 
Method Summary
 List<Child> getChild()
          Gets the value of the child property.
 String getFilename()
          Gets the value of the filename property.
 HiddenEdges getHiddenEdges()
          Gets the value of the hiddenEdges property.
 HiddenNodes getHiddenNodes()
          Gets the value of the hiddenNodes property.
 String getId()
          Gets the value of the id property.
 Parent getParent()
          Gets the value of the parent property.
 SelectedEdges getSelectedEdges()
          Gets the value of the selectedEdges property.
 SelectedNodes getSelectedNodes()
          Gets the value of the selectedNodes property.
 ViewableNodes getViewableNodes()
          Gets the value of the viewableNodes property.
 String getVisualStyle()
          Gets the value of the visualStyle property.
 Boolean isViewAvailable()
          Gets the value of the viewAvailable property.
 void setFilename(String value)
          Sets the value of the filename property.
 void setHiddenEdges(HiddenEdges value)
          Sets the value of the hiddenEdges property.
 void setHiddenNodes(HiddenNodes value)
          Sets the value of the hiddenNodes property.
 void setId(String value)
          Sets the value of the id property.
 void setParent(Parent value)
          Sets the value of the parent property.
 void setSelectedEdges(SelectedEdges value)
          Sets the value of the selectedEdges property.
 void setSelectedNodes(SelectedNodes value)
          Sets the value of the selectedNodes property.
 void setViewableNodes(ViewableNodes value)
          Sets the value of the viewableNodes property.
 void setViewAvailable(Boolean value)
          Sets the value of the viewAvailable property.
 void setVisualStyle(String value)
          Sets the value of the visualStyle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected Parent parent

child

protected List<Child> child

selectedNodes

protected SelectedNodes selectedNodes

hiddenNodes

protected HiddenNodes hiddenNodes

selectedEdges

protected SelectedEdges selectedEdges

hiddenEdges

protected HiddenEdges hiddenEdges

viewableNodes

protected ViewableNodes viewableNodes

filename

protected String filename

id

protected String id

viewAvailable

protected Boolean viewAvailable

visualStyle

protected String visualStyle
Constructor Detail

Network

public Network()
Method Detail

getParent

public Parent getParent()
Gets the value of the parent property.

Returns:
possible object is Parent

setParent

public void setParent(Parent value)
Sets the value of the parent property.

Parameters:
value - allowed object is Parent

getChild

public List<Child> getChild()
Gets the value of the child property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the child property.

For example, to add a new item, do as follows:

    getChild().add(newItem);
 

Objects of the following type(s) are allowed in the list Child


getSelectedNodes

public SelectedNodes getSelectedNodes()
Gets the value of the selectedNodes property.

Returns:
possible object is SelectedNodes

setSelectedNodes

public void setSelectedNodes(SelectedNodes value)
Sets the value of the selectedNodes property.

Parameters:
value - allowed object is SelectedNodes

getHiddenNodes

public HiddenNodes getHiddenNodes()
Gets the value of the hiddenNodes property.

Returns:
possible object is HiddenNodes

setHiddenNodes

public void setHiddenNodes(HiddenNodes value)
Sets the value of the hiddenNodes property.

Parameters:
value - allowed object is HiddenNodes

getSelectedEdges

public SelectedEdges getSelectedEdges()
Gets the value of the selectedEdges property.

Returns:
possible object is SelectedEdges

setSelectedEdges

public void setSelectedEdges(SelectedEdges value)
Sets the value of the selectedEdges property.

Parameters:
value - allowed object is SelectedEdges

getHiddenEdges

public HiddenEdges getHiddenEdges()
Gets the value of the hiddenEdges property.

Returns:
possible object is HiddenEdges

setHiddenEdges

public void setHiddenEdges(HiddenEdges value)
Sets the value of the hiddenEdges property.

Parameters:
value - allowed object is HiddenEdges

getViewableNodes

public ViewableNodes getViewableNodes()
Gets the value of the viewableNodes property.

Returns:
possible object is ViewableNodes

setViewableNodes

public void setViewableNodes(ViewableNodes value)
Sets the value of the viewableNodes property.

Parameters:
value - allowed object is ViewableNodes

getFilename

public String getFilename()
Gets the value of the filename property.

Returns:
possible object is String

setFilename

public void setFilename(String value)
Sets the value of the filename property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isViewAvailable

public Boolean isViewAvailable()
Gets the value of the viewAvailable property.

Returns:
possible object is Boolean

setViewAvailable

public void setViewAvailable(Boolean value)
Sets the value of the viewAvailable property.

Parameters:
value - allowed object is Boolean

getVisualStyle

public String getVisualStyle()
Gets the value of the visualStyle property.

Returns:
possible object is String

setVisualStyle

public void setVisualStyle(String value)
Sets the value of the visualStyle property.

Parameters:
value - allowed object is String

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.