Modifier and Type | Method and Description |
---|---|
TransformationReport |
ConceptualSchemaTransformer.transform(Alignment alignment,
InstanceCollection source,
InstanceSink target,
ServiceProvider serviceProvider,
ProgressIndicator progressIndicator) |
Constructor and Description |
---|
TransformationContext(ServiceProvider serviceProvider)
Create a transformation context.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadAlignmentAdvisor
Advisor for loading an alignment using an existing
IOConfiguration . |
Modifier and Type | Method and Description |
---|---|
String |
CellExplanation.getExplanation(Cell cell,
ServiceProvider provider)
Get the explanation for the given cell.
|
String |
CellExplanation.getExplanationAsHtml(Cell cell,
ServiceProvider provider)
Get the explanation in html format for the given cell
|
Modifier and Type | Method and Description |
---|---|
static LookupTable |
ClassificationMappingUtil.getClassificationLookup(com.google.common.collect.Multimap<String,? extends Value> parameters,
ServiceProvider serviceProvider)
Get the classification lookup table from the transformation parameters.
|
Modifier and Type | Method and Description |
---|---|
String |
ClassificationMappingExplanation.getExplanation(Cell cell,
ServiceProvider provider) |
String |
ClassificationMappingExplanation.getExplanationAsHtml(Cell cell,
ServiceProvider provider) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractCellExplanation.getExplanation(Cell cell,
ServiceProvider provider) |
String |
AbstractCellExplanation.getExplanationAsHtml(Cell cell,
ServiceProvider provider) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutionContext
Execution context of a transformation process.
|
Modifier and Type | Method and Description |
---|---|
TransformationReport |
TransformationService.transform(Alignment alignment,
InstanceCollection source,
InstanceSink target,
ServiceProvider serviceProvider,
ProgressIndicator progressIndicator)
Transform a set of source instances according to the given alignment.
|
Modifier and Type | Method and Description |
---|---|
void |
IOAdvisor.setServiceProvider(ServiceProvider serviceProvider)
Set the service provider through which the advisor can access services in
the current context.
|
Modifier and Type | Method and Description |
---|---|
IOAdvisor<?> |
IOAdvisorFactory.createAdvisor(ServiceProvider serviceProvider)
Create an I/O advisor with the given service provider.
|
IOAdvisor<?> |
IOAdvisorExtension.findAdvisor(String actionId,
ServiceProvider serviceProvider)
Find the advisor for an action
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIOAdvisor<T extends IOProvider>
Abstract
IOAdvisor base implementation |
class |
ConfigurationIOAdvisor<T extends IOProvider>
I/O advisor based on configuration in an existing
IOConfiguration . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIOAdvisor.setServiceProvider(ServiceProvider serviceProvider) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ProjectFile> |
ProjectIO.createDefaultProjectFiles(ServiceProvider serviceProvider)
Create a set of default project files for use with
ProjectReader
and ProjectWriter |
Constructor and Description |
---|
ProjectFileExtension(ServiceProvider serviceProvider)
Create a project file extension instance.
|
Modifier and Type | Method and Description |
---|---|
protected IOAdvisor<?> |
ActionProjectFile.getLoadAdvisor(String loadActionId,
ServiceProvider serviceProvider)
Get the advisor for loading the file.
|
Constructor and Description |
---|
ActionFileFactory(org.eclipse.core.runtime.IConfigurationElement element,
ServiceProvider serviceProvider)
Create a factory based on the given configuration
|
ActionProjectFile(String loadActionId,
String loadProviderId,
Map<String,Value> loadParameters,
String saveActionId,
String saveProviderId,
Map<String,Value> saveParameters,
ServiceProvider serviceProvider)
Create a project file based on an I/O action
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceManager
Manages HALE service instances.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ServiceFactory.createService(Class<T> serviceInterface,
ServiceProvider serviceLocator)
Create a new instance of a service.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ServiceFactoryDefinition.createService(Class<T> serviceInterface,
ServiceProvider serviceLocator) |
Modifier and Type | Interface and Description |
---|---|
interface |
TransformationEnvironment
Represents a loaded alignment and possible configuration for loading source
data and writing transformed data.
|
Modifier and Type | Method and Description |
---|---|
static void |
HeadlessIO.executeConfiguration(IOConfiguration conf,
Map<String,IOAdvisor<?>> advisors,
ReportHandler reportHandler,
ServiceProvider serviceProvider)
Execute a single I/O configuration.
|
static void |
HeadlessIO.executeConfigurations(List<IOConfiguration> configurations,
Map<String,IOAdvisor<?>> advisors,
ReportHandler reportHandler,
ServiceProvider serviceProvider)
Execute a set of I/O configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadlessProjectAdvisor
Advisor for loading a project headless.
|
class |
HeadlessProjectAdvisor.LoadAlignment
Loads an alignment.
|
class |
ProjectTransformationEnvironment
Transformation environment based on a
Project . |
Constructor and Description |
---|
HeadlessProjectAdvisor(ReportHandler reportHandler,
ServiceProvider serviceProvider)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<Boolean> |
Transformation.transform(InstanceCollection sources,
LimboInstanceSink targetSink,
ExportJob exportJob,
ValidationJob validationJob,
Alignment alignment,
SchemaSpace sourceSchema,
ReportHandler reportHandler,
ServiceProvider serviceProvider,
Object processId)
Transform the given instances, according to the given alignment.
|
Modifier and Type | Class and Description |
---|---|
class |
LookupImportAdvisor
Lookup table import advisor.
|
class |
LookupLoadAdvisor
Lookup Table Load Advisor to get Lookup Table from Provider
|
Modifier and Type | Method and Description |
---|---|
<T> T |
LookupServiceFactory.createService(Class<T> serviceInterface,
ServiceProvider serviceLocator) |
Modifier and Type | Class and Description |
---|---|
class |
LoadSchemaAdvisor
I/O configuration based advisor for loading schemas, that collects loaded
schemas in a
SchemaSpace . |
Modifier and Type | Method and Description |
---|---|
static ServiceProvider |
HaleUI.getServiceProvider()
Get the service provider for the HALE UI context.
|
Modifier and Type | Class and Description |
---|---|
class |
CodeListImportAdvisor
Import advisor for code lists
|
Constructor and Description |
---|
FunctionGraphLabelProvider(ServiceProvider provider,
boolean showAll)
Default constructor
|
GraphLabelProvider(ServiceProvider provider)
Default constructor
|
TransformationTreeLabelProvider(ServiceProvider provider)
Default constructor
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIOAdvisor<T extends IOProvider>
Base class for UI related
IOAdvisor s. |
Modifier and Type | Class and Description |
---|---|
class |
AlignmentExportAdvisor
Advisor for writing the alignment service alignment
|
class |
AlignmentImportAdvisor
Advisor for storing an alignment in the alignment service
|
class |
BaseAlignmentImportAdvisor
Advisor for base alignment import.
|
Modifier and Type | Class and Description |
---|---|
class |
InstanceExportAdvisor
Advisor for exporting source instances.
|
class |
InstanceImportAdvisor
Advisor for importing source instances
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveProjectExportAdvisor
Advisor for the export of project archives
|
class |
ArchiveProjectImportAdvisor
Advisor for the import of project archives
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaImportAdvisor
Advisor for schema import to the
SchemaService |
class |
SourceSchemaImportAdvisor
Advisor for source schema import
|
class |
TargetSchemaImportAdvisor
Advisor for target schema import
|
Modifier and Type | Class and Description |
---|---|
class |
LoadStyle
Stores loaded styles in the
StyleService . |
class |
SaveStyle
Save the styles present in the
StyleService . |
Modifier and Type | Class and Description |
---|---|
class |
TransformDataExportAdvisor
Export advisor for the transform data export using a specified instance
collection.
|
class |
TransformDataImportAdvisor
Import advisor for the transform data wizard.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a