Uses of Interface
net.sf.taverna.x2008.xml.plugins.IdentifiedPlugin

Packages that use IdentifiedPlugin
net.sf.taverna.x2008.xml.plugins   
net.sf.taverna.x2008.xml.plugins.impl   
 

Uses of IdentifiedPlugin in net.sf.taverna.x2008.xml.plugins
 

Subinterfaces of IdentifiedPlugin in net.sf.taverna.x2008.xml.plugins
 interface DescribedPlugin
          An XML DescribedPlugin(@http://taverna.sf.net/2008/xml/plugins).
 

Methods in net.sf.taverna.x2008.xml.plugins that return IdentifiedPlugin
 IdentifiedPlugin Compatibility.addNewPluginDependency()
          Appends and returns a new empty value (as xml) as the last "pluginDependency" element
 IdentifiedPlugin[] Compatibility.getPluginDependencyArray()
          Gets array of all "pluginDependency" elements
 IdentifiedPlugin Compatibility.getPluginDependencyArray(int i)
          Gets ith "pluginDependency" element
 IdentifiedPlugin Compatibility.insertNewPluginDependency(int i)
          Inserts and returns a new empty value (as xml) as the ith "pluginDependency" element
static IdentifiedPlugin IdentifiedPlugin.Factory.newInstance()
           
static IdentifiedPlugin IdentifiedPlugin.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.io.File file)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.io.InputStream is)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(org.w3c.dom.Node node)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.io.Reader r)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.lang.String xmlAsString)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.net.URL u)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static IdentifiedPlugin IdentifiedPlugin.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.sf.taverna.x2008.xml.plugins with parameters of type IdentifiedPlugin
 void Compatibility.setPluginDependencyArray(IdentifiedPlugin[] pluginDependencyArray)
          Sets array of all "pluginDependency" element
 void Compatibility.setPluginDependencyArray(int i, IdentifiedPlugin pluginDependency)
          Sets ith "pluginDependency" element
 

Uses of IdentifiedPlugin in net.sf.taverna.x2008.xml.plugins.impl
 

Classes in net.sf.taverna.x2008.xml.plugins.impl that implement IdentifiedPlugin
 class DescribedPluginImpl
          An XML DescribedPlugin(@http://taverna.sf.net/2008/xml/plugins).
 class IdentifiedPluginImpl
          An XML IdentifiedPlugin(@http://taverna.sf.net/2008/xml/plugins).
 

Methods in net.sf.taverna.x2008.xml.plugins.impl that return IdentifiedPlugin
 IdentifiedPlugin CompatibilityImpl.addNewPluginDependency()
          Appends and returns a new empty value (as xml) as the last "pluginDependency" element
 IdentifiedPlugin[] CompatibilityImpl.getPluginDependencyArray()
          Gets array of all "pluginDependency" elements
 IdentifiedPlugin CompatibilityImpl.getPluginDependencyArray(int i)
          Gets ith "pluginDependency" element
 IdentifiedPlugin CompatibilityImpl.insertNewPluginDependency(int i)
          Inserts and returns a new empty value (as xml) as the ith "pluginDependency" element
 

Methods in net.sf.taverna.x2008.xml.plugins.impl with parameters of type IdentifiedPlugin
 void CompatibilityImpl.setPluginDependencyArray(IdentifiedPlugin[] pluginDependencyArray)
          Sets array of all "pluginDependency" element
 void CompatibilityImpl.setPluginDependencyArray(int i, IdentifiedPlugin pluginDependency)
          Sets ith "pluginDependency" element