|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dependency | |
|---|---|
| net.sf.taverna.x2008.xml.plugins | |
| net.sf.taverna.x2008.xml.plugins.impl | |
| Uses of Dependency in net.sf.taverna.x2008.xml.plugins |
|---|
| Methods in net.sf.taverna.x2008.xml.plugins that return Dependency | |
|---|---|
Dependency |
Profile.addNewDependency()
Appends and returns a new empty value (as xml) as the last "dependency" element |
Dependency[] |
Profile.getDependencyArray()
Gets array of all "dependency" elements |
Dependency |
Profile.getDependencyArray(int i)
Gets ith "dependency" element |
Dependency |
Profile.insertNewDependency(int i)
Inserts and returns a new empty value (as xml) as the ith "dependency" element |
static Dependency |
Dependency.Factory.newInstance()
|
static Dependency |
Dependency.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Dependency |
Dependency.Factory.parse(java.io.File file)
|
static Dependency |
Dependency.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Dependency |
Dependency.Factory.parse(java.io.InputStream is)
|
static Dependency |
Dependency.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Dependency |
Dependency.Factory.parse(org.w3c.dom.Node node)
|
static Dependency |
Dependency.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Dependency |
Dependency.Factory.parse(java.io.Reader r)
|
static Dependency |
Dependency.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Dependency |
Dependency.Factory.parse(java.lang.String xmlAsString)
|
static Dependency |
Dependency.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Dependency |
Dependency.Factory.parse(java.net.URL u)
|
static Dependency |
Dependency.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Dependency |
Dependency.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Dependency |
Dependency.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Dependency |
Dependency.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Dependency |
Dependency.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in net.sf.taverna.x2008.xml.plugins with parameters of type Dependency | |
|---|---|
void |
Profile.setDependencyArray(Dependency[] dependencyArray)
Sets array of all "dependency" element |
void |
Profile.setDependencyArray(int i,
Dependency dependency)
Sets ith "dependency" element |
| Uses of Dependency in net.sf.taverna.x2008.xml.plugins.impl |
|---|
| Classes in net.sf.taverna.x2008.xml.plugins.impl that implement Dependency | |
|---|---|
class |
DependencyImpl
An XML Dependency(@http://taverna.sf.net/2008/xml/plugins). |
| Methods in net.sf.taverna.x2008.xml.plugins.impl that return Dependency | |
|---|---|
Dependency |
ProfileImpl.addNewDependency()
Appends and returns a new empty value (as xml) as the last "dependency" element |
Dependency[] |
ProfileImpl.getDependencyArray()
Gets array of all "dependency" elements |
Dependency |
ProfileImpl.getDependencyArray(int i)
Gets ith "dependency" element |
Dependency |
ProfileImpl.insertNewDependency(int i)
Inserts and returns a new empty value (as xml) as the ith "dependency" element |
| Methods in net.sf.taverna.x2008.xml.plugins.impl with parameters of type Dependency | |
|---|---|
void |
ProfileImpl.setDependencyArray(Dependency[] dependencyArray)
Sets array of all "dependency" element |
void |
ProfileImpl.setDependencyArray(int i,
Dependency dependency)
Sets ith "dependency" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||