|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cell in eu.esdihumboldt.cst |
---|
Methods in eu.esdihumboldt.cst with parameters of type Cell | |
---|---|
protected void |
ConceptualSchemaTransformer.doTypeTransformation(TypeTransformationFactory transformation,
Cell typeCell,
InstanceCollection source,
InstanceSink target,
Alignment alignment,
EngineManager engines,
PropertyTransformer transformer,
TransformationContext context,
TransformationReporter reporter,
ProgressIndicator progressIndicator)
Execute a type transformation based on single type cell |
Uses of Cell in eu.esdihumboldt.cst.functions.geometric |
---|
Methods in eu.esdihumboldt.cst.functions.geometric with parameters of type Cell | |
---|---|
protected String |
CentroidExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
OrdinatesToPointExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
NetworkExpansionExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
CalculateAreaExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
CalculateLengthExplanation.getExplanation(Cell cell,
boolean html)
|
Uses of Cell in eu.esdihumboldt.cst.functions.groovy |
---|
Methods in eu.esdihumboldt.cst.functions.groovy with parameters of type Cell | |
---|---|
protected String |
GroovyExplanation.getExplanation(Cell cell,
boolean html)
|
Uses of Cell in eu.esdihumboldt.cst.functions.inspire |
---|
Methods in eu.esdihumboldt.cst.functions.inspire with parameters of type Cell | |
---|---|
protected String |
IdentifierExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
GeographicalNameExplanation.getExplanation(Cell cell,
boolean html)
|
Uses of Cell in eu.esdihumboldt.cst.functions.numeric |
---|
Methods in eu.esdihumboldt.cst.functions.numeric with parameters of type Cell | |
---|---|
protected String |
MathematicalExpressionExplanation.getExplanation(Cell cell,
boolean html)
|
Uses of Cell in eu.esdihumboldt.cst.functions.string |
---|
Methods in eu.esdihumboldt.cst.functions.string with parameters of type Cell | |
---|---|
protected String |
DateExtractionExplanation.getExplanation(Cell cell,
boolean html)
|
Uses of Cell in eu.esdihumboldt.cst.internal |
---|
Methods in eu.esdihumboldt.cst.internal with parameters of type Cell | |
---|---|
protected void |
FunctionExecutor.executeTransformation(PropertyTransformationFactory transformation,
Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Execute a property transformation. |
ExecutionContext |
TransformationContext.getCellContext(Cell cell)
Get the execution context for the given cell. |
protected void |
FunctionExecutor.processValid(Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
|
Uses of Cell in eu.esdihumboldt.hale.common.align.io.impl.internal |
---|
Constructors in eu.esdihumboldt.hale.common.align.io.impl.internal with parameters of type Cell | |
---|---|
CellBean(Cell cell)
Create a cell bean based on the given cell |
Uses of Cell in eu.esdihumboldt.hale.common.align.model |
---|
Subinterfaces of Cell in eu.esdihumboldt.hale.common.align.model | |
---|---|
interface |
MutableCell
Mutable Cell which is used where changes to the cell are allowed. |
Methods in eu.esdihumboldt.hale.common.align.model that return types with arguments of type Cell | |
---|---|
Collection<? extends Cell> |
Alignment.getCells()
Get the collection of cells contained in the alignment. |
Collection<? extends Cell> |
Alignment.getCells(EntityDefinition entityDefinition)
Get the cells associated w/ the given entity definition. |
Collection<? extends Cell> |
Alignment.getCells(TypeDefinition type,
SchemaSpaceID schemaSpace)
Get the cells associated with the given type. |
Collection<? extends Cell> |
Alignment.getPropertyCells(Iterable<TypeEntityDefinition> sourceTypes,
TypeEntityDefinition targetType)
Get the cells representing a mapping between properties that are associated with the given source and target types. |
static Collection<? extends Cell> |
AlignmentUtil.getPropertyCellsFromTypeCell(Alignment align,
Cell tCell)
Get a collection of property cells from a type cell |
Collection<? extends Cell> |
Alignment.getTypeCells()
Get the cells representing a mapping between types |
Methods in eu.esdihumboldt.hale.common.align.model with parameters of type Cell | |
---|---|
void |
MutableAlignment.addCell(Cell cell)
Add a cell to the alignment |
static String |
CellUtil.getCellDescription(Cell cell)
Get a short description of a cell. |
String |
CellExplanation.getExplanation(Cell cell)
Get the explanation for the given cell. |
String |
CellExplanation.getExplanationAsHtml(Cell cell)
Get the explanation in html format for the given cell |
static String |
CellUtil.getFirstParameter(Cell cell,
String parameterName)
Get the first parameter with the given name in the given cell. |
static Collection<? extends Cell> |
AlignmentUtil.getPropertyCellsFromTypeCell(Alignment align,
Cell tCell)
Get a collection of property cells from a type cell |
static boolean |
AlignmentUtil.isAugmentation(Cell cell)
Determines if the given cell is an augmentation. |
static boolean |
AlignmentUtil.isTypeCell(Cell cell)
Determines if the given cell is a type cell. |
boolean |
MutableAlignment.removeCell(Cell cell)
Remove a cell |
Uses of Cell in eu.esdihumboldt.hale.common.align.model.functions.explanations |
---|
Methods in eu.esdihumboldt.hale.common.align.model.functions.explanations with parameters of type Cell | |
---|---|
String |
ClassificationMappingExplanation.getExplanation(Cell cell)
|
protected String |
MergeExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
FormattedStringExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
JoinExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
RetypeExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
AssignExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
RenameExplanation.getExplanation(Cell cell,
boolean html)
|
protected String |
ClassificationMappingExplanation.getExplanation(Cell cell,
boolean html)
|
String |
ClassificationMappingExplanation.getExplanationAsHtml(Cell cell)
|
Uses of Cell in eu.esdihumboldt.hale.common.align.model.impl |
---|
Classes in eu.esdihumboldt.hale.common.align.model.impl that implement Cell | |
---|---|
class |
DefaultCell
Default implementation of an alignment cell |
Methods in eu.esdihumboldt.hale.common.align.model.impl that return types with arguments of type Cell | |
---|---|
Collection<? extends Cell> |
DefaultAlignment.getCells()
|
Collection<? extends Cell> |
DefaultAlignment.getCells(EntityDefinition entityDefinition)
|
Collection<? extends Cell> |
DefaultAlignment.getCells(TypeDefinition type,
SchemaSpaceID schemaSpace)
|
Collection<? extends Cell> |
DefaultAlignment.getPropertyCells(Iterable<TypeEntityDefinition> sourceTypes,
TypeEntityDefinition targetType)
|
Collection<Cell> |
DefaultAlignment.getTypeCells()
|
Methods in eu.esdihumboldt.hale.common.align.model.impl with parameters of type Cell | |
---|---|
void |
DefaultAlignment.addCell(Cell cell)
|
String |
AbstractCellExplanation.getExplanation(Cell cell)
|
protected abstract String |
AbstractCellExplanation.getExplanation(Cell cell,
boolean html)
Get the explanation string in the specified format. |
String |
AbstractCellExplanation.getExplanationAsHtml(Cell cell)
|
boolean |
DefaultAlignment.removeCell(Cell cell)
|
Uses of Cell in eu.esdihumboldt.hale.common.align.model.transformation.tree |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree that return Cell | |
---|---|
Cell |
CellNode.getCell()
Get the associated cell. |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree that return types with arguments of type Cell | |
---|---|
Pair<SourceNode,Set<Cell>> |
Leftovers.consumeValue()
Consume a left over value completely (for all remaining cells). |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree with parameters of type Cell | |
---|---|
SourceNode |
Leftovers.consumeValue(Cell cell)
Consume a left over value regarding the given cell. |
Uses of Cell in eu.esdihumboldt.hale.common.align.model.transformation.tree.context |
---|
Method parameters in eu.esdihumboldt.hale.common.align.model.transformation.tree.context with type arguments of type Cell | |
---|---|
void |
TransformationContext.duplicateContext(SourceNode originalSource,
SourceNode duplicate,
Set<Cell> ignoreCells)
Duplicate the context sub-tree of the given context source. |
Uses of Cell in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl that return types with arguments of type Cell | |
---|---|
Set<Cell> |
TargetContext.DuplicationContext.getIgnoreCells()
Get the cells to be ignored during duplication. |
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl with parameters of type Cell | |
---|---|
CellNodeImpl |
TargetContext.DuplicationContext.getNode(Cell cell)
Get the cell node associated to the given cell. |
Method parameters in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl with type arguments of type Cell | |
---|---|
void |
TargetContext.duplicateContext(SourceNode originalSource,
SourceNode duplicate,
Set<Cell> ignoreCells)
|
Constructor parameters in eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl with type arguments of type Cell | |
---|---|
TargetContext.DuplicationContext(Set<Cell> ignoreCells)
Create a duplication context |
Uses of Cell in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return Cell | |
---|---|
Cell |
CellNodeImpl.getCell()
|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return types with arguments of type Cell | |
---|---|
Pair<SourceNode,Set<Cell>> |
LeftoversImpl.consumeValue()
|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl with parameters of type Cell | |
---|---|
SourceNode |
LeftoversImpl.consumeValue(Cell cell)
|
Constructors in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl with parameters of type Cell | |
---|---|
CellNodeImpl(Cell cell)
Create a cell node w/o associated sources. |
|
CellNodeImpl(Cell cell,
SourceNodeFactory sourceNodes)
Creates a cell node where the sources are populated from the given cell. |
Uses of Cell in eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor with parameters of type Cell | |
---|---|
protected void |
CellNodeValidator.processValid(Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Process a valid cell node. |
Uses of Cell in eu.esdihumboldt.hale.common.align.transformation.report.impl |
---|
Constructors in eu.esdihumboldt.hale.common.align.transformation.report.impl with parameters of type Cell | |
---|---|
CellLog(ReportLog<TransformationMessage> log,
Cell cell)
Create a transformation log based on the given cell |
|
TransformationMessageImpl(Cell cell,
String message,
Throwable throwable)
Create a new transformation message. |
|
TransformationMessageImpl(Cell cell,
String message,
Throwable throwable,
String stackTrace)
Create a new transformation message. |
Uses of Cell in eu.esdihumboldt.hale.io.html |
---|
Fields in eu.esdihumboldt.hale.io.html with type parameters of type Cell | |
---|---|
protected Identifiers<Cell> |
CellInfo.cellIds
the cell identifier |
Methods in eu.esdihumboldt.hale.io.html that return Cell | |
---|---|
Cell |
CellInfo.getCell()
Getter for the cell |
Constructors in eu.esdihumboldt.hale.io.html with parameters of type Cell | |
---|---|
CellInfo(Cell cell,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a cell info |
|
TypeCellInfo(Cell cell,
Alignment align,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a type cell info |
Constructor parameters in eu.esdihumboldt.hale.io.html with type arguments of type Cell | |
---|---|
CellInfo(Cell cell,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a cell info |
|
TypeCellInfo(Cell cell,
Alignment align,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a type cell info |
Uses of Cell in eu.esdihumboldt.hale.ui.function |
---|
Methods in eu.esdihumboldt.hale.ui.function that return Cell | |
---|---|
Cell |
AbstractFunctionWizard.getInitCell()
|
Methods in eu.esdihumboldt.hale.ui.function with parameters of type Cell | |
---|---|
protected void |
AbstractFunctionWizard.init(Cell cell)
Initialize the wizard based on an existing cell. |
Constructors in eu.esdihumboldt.hale.ui.function with parameters of type Cell | |
---|---|
AbstractFunctionWizard(Cell cell)
Create a function wizard based on an existing cell |
Uses of Cell in eu.esdihumboldt.hale.ui.function.contribution |
---|
Methods in eu.esdihumboldt.hale.ui.function.contribution that return Cell | |
---|---|
Cell |
CellFunctionContribution.getCell()
Get the cell |
Cell |
ReplaceFunctionWizardContribution.getOriginalCell()
Get the cell |
Constructors in eu.esdihumboldt.hale.ui.function.contribution with parameters of type Cell | |
---|---|
CellFunctionContribution(Cell cell)
Constructor |
|
ReplaceFunctionWizardContribution(Cell originalCell)
Constructor |
Uses of Cell in eu.esdihumboldt.hale.ui.function.contribution.internal |
---|
Constructors in eu.esdihumboldt.hale.ui.function.contribution.internal with parameters of type Cell | |
---|---|
CellWizardAction(CellFunctionContribution functionContribution,
Cell originalCell,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Constructor |
|
ReplaceFunctionWizardAction(SchemaSelectionFunctionContribution functionContribution,
Cell originalCell,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Constructor |
Uses of Cell in eu.esdihumboldt.hale.ui.function.extension |
---|
Methods in eu.esdihumboldt.hale.ui.function.extension with parameters of type Cell | |
---|---|
FunctionWizard |
FunctionWizardFactory.createEditWizard(Cell cell)
Creates a wizard for editing an existing cell. |
Uses of Cell in eu.esdihumboldt.hale.ui.function.extension.impl |
---|
Methods in eu.esdihumboldt.hale.ui.function.extension.impl with parameters of type Cell | |
---|---|
FunctionWizard |
AbstractFunctionWizardDescriptor.createEditWizard(Cell cell)
|
FunctionWizard |
FactoryWizardDescriptor.createEditWizard(Cell cell)
|
Uses of Cell in eu.esdihumboldt.hale.ui.function.generic |
---|
Methods in eu.esdihumboldt.hale.ui.function.generic that return Cell | |
---|---|
Cell |
AbstractGenericFunctionWizard.getUnfinishedCell()
Returns the cell that would be created if the wizard would be finished now. |
Methods in eu.esdihumboldt.hale.ui.function.generic with parameters of type Cell | |
---|---|
FunctionWizard |
GenericTypeFunctionWizardFactory.createEditWizard(Cell cell)
|
FunctionWizard |
GenericPropertyFunctionWizardFactory.createEditWizard(Cell cell)
|
protected EntitiesPage<TypeFunction,TypeParameter,?> |
GenericTypeFunctionWizard.createEntitiesPage(SchemaSelection initSelection,
Cell initCell)
|
protected EntitiesPage<PropertyFunction,PropertyParameter,?> |
GenericPropertyFunctionWizard.createEntitiesPage(SchemaSelection initSelection,
Cell initCell)
|
protected abstract EntitiesPage<T,P,?> |
AbstractGenericFunctionWizard.createEntitiesPage(SchemaSelection initSelection,
Cell initCell)
Create the entities page |
protected List<ParameterPage> |
AbstractGenericFunctionWizard.createParameterPages(Cell initialCell)
Create the page for configuring the function parameters. |
protected void |
AbstractGenericFunctionWizard.init(Cell cell)
|
Constructors in eu.esdihumboldt.hale.ui.function.generic with parameters of type Cell | |
---|---|
AbstractGenericFunctionWizard(Cell cell)
|
|
GenericPropertyFunctionWizard(Cell cell)
|
|
GenericTypeFunctionWizard(Cell cell)
|
Uses of Cell in eu.esdihumboldt.hale.ui.function.generic.pages |
---|
Methods in eu.esdihumboldt.hale.ui.function.generic.pages that return Cell | |
---|---|
protected Cell |
EntitiesPage.getInitialCell()
|
Methods in eu.esdihumboldt.hale.ui.function.generic.pages with parameters of type Cell | |
---|---|
protected abstract F |
EntitiesPage.createField(D field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
Create entity assignment fields for the given field definition |
protected PropertyField |
PropertyEntitiesPage.createField(PropertyParameter field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
|
protected TypeField |
TypeEntitiesPage.createField(TypeParameter field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
|
Constructors in eu.esdihumboldt.hale.ui.function.generic.pages with parameters of type Cell | |
---|---|
EntitiesPage(SchemaSelection initialSelection,
Cell initialCell)
Create the entities page |
|
PropertyEntitiesPage(SchemaSelection initialSelection,
Cell initialCell)
|
|
TypeEntitiesPage(SchemaSelection initialSelection,
Cell initialCell)
|
Uses of Cell in eu.esdihumboldt.hale.ui.function.generic.pages.internal |
---|
Constructors in eu.esdihumboldt.hale.ui.function.generic.pages.internal with parameters of type Cell | |
---|---|
Field(F definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
Create a field |
|
PropertyField(PropertyParameter definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell,
TypeEntityDefinition parentType)
Create a property field |
|
TypeField(TypeParameter definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
|
Uses of Cell in eu.esdihumboldt.hale.ui.service.align |
---|
Methods in eu.esdihumboldt.hale.ui.service.align with parameters of type Cell | |
---|---|
void |
AlignmentServiceAdapter.cellReplaced(Cell oldCell,
Cell newCell)
|
void |
AlignmentServiceListener.cellReplaced(Cell oldCell,
Cell newCell)
Called when an existing cell has been replaced by another. |
void |
AlignmentService.removeCells(Cell... cells)
Removes the given cells |
void |
AlignmentService.replaceCell(Cell oldCell,
MutableCell newCell)
Replace a cell with a new cell. |
Method parameters in eu.esdihumboldt.hale.ui.service.align with type arguments of type Cell | |
---|---|
void |
AlignmentServiceAdapter.cellsAdded(Iterable<Cell> cells)
|
void |
AlignmentServiceListener.cellsAdded(Iterable<Cell> cells)
Called when cells have been added |
void |
AlignmentServiceAdapter.cellsRemoved(Iterable<Cell> cells)
|
void |
AlignmentServiceListener.cellsRemoved(Iterable<Cell> cells)
Called when existing cells have been removed |
Uses of Cell in eu.esdihumboldt.hale.ui.service.align.internal |
---|
Methods in eu.esdihumboldt.hale.ui.service.align.internal with parameters of type Cell | |
---|---|
protected void |
AbstractAlignmentService.notifyCellReplaced(Cell oldCell,
Cell newCell)
Call when an existing cell has been replaced by another. |
void |
AlignmentServiceDecorator.removeCells(Cell... cells)
|
void |
AlignmentServiceUndoSupport.removeCells(Cell... cells)
|
void |
AlignmentServiceImpl.removeCells(Cell... cells)
|
void |
AlignmentServiceDecorator.replaceCell(Cell oldCell,
MutableCell newCell)
|
void |
AlignmentServiceUndoSupport.replaceCell(Cell oldCell,
MutableCell newCell)
|
void |
AlignmentServiceImpl.replaceCell(Cell oldCell,
MutableCell newCell)
|
Method parameters in eu.esdihumboldt.hale.ui.service.align.internal with type arguments of type Cell | |
---|---|
protected void |
AbstractAlignmentService.notifyCellsAdded(Iterable<Cell> cells)
Call when cells have been added |
protected void |
AbstractAlignmentService.notifyCellsRemoved(Iterable<Cell> cells)
Call when existing cells have been removed |
Uses of Cell in eu.esdihumboldt.hale.ui.service.entity.internal |
---|
Method parameters in eu.esdihumboldt.hale.ui.service.entity.internal with type arguments of type Cell | |
---|---|
protected void |
EntityDefinitionServiceImpl.addMissingContexts(Iterable<? extends Cell> cells)
Add missing contexts for the given cells |
Uses of Cell in eu.esdihumboldt.hale.ui.views.properties.cell |
---|
Methods in eu.esdihumboldt.hale.ui.views.properties.cell that return Cell | |
---|---|
Cell |
AbstractCellSection.getCell()
Get the current cell. |
Methods in eu.esdihumboldt.hale.ui.views.properties.cell with parameters of type Cell | |
---|---|
abstract boolean |
AbstractCellFilter.isFiltered(Cell input)
Determine if a cell is invalid and thus should be rejected by the filter. |
Uses of Cell in eu.esdihumboldt.hale.ui.views.properties.cell.explanation |
---|
Methods in eu.esdihumboldt.hale.ui.views.properties.cell.explanation with parameters of type Cell | |
---|---|
boolean |
HtmlExplanationCellFilter.isFiltered(Cell cell)
|
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |