cytoscape.generated
Interface Plugin

All Superinterfaces:
javax.xml.bind.Element, PluginType
All Known Implementing Classes:
PluginImpl

public interface Plugin
extends javax.xml.bind.Element, PluginType

Java content class for plugin 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 29)

 <element name="plugin">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         <attribute name="stateLocation" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface cytoscape.generated.PluginType
getId, getStateLocation, setId, setStateLocation