|
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.io.impl.internal.CellBean
public class CellBean
Bean representing a Cell
Constructor Summary | |
---|---|
CellBean()
Default constructor. |
|
CellBean(Cell cell)
Create a cell bean based on the given cell |
Method Summary | |
---|---|
MutableCell |
createCell(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Create a cell based on the information in the cell bean if possible. |
List<NamedEntityBean> |
getSource()
Get the source entities |
List<NamedEntityBean> |
getTarget()
Get the target entities |
String |
getTransformationIdentifier()
Get the transformation identifier |
List<ParameterValue> |
getTransformationParameters()
Get the transformation parameters |
void |
setSource(List<NamedEntityBean> source)
Set the source entities |
void |
setTarget(List<NamedEntityBean> target)
Set the target entities |
void |
setTransformationIdentifier(String transformationIdentifier)
Set the transformation identifier |
void |
setTransformationParameters(List<ParameterValue> transformationParameters)
Set the transformation parameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellBean()
public CellBean(Cell cell)
cell
- the cellMethod Detail |
---|
public MutableCell createCell(IOReporter reporter, TypeIndex sourceTypes, TypeIndex targetTypes)
reporter
- the I/O reporter to report any errors to, may be
null
sourceTypes
- the source types to use for resolving definition
referencestargetTypes
- the target types to use for resolving definition
references
null
public List<NamedEntityBean> getSource()
public void setSource(List<NamedEntityBean> source)
source
- the source entities to setpublic List<NamedEntityBean> getTarget()
public void setTarget(List<NamedEntityBean> target)
target
- the target entities to setpublic List<ParameterValue> getTransformationParameters()
public void setTransformationParameters(List<ParameterValue> transformationParameters)
transformationParameters
- the transformation parameters to setpublic String getTransformationIdentifier()
public void setTransformationIdentifier(String transformationIdentifier)
transformationIdentifier
- the transformation identifier to set
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |