|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.cst.ConceptualSchemaTransformer
@Immutable public class ConceptualSchemaTransformer
Transformation service implementation
Constructor Summary | |
---|---|
ConceptualSchemaTransformer()
|
Method Summary | |
---|---|
protected void |
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 |
boolean |
isCancelable()
States if the execution of the transformation is cancelable. |
TransformationReport |
transform(Alignment alignment,
InstanceCollection source,
InstanceSink target,
ProgressIndicator progressIndicator)
Transform a set of source instances according to the given alignment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConceptualSchemaTransformer()
Method Detail |
---|
public TransformationReport transform(Alignment alignment, InstanceCollection source, InstanceSink target, ProgressIndicator progressIndicator)
TransformationService
transform
in interface TransformationService
alignment
- the alignmentsource
- the source instancestarget
- the transformed instance sinkprogressIndicator
- the progress indicator
TransformationService.transform(Alignment, InstanceCollection,
InstanceSink, ProgressIndicator)
public boolean isCancelable()
TransformationService
isCancelable
in interface TransformationService
TransformationService.isCancelable()
protected void doTypeTransformation(TypeTransformationFactory transformation, Cell typeCell, InstanceCollection source, InstanceSink target, Alignment alignment, EngineManager engines, PropertyTransformer transformer, TransformationContext context, TransformationReporter reporter, ProgressIndicator progressIndicator)
transformation
- the transformation to usetypeCell
- the type celltarget
- the target instance sinksource
- the source instancesalignment
- the alignmentengines
- the engine managertransformer
- the property transformercontext
- the transformation execution contextreporter
- the reporterprogressIndicator
- the progress indicator
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |