cytoscape.generated
Interface NetworkType

All Known Subinterfaces:
Network
All Known Implementing Classes:
NetworkImpl, NetworkTypeImpl

public interface NetworkType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/cysession.xsd line 74)

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


Method Summary
 List getChild()
          Gets the value of the Child property.
 String getFilename()
          Gets the value of the filename property.
 HiddenEdgesType getHiddenEdges()
          Gets the value of the hiddenEdges property.
 HiddenNodesType getHiddenNodes()
          Gets the value of the hiddenNodes property.
 String getId()
          Gets the value of the id property.
 ParentType getParent()
          Gets the value of the parent property.
 SelectedEdgesType getSelectedEdges()
          Gets the value of the selectedEdges property.
 SelectedNodesType getSelectedNodes()
          Gets the value of the selectedNodes property.
 ViewableNodesType 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(HiddenEdgesType value)
          Sets the value of the hiddenEdges property.
 void setHiddenNodes(HiddenNodesType value)
          Sets the value of the hiddenNodes property.
 void setId(String value)
          Sets the value of the id property.
 void setParent(ParentType value)
          Sets the value of the parent property.
 void setSelectedEdges(SelectedEdgesType value)
          Sets the value of the selectedEdges property.
 void setSelectedNodes(SelectedNodesType value)
          Sets the value of the selectedNodes property.
 void setViewableNodes(ViewableNodesType 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.
 

Method Detail

getVisualStyle

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

Returns:
possible object is String

setVisualStyle

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

Parameters:
value - allowed object is String

getSelectedNodes

SelectedNodesType getSelectedNodes()
Gets the value of the selectedNodes property.

Returns:
possible object is SelectedNodes SelectedNodesType

setSelectedNodes

void setSelectedNodes(SelectedNodesType value)
Sets the value of the selectedNodes property.

Parameters:
value - allowed object is SelectedNodes SelectedNodesType

getParent

ParentType getParent()
Gets the value of the parent property.

Returns:
possible object is Parent ParentType

setParent

void setParent(ParentType value)
Sets the value of the parent property.

Parameters:
value - allowed object is Parent ParentType

getChild

List 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 ChildType


getHiddenNodes

HiddenNodesType getHiddenNodes()
Gets the value of the hiddenNodes property.

Returns:
possible object is HiddenNodesType HiddenNodes

setHiddenNodes

void setHiddenNodes(HiddenNodesType value)
Sets the value of the hiddenNodes property.

Parameters:
value - allowed object is HiddenNodesType HiddenNodes

getHiddenEdges

HiddenEdgesType getHiddenEdges()
Gets the value of the hiddenEdges property.

Returns:
possible object is HiddenEdgesType HiddenEdges

setHiddenEdges

void setHiddenEdges(HiddenEdgesType value)
Sets the value of the hiddenEdges property.

Parameters:
value - allowed object is HiddenEdgesType HiddenEdges

getFilename

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

Returns:
possible object is String

setFilename

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

Parameters:
value - allowed object is String

getViewableNodes

ViewableNodesType getViewableNodes()
Gets the value of the viewableNodes property.

Returns:
possible object is ViewableNodesType ViewableNodes

setViewableNodes

void setViewableNodes(ViewableNodesType value)
Sets the value of the viewableNodes property.

Parameters:
value - allowed object is ViewableNodesType ViewableNodes

isViewAvailable

boolean isViewAvailable()
Gets the value of the viewAvailable property.


setViewAvailable

void setViewAvailable(boolean value)
Sets the value of the viewAvailable property.


getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getSelectedEdges

SelectedEdgesType getSelectedEdges()
Gets the value of the selectedEdges property.

Returns:
possible object is SelectedEdgesType SelectedEdges

setSelectedEdges

void setSelectedEdges(SelectedEdgesType value)
Sets the value of the selectedEdges property.

Parameters:
value - allowed object is SelectedEdgesType SelectedEdges