| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.dataconverter | |
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDNumberConverter
Converts numbers.
|
class |
ALDVectorNativeArrayConverter
Converts 1D arrays of native data types to
Vector data types. |
| Modifier and Type | Method and Description |
|---|---|
ALDDataConverter |
ALDDataConverterManager.getProvider(Class<?> sourceClass,
Field sourceField,
Class<?> targetClass,
Field targetField) |
ALDDataConverter |
ALDDataConverterManager.getProvider(Class<?> sourceClass,
Type[] sourceTypes,
Class<?> targetClass,
Type[] targetTypes)
Method to return an instance of the data converter provider for given classes.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ALDDataConverterManager.convert(ALDDataConverter provider,
Object sourceObject,
Field sourceField,
Class<?> targetClass,
Field targetField)
Convert the
sourceObject into an object of class
targetClass. |
| Modifier and Type | Method and Description |
|---|---|
ALDDataConverter |
ALDWorkflowEdge.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDWorkflowEdge.setConverter(ALDDataConverter converter) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.