| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.dataio |
Package containing I/O related classes like managers and providers.
|
| de.unihalle.informatik.Alida.dataio.provider |
Package containing data I/O providers and helpers.
|
| de.unihalle.informatik.Alida.dataio.provider.cmdline |
Package containing data I/O providers for commandline presenters.
|
| de.unihalle.informatik.Alida.dataio.provider.xmlbeans |
Package containing data I/O providers for xmlbeans presenters.
|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Method and Description |
|---|---|
ALDDataIO |
ALDDataIOManager.getProvider(Class cl,
Class interfaceRequired)
Method to return an instance of the DataIO provider class for the class
cl
which implements the requested interface interfaceRequired
(which has itself to implement ALDDataIO). |
Object |
ALDDataIOManagerXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject)
Reads data of given class from a specified source.
|
Object |
ALDDataIOManagerCmdline.readData(Field field,
Class<?> cl,
String valueString)
Reads data of given class from a specified source.
|
static Object |
ALDDataIOManagerXmlbeans.readXml(File file,
Class<?> clazz)
Read Object from a file using xmlbeans providers
|
static Object |
ALDDataIOManagerXmlbeans.readXml(String filename,
Class<?> clazz)
Read Object from a file using xmlbeans providers
|
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
ALDDataIOManagerXmlbeans.writeData(Object obj)
Writes data to the specified location.
|
String |
ALDDataIOManagerCmdline.writeData(Object obj,
String locatationString)
Writes data to the specified location.
|
static void |
ALDDataIOManagerXmlbeans.writeXml(File file,
Object obj)
Write the object to a file using xmlbeans providers
|
static void |
ALDDataIOManagerXmlbeans.writeXml(String filename,
Object obj)
Write to object to a file using xmlbeans providers
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject)
Interface for reading data from the given source.
|
Object |
ALDDataIOCmdline.readData(Field field,
Class<?> cl,
String valueString)
Interface for reading data from the given source.
|
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
ALDDataIOXmlbeans.writeData(Object obj)
Interface for writing the object data to the target location.
|
String |
ALDDataIOCmdline.writeData(Object obj,
String locatationString)
Interface for writing the object data to the target location.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ALDCollectionDataIOCmdline.formatAsString(Object obj)
Returns the string representations of collection.
|
String |
ALDParametrizedClassDataIOCmdline.formatAsString(Object obj)
Generic formatter to string of parametrized classes.
|
abstract String |
ALDStandardizedDataIOCmdline.formatAsString(Object obj)
Returns the string representations of this object
This method is assumed to directly format the
obj into the string return and make no
prior interpretation regarding a file to be used. |
String |
ALDParametrizedClassDataIOCmdline.formatAsString(Object obj,
String formatString)
Format all parameters of this parametrized class annotated
with
ALDClassParameter
into a string. |
String |
ALDStandardizedDataIOCmdline.formatAsString(Object obj,
String formatString)
Returns the external representations of this object using a formatString.
|
Object |
ALDCollectionDataIOCmdline.parse(Field field,
Class<?> cl,
String valueString)
Returns a collection instantiated from
valueString. |
Object |
ALDParametrizedClassDataIOCmdline.parse(Field field,
Class<?> cl,
String valueString)
Parser for parametrized classes and ALDOperators.
|
abstract Object |
ALDStandardizedDataIOCmdline.parse(Field field,
Class<?> cl,
String valueString)
Returns an object instantiated from valueString.
|
Object |
ALDParametrizedClassDataIOCmdline.parse(Field field,
Class<?> cl,
String valueString,
ALDOperator op)
Generic Parser for parametrized classes and ALDOperators.
|
Object |
ALDStandardizedDataIOCmdline.readData(Field field,
Class<?> cl,
String valueString)
Read an object using
valueString. |
String |
ALDStandardizedDataIOCmdline.writeData(Object obj,
String formatString)
Return a string representation of given object value or print it to a file.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDStandardizedDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject)
Check if the class of the opject represented in
aldXmlObject is
compatible with the requested field or cl. |
Object |
ALDClassDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject,
Object obj) |
Object |
ALDCollectionDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject,
Object obj)
Returns a collection instantiated from
aldXmlObject. |
Object |
ALDEnumDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject,
Object obj) |
abstract Object |
ALDStandardizedDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject,
Object object)
Returns an object instantiated from
aldXmlObject. |
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
ALDCollectionDataIOXmlbeans.writeData(Object obj)
Returns the string representations of collection.
|
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
ALDNativeDataIOXmlbeans.writeData(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDParametrizedClassDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject,
Object obj)
Xmlbeans provider for parametrized classes and ALDOperators.
|
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
ALDParametrizedClassDataIOXmlbeans.writeData(Object obj)
Transient members are not written.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDWorkflowDataIOXmlbeans.readData(Field field,
Class<?> cl,
de.unihalle.informatik.Alida_xml.ALDXMLObjectType aldXmlObject,
Object obj) |
de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
ALDWorkflowDataIOXmlbeans.writeData(Object obj) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.