|
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.AlignmentBean
public class AlignmentBean
Alignment bean serving as model for alignment I/O
Constructor Summary | |
---|---|
AlignmentBean()
Default constructor |
|
AlignmentBean(Alignment alignment)
Create a bean for the given alignment |
Method Summary | |
---|---|
MutableAlignment |
createAlignment(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Create an alignment from the information in the bean |
Collection<CellBean> |
getCells()
Get the defined cells |
void |
setCells(Collection<CellBean> cells)
Set the defined cells |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlignmentBean()
public AlignmentBean(Alignment alignment)
alignment
- the alignmentMethod Detail |
---|
public MutableAlignment createAlignment(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
public Collection<CellBean> getCells()
public void setCells(Collection<CellBean> cells)
cells
- the cells to set
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |