|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Alignment
An alignment contains alignment cells
Method Summary | |
---|---|
Collection<? extends Cell> |
getCells()
Get the collection of cells contained in the alignment. |
Collection<? extends Cell> |
getCells(EntityDefinition entityDefinition)
Get the cells associated w/ the given entity definition. |
Collection<? extends Cell> |
getCells(TypeDefinition type,
SchemaSpaceID schemaSpace)
Get the cells associated with the given type. |
Collection<? extends Cell> |
getPropertyCells(Iterable<TypeEntityDefinition> sourceTypes,
TypeEntityDefinition targetType)
Get the cells representing a mapping between properties that are associated with the given source and target types. |
Collection<? extends Cell> |
getTypeCells()
Get the cells representing a mapping between types |
Method Detail |
---|
Collection<? extends Cell> getCells()
Collection<? extends Cell> getTypeCells()
Collection<? extends Cell> getCells(EntityDefinition entityDefinition)
entityDefinition
- the entity definition
Collection<? extends Cell> getCells(TypeDefinition type, SchemaSpaceID schemaSpace)
type
- the type definitionschemaSpace
- the type schema space
Collection<? extends Cell> getPropertyCells(Iterable<TypeEntityDefinition> sourceTypes, TypeEntityDefinition targetType)
sourceTypes
- the source types or null
for any source
typetargetType
- the target types
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |