|
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.hale.common.align.model.impl.DefaultCell
public class DefaultCell
Default implementation of an alignment cell
Constructor Summary | |
---|---|
DefaultCell()
|
Method Summary | |
---|---|
com.google.common.collect.ListMultimap<String,? extends Entity> |
getSource()
Get the source entities. |
com.google.common.collect.ListMultimap<String,? extends Entity> |
getTarget()
Get the target entities. |
String |
getTransformationIdentifier()
Get the identifier for the transformation referenced by the cell. |
com.google.common.collect.ListMultimap<String,String> |
getTransformationParameters()
Get the transformation parameters that shall be applied to the transformation specified by Cell.getTransformationIdentifier() . |
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)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultCell()
Method Detail |
---|
public void setTransformationIdentifier(String transformation)
MutableCell
setTransformationIdentifier
in interface MutableCell
transformation
- the transformation identifierMutableCell.setTransformationIdentifier(java.lang.String)
public void setTransformationParameters(com.google.common.collect.ListMultimap<String,String> parameters)
setTransformationParameters
in interface MutableCell
parameters
- the parameters to setMutableCell.setTransformationParameters(com.google.common.collect.ListMultimap)
public void setSource(com.google.common.collect.ListMultimap<String,? extends Entity> source)
setSource
in interface MutableCell
source
- the source to setMutableCell.setSource(com.google.common.collect.ListMultimap)
public void setTarget(com.google.common.collect.ListMultimap<String,? extends Entity> target)
setTarget
in interface MutableCell
target
- the target to setMutableCell.setTarget(com.google.common.collect.ListMultimap)
public com.google.common.collect.ListMultimap<String,? extends Entity> getSource()
Cell
getSource
in interface Cell
null
Cell.getSource()
public com.google.common.collect.ListMultimap<String,? extends Entity> getTarget()
Cell
getTarget
in interface Cell
Cell.getTarget()
public com.google.common.collect.ListMultimap<String,String> getTransformationParameters()
Cell
Cell.getTransformationIdentifier()
.
getTransformationParameters
in interface Cell
null
Cell.getTransformationParameters()
public String getTransformationIdentifier()
Cell
getTransformationIdentifier
in interface Cell
Cell.getTransformationIdentifier()
public String toString()
toString
in class Object
Object.toString()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |