Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.align.model.Alignment

Packages that use Alignment
eu.esdihumboldt.cst   
eu.esdihumboldt.cst.internal   
eu.esdihumboldt.hale.common.align.io   
eu.esdihumboldt.hale.common.align.io.impl   
eu.esdihumboldt.hale.common.align.io.impl.internal   
eu.esdihumboldt.hale.common.align.model   
eu.esdihumboldt.hale.common.align.model.impl   
eu.esdihumboldt.hale.common.align.model.transformation.tree.impl   
eu.esdihumboldt.hale.common.align.transformation.service   
eu.esdihumboldt.hale.common.headless   
eu.esdihumboldt.hale.common.headless.impl   
eu.esdihumboldt.hale.common.headless.transform   
eu.esdihumboldt.hale.io.html   
eu.esdihumboldt.hale.ui.service.align   
eu.esdihumboldt.hale.ui.service.align.internal   
 

Uses of Alignment in eu.esdihumboldt.cst
 

Methods in eu.esdihumboldt.cst with parameters of type Alignment
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, ProgressIndicator progressIndicator)
           
 

Uses of Alignment in eu.esdihumboldt.cst.internal
 

Constructors in eu.esdihumboldt.cst.internal with parameters of type Alignment
TransformationTreePool(Alignment alignment, ContextMatcher matcher)
          Create a transformation tree pool.
TreePropertyTransformer(Alignment alignment, TransformationReporter reporter, InstanceSink sink, EngineManager engines, TransformationContext context)
          Create a simple property transformer
 

Uses of Alignment in eu.esdihumboldt.hale.common.align.io
 

Methods in eu.esdihumboldt.hale.common.align.io with parameters of type Alignment
 void AlignmentWriter.setAlignment(Alignment alignment)
          Set the alignment to write.
 

Uses of Alignment in eu.esdihumboldt.hale.common.align.io.impl
 

Methods in eu.esdihumboldt.hale.common.align.io.impl that return Alignment
 Alignment LoadAlignmentAdvisor.getAlignment()
          Get the loaded alignment.
protected  Alignment AbstractAlignmentWriter.getAlignment()
          Get the alignment
 

Methods in eu.esdihumboldt.hale.common.align.io.impl with parameters of type Alignment
static void DefaultAlignmentIO.save(Alignment alignment, OutputStream out)
          Save a default alignment to an output stream.
 void AbstractAlignmentWriter.setAlignment(Alignment alignment)
           
 

Uses of Alignment in eu.esdihumboldt.hale.common.align.io.impl.internal
 

Constructors in eu.esdihumboldt.hale.common.align.io.impl.internal with parameters of type Alignment
AlignmentBean(Alignment alignment)
          Create a bean for the given alignment
 

Uses of Alignment in eu.esdihumboldt.hale.common.align.model
 

Subinterfaces of Alignment in eu.esdihumboldt.hale.common.align.model
 interface MutableAlignment
          Mutable Alignment which is used where changes to the alignment are allowed.
 

Methods in eu.esdihumboldt.hale.common.align.model with parameters of type Alignment
static boolean AlignmentUtil.entityOrChildMapped(EntityDefinition entity, Alignment alignment)
          States if the given entity definition or one of its children is mapped in the given alignment.
static Collection<? extends Cell> AlignmentUtil.getPropertyCellsFromTypeCell(Alignment align, Cell tCell)
          Get a collection of property cells from a type cell
static boolean AlignmentUtil.hasTypeRelation(Alignment alignment)
          Determines if the given alignment has any type relations.
static boolean AlignmentUtil.hasTypeRelation(Alignment alignment, TypeEntityDefinition sourceType, TypeEntityDefinition targetType)
          Determines if the given alignment contains a relation between the given types.
 

Uses of Alignment in eu.esdihumboldt.hale.common.align.model.impl
 

Classes in eu.esdihumboldt.hale.common.align.model.impl that implement Alignment
 class DefaultAlignment
          Default alignment implementation.
 

Constructors in eu.esdihumboldt.hale.common.align.model.impl with parameters of type Alignment
DefaultAlignment(Alignment alignment)
          Copy constructor.
 

Uses of Alignment in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl
 

Constructors in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl with parameters of type Alignment
TransformationTreeImpl(TypeDefinition type, Alignment alignment)
          Create a transformation tree
 

Uses of Alignment in eu.esdihumboldt.hale.common.align.transformation.service
 

Methods in eu.esdihumboldt.hale.common.align.transformation.service with parameters of type Alignment
 TransformationReport TransformationService.transform(Alignment alignment, InstanceCollection source, InstanceSink target, ProgressIndicator progressIndicator)
          Transform a set of source instances according to the given alignment.
 

Uses of Alignment in eu.esdihumboldt.hale.common.headless
 

Methods in eu.esdihumboldt.hale.common.headless that return Alignment
 Alignment TransformationEnvironment.getAlignment()
          Get the alignment between source and target schemas.
 

Uses of Alignment in eu.esdihumboldt.hale.common.headless.impl
 

Methods in eu.esdihumboldt.hale.common.headless.impl that return Alignment
 Alignment ProjectTransformationEnvironment.getAlignment()
           
 Alignment HeadlessProjectAdvisor.getAlignment()
          Get the alignment between source and target schemas.
 Alignment HeadlessProjectAdvisor.LoadAlignment.getAlignment()
          Get the loaded alignment.
 

Uses of Alignment in eu.esdihumboldt.hale.common.headless.transform
 

Methods in eu.esdihumboldt.hale.common.headless.transform with parameters of type Alignment
static com.google.common.util.concurrent.ListenableFuture<Boolean> Transformation.transform(InstanceCollection sources, LimboInstanceSink targetSink, ExportJob exportJob, ValidationJob validationJob, Alignment alignment, SchemaSpace sourceSchema, ReportHandler reportHandler, Object processId)
          Transform the given instances, according to the given alignment.
 

Uses of Alignment in eu.esdihumboldt.hale.io.html
 

Constructors in eu.esdihumboldt.hale.io.html with parameters of type Alignment
TypeCellInfo(Cell cell, Alignment align, Identifiers<Cell> cellIds, String subDir)
          Constructor for a type cell info
 

Uses of Alignment in eu.esdihumboldt.hale.ui.service.align
 

Methods in eu.esdihumboldt.hale.ui.service.align that return Alignment
 Alignment AlignmentService.getAlignment()
          Get the current alignment
 

Uses of Alignment in eu.esdihumboldt.hale.ui.service.align.internal
 

Methods in eu.esdihumboldt.hale.ui.service.align.internal that return Alignment
 Alignment AlignmentServiceDecorator.getAlignment()
           
 Alignment AlignmentServiceImpl.getAlignment()
           
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d