Modifier and Type | Method and Description |
---|---|
protected void |
ConceptualSchemaTransformer.doTypeTransformation(TypeTransformationFactory transformation,
Cell typeCell,
InstanceCollection source,
InstanceSink target,
Alignment alignment,
EngineManager engines,
PropertyTransformer transformer,
TransformationContext context,
TransformationReporter reporter,
ProgressIndicator progressIndicator)
Execute a type transformation based on single type cell
|
TransformationReport |
ConceptualSchemaTransformer.transform(Alignment alignment,
InstanceCollection source,
InstanceSink target,
ServiceProvider serviceProvider,
ProgressIndicator progressIndicator) |
Modifier and Type | Method and Description |
---|---|
ResourceIterator<FamilyInstance> |
JoinHandler.partitionInstances(InstanceCollection instances,
String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,ParameterValue> transformationParameters,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
ResourceIterator<FamilyInstance> |
AbstractMergeHandler.partitionInstances(InstanceCollection instances,
String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,ParameterValue> transformationParameters,
Map<String,String> executionParameters,
TransformationLog log) |
Constructor and Description |
---|
AbstractMergeHandler.MergedIterator(com.google.common.collect.Multimap<K,InstanceReference> index,
InstanceCollection instances,
T mergeConfig)
Create a collection of merged instances.
|
Modifier and Type | Method and Description |
---|---|
ResourceIterator<FamilyInstance> |
InstanceHandler.partitionInstances(InstanceCollection instances,
String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,ParameterValue> transformationParameters,
Map<String,String> executionParameters,
TransformationLog log)
Partition the given instances.
|
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 |
---|---|
InstanceCollection |
LimboInstanceSink.getInstanceCollection()
Returns the associated instance collection, whose iterator will receive
the instances that are added to the instance sink.
|
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 | Method and Description |
---|---|
InstanceCollection |
InstanceReader.getInstances()
Get the instances
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceWriter.setInstances(InstanceCollection instances)
Set the instances to write.
|
Modifier and Type | Method and Description |
---|---|
protected InstanceCollection |
AbstractInstanceWriter.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInstanceWriter.setInstances(InstanceCollection instances) |
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
InstanceCollection.select(Filter filter)
Select the instances in the collection, matching the given filter.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstanceCollection
Default instance collection implementation backed by a collection.
|
class |
FilteredInstanceCollection
Instance collection that wraps an instance collection and represents a
selection that contains the instances matching a given
Filter . |
class |
MultiInstanceCollection
An instance collection which consists of multiple instance collections.
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
DefaultInstanceCollection.select(Filter filter) |
InstanceCollection |
MultiInstanceCollection.select(Filter filter) |
InstanceCollection |
FilteredInstanceCollection.select(Filter filter) |
Constructor and Description |
---|
FilteredInstanceCollection(InstanceCollection decoratee,
Filter filter)
Create a filtered instance collection.
|
Constructor and Description |
---|
MultiInstanceCollection(List<InstanceCollection> collections)
Constructor using a list of instance collections..
|
Modifier and Type | Class and Description |
---|---|
class |
BrowseOrientInstanceCollection
Instance collection based on a
LocalOrientDB |
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
BrowseOrientInstanceCollection.select(Filter filter) |
Constructor and Description |
---|
StoreInstancesJob(String name,
LocalOrientDB database,
InstanceCollection instances,
ReportHandler reportHandler)
Create a job that stores instances in a database
|
Modifier and Type | Method and Description |
---|---|
static InstanceValidationReport |
InstanceValidator.validateInstances(InstanceCollection instances,
org.eclipse.core.runtime.IProgressMonitor monitor)
Validates the given instances using all constraints that are validatable.
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
CSVInstanceReader.getInstances() |
Modifier and Type | Class and Description |
---|---|
class |
GmlInstanceCollection
Instance collection based on an XML/GML input stream
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
StreamGmlReader.getInstances() |
InstanceCollection |
GmlInstanceCollection.select(Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
StreamGmlWriter.write(InstanceCollection instances,
ProgressIndicator progress,
IOReporter reporter)
Write the given instances.
|
Modifier and Type | Method and Description |
---|---|
void |
JacksonMapper.streamWriteCollection(LocatableOutputSupplier<? extends OutputStream> out,
InstanceCollection instances,
IOReporter reporter)
Writes a collection of instances into JSON
|
void |
JacksonMapper.streamWriteGeoJSONCollection(LocatableOutputSupplier<? extends OutputStream> out,
InstanceCollection instances,
GeoJSONConfig config,
IOReporter reporter)
Writes a collection of instances as GeoJSON
|
Modifier and Type | Class and Description |
---|---|
class |
ShapesInstanceCollection
Instance collection backed by a Shapefile data store.
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
ShapeInstanceReader.getInstances() |
InstanceCollection |
ShapesInstanceCollection.select(Filter filter) |
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
InstanceService.getInstances(DataSet dataset)
Get the instances from the given data set
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceService.addSourceInstances(InstanceCollection sourceInstances)
Add instances to the
DataSet.SOURCE data set |
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
OrientInstanceService.getInstances(DataSet dataset) |
Modifier and Type | Method and Description |
---|---|
void |
OrientInstanceService.addSourceInstances(InstanceCollection sourceInstances) |
Constructor and Description |
---|
HaleStoreInstancesJob(String name,
LocalOrientDB database,
InstanceCollection instances)
Create a job that stores instances in a database
|
Constructor and Description |
---|
OccurringValuesServiceImpl.OccuringValuesJob(PropertyEntityDefinition property,
Map<PropertyEntityDefinition,OccurringValuesImpl> values,
InstanceCollection instances)
Create a Job to update the occurring values for the given property
entity.
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
TransformDataImportAdvisor.getInstances()
Returns the created instance collection.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceCollection> |
TransformDataWizardSourcePage.getSourceInstances()
Returns all selected source instance collections.
|
Constructor and Description |
---|
TransformDataExportAdvisor(InstanceCollection instances)
Default constructor.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a