cytoscape.generated
Interface SessionState

All Superinterfaces:
javax.xml.bind.Element, SessionStateType
All Known Implementing Classes:
SessionStateImpl

public interface SessionState
extends javax.xml.bind.Element, SessionStateType

Java content class for sessionState element declaration.

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

 <element name="sessionState">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}plugins" minOccurs="0"/>
           <element ref="{}cytopanels"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface cytoscape.generated.SessionStateType
getCytopanels, getPlugins, setCytopanels, setPlugins