Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.common.align.model
Interface MutableCell

All Superinterfaces:
Cell
All Known Implementing Classes:
DefaultCell

public interface MutableCell
extends Cell

Mutable Cell which is used where changes to the cell are allowed.

Author:
Simon Templer

Method Summary
 void setSource(com.google.common.collect.ListMultimap<String,? extends Entity> source)
           
 void setTarget(com.google.common.collect.ListMultimap<String,? extends Entity> target)
           
 void setTransformationIdentifier(String transformation)
          Set the identifier for the transformation referenced by the cell.
 void setTransformationParameters(com.google.common.collect.ListMultimap<String,String> parameters)
           
 
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.Cell
getSource, getTarget, getTransformationIdentifier, getTransformationParameters
 

Method Detail

setTransformationIdentifier

void setTransformationIdentifier(String transformation)
Set the identifier for the transformation referenced by the cell.

Parameters:
transformation - the transformation identifier

setTransformationParameters

void setTransformationParameters(com.google.common.collect.ListMultimap<String,String> parameters)
Parameters:
parameters - the parameters to set

setSource

void setSource(com.google.common.collect.ListMultimap<String,? extends Entity> source)
Parameters:
source - the source to set

setTarget

void setTarget(com.google.common.collect.ListMultimap<String,? extends Entity> target)
Parameters:
target - the target to set

Humboldt Alignment Editor 2.5.0

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