| Package | Description |
|---|---|
| de.unihalle.informatik.Alida_xml | |
| de.unihalle.informatik.Alida_xml.impl |
| Modifier and Type | Method and Description |
|---|---|
ALDXMLKeyValuePairType |
ALDXMLParametrizedType.addNewPairs()
Appends and returns a new empty value (as xml) as the last "pairs" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorVersion3Type.addNewParameterDescriptors()
Appends and returns a new empty value (as xml) as the last "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorWithDescriptorType.addNewParameterDescriptors()
Appends and returns a new empty value (as xml) as the last "parameterDescriptors" element
|
ALDXMLKeyValuePairType[] |
ALDXMLParametrizedType.getPairsArray()
Gets array of all "pairs" elements
|
ALDXMLKeyValuePairType |
ALDXMLParametrizedType.getPairsArray(int i)
Gets ith "pairs" element
|
ALDXMLKeyValuePairType[] |
ALDXMLOperatorVersion3Type.getParameterDescriptorsArray()
Gets array of all "parameterDescriptors" elements
|
ALDXMLKeyValuePairType[] |
ALDXMLOperatorWithDescriptorType.getParameterDescriptorsArray()
Gets array of all "parameterDescriptors" elements
|
ALDXMLKeyValuePairType |
ALDXMLOperatorVersion3Type.getParameterDescriptorsArray(int i)
Gets ith "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorWithDescriptorType.getParameterDescriptorsArray(int i)
Gets ith "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLParametrizedType.insertNewPairs(int i)
Inserts and returns a new empty value (as xml) as the ith "pairs" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorVersion3Type.insertNewParameterDescriptors(int i)
Inserts and returns a new empty value (as xml) as the ith "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorWithDescriptorType.insertNewParameterDescriptors(int i)
Inserts and returns a new empty value (as xml) as the ith "parameterDescriptors" element
|
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.newInstance() |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(File file) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(InputStream is) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(Node node) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(Reader r) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(String xmlAsString) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(URL u) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(XMLStreamReader sr) |
static ALDXMLKeyValuePairType |
ALDXMLKeyValuePairType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ALDXMLParametrizedType.setPairsArray(ALDXMLKeyValuePairType[] pairsArray)
Sets array of all "pairs" element
|
void |
ALDXMLParametrizedType.setPairsArray(int i,
ALDXMLKeyValuePairType pairs)
Sets ith "pairs" element
|
void |
ALDXMLOperatorVersion3Type.setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
Sets array of all "parameterDescriptors" element
|
void |
ALDXMLOperatorWithDescriptorType.setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
Sets array of all "parameterDescriptors" element
|
void |
ALDXMLOperatorVersion3Type.setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
Sets ith "parameterDescriptors" element
|
void |
ALDXMLOperatorWithDescriptorType.setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
Sets ith "parameterDescriptors" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDXMLKeyValuePairTypeImpl
An XML ALDXMLKeyValuePairType(@http://informatik.unihalle.de/Alida_xml).
|
| Modifier and Type | Method and Description |
|---|---|
ALDXMLKeyValuePairType |
ALDXMLParametrizedTypeImpl.addNewPairs()
Appends and returns a new empty value (as xml) as the last "pairs" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorVersion3TypeImpl.addNewParameterDescriptors()
Appends and returns a new empty value (as xml) as the last "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorWithDescriptorTypeImpl.addNewParameterDescriptors()
Appends and returns a new empty value (as xml) as the last "parameterDescriptors" element
|
ALDXMLKeyValuePairType[] |
ALDXMLParametrizedTypeImpl.getPairsArray()
Gets array of all "pairs" elements
|
ALDXMLKeyValuePairType |
ALDXMLParametrizedTypeImpl.getPairsArray(int i)
Gets ith "pairs" element
|
ALDXMLKeyValuePairType[] |
ALDXMLOperatorVersion3TypeImpl.getParameterDescriptorsArray()
Gets array of all "parameterDescriptors" elements
|
ALDXMLKeyValuePairType[] |
ALDXMLOperatorWithDescriptorTypeImpl.getParameterDescriptorsArray()
Gets array of all "parameterDescriptors" elements
|
ALDXMLKeyValuePairType |
ALDXMLOperatorVersion3TypeImpl.getParameterDescriptorsArray(int i)
Gets ith "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorWithDescriptorTypeImpl.getParameterDescriptorsArray(int i)
Gets ith "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLParametrizedTypeImpl.insertNewPairs(int i)
Inserts and returns a new empty value (as xml) as the ith "pairs" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorVersion3TypeImpl.insertNewParameterDescriptors(int i)
Inserts and returns a new empty value (as xml) as the ith "parameterDescriptors" element
|
ALDXMLKeyValuePairType |
ALDXMLOperatorWithDescriptorTypeImpl.insertNewParameterDescriptors(int i)
Inserts and returns a new empty value (as xml) as the ith "parameterDescriptors" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDXMLParametrizedTypeImpl.setPairsArray(ALDXMLKeyValuePairType[] pairsArray)
Sets array of all "pairs" element
|
void |
ALDXMLParametrizedTypeImpl.setPairsArray(int i,
ALDXMLKeyValuePairType pairs)
Sets ith "pairs" element
|
void |
ALDXMLOperatorVersion3TypeImpl.setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
Sets array of all "parameterDescriptors" element
|
void |
ALDXMLOperatorWithDescriptorTypeImpl.setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
Sets array of all "parameterDescriptors" element
|
void |
ALDXMLOperatorVersion3TypeImpl.setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
Sets ith "parameterDescriptors" element
|
void |
ALDXMLOperatorWithDescriptorTypeImpl.setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
Sets ith "parameterDescriptors" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.