|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pair in eu.esdihumboldt.cst.internal |
---|
Method parameters in eu.esdihumboldt.cst.internal with type arguments of type Pair | |
---|---|
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. |
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. |
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)
|
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 Pair in eu.esdihumboldt.hale.common.align.model.transformation.tree |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree that return Pair | |
---|---|
Pair<SourceNode,Set<Cell>> |
Leftovers.consumeValue()
Consume a left over value completely (for all remaining cells). |
Uses of Pair 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 Pair | |
---|---|
Collection<Pair<CellNodeImpl,CellNode>> |
TargetContext.DuplicationContext.getIncompleteCellNodes()
Get cell nodes that have incomplete sources compared to the original. |
Collection<Pair<TargetNodeImpl,TargetNode>> |
TargetContext.DuplicationContext.getIncompleteTargetNodes()
Get target nodes that have incomplete children or assignments compared to the original. |
Uses of Pair in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl |
---|
Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return Pair | |
---|---|
Pair<SourceNode,Set<Cell>> |
LeftoversImpl.consumeValue()
|
Uses of Pair in eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor |
---|
Method parameters in eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor with type arguments of type Pair | |
---|---|
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. |
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. |
protected boolean |
CellNodeValidator.validate(CellNode node,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Validate a cell node. |
protected boolean |
CellNodeValidator.validate(CellNode node,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Validate a cell node. |
Uses of Pair in eu.esdihumboldt.hale.io.shp.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.shp.reader.internal that return Pair | |
---|---|
static Pair<TypeDefinition,Integer> |
ShapeInstanceReader.getMostCompatibleShapeType(TypeIndex types,
TypeDefinition dataType)
Determine the type out of the the mapping relevant types in the given type index, that matches the given data type best. |
Uses of Pair in eu.esdihumboldt.hale.ui.function.internal |
---|
Methods in eu.esdihumboldt.hale.ui.function.internal that return Pair | |
---|---|
protected Pair<org.eclipse.jface.viewers.StructuredViewer,org.eclipse.swt.widgets.Control> |
NewRelationPage.createViewer(org.eclipse.swt.widgets.Composite parent)
|
Uses of Pair in eu.esdihumboldt.hale.ui.io.action.wizard |
---|
Methods in eu.esdihumboldt.hale.ui.io.action.wizard that return Pair | |
---|---|
protected Pair<org.eclipse.jface.viewers.StructuredViewer,org.eclipse.swt.widgets.Control> |
ActionUIWizardPage.createViewer(org.eclipse.swt.widgets.Composite parent)
|
Uses of Pair in eu.esdihumboldt.hale.ui.style |
---|
Methods in eu.esdihumboldt.hale.ui.style that return Pair | |
---|---|
protected Pair<TypeDefinition,DataSet> |
DataSetTypeSelectionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection)
|
Methods in eu.esdihumboldt.hale.ui.style with parameters of type Pair | |
---|---|
protected void |
DataSetTypeSelectionDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
Pair<TypeDefinition,DataSet> initialSelection)
|
Constructors in eu.esdihumboldt.hale.ui.style with parameters of type Pair | |
---|---|
DataSetTypeSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
Pair<TypeDefinition,DataSet> initialSelection,
com.google.common.collect.Multimap<DataSet,TypeDefinition> types)
Create a type definition selection dialog. |
Uses of Pair in eu.esdihumboldt.hale.ui.util.wizard |
---|
Methods in eu.esdihumboldt.hale.ui.util.wizard that return Pair | |
---|---|
protected abstract Pair<org.eclipse.jface.viewers.StructuredViewer,org.eclipse.swt.widgets.Control> |
ViewerWizardSelectionPage.createViewer(org.eclipse.swt.widgets.Composite parent)
Create the structured viewer and set it up with label and content providers as well as the input. |
Uses of Pair in eu.esdihumboldt.hale.ui.views.data.internal |
---|
Methods in eu.esdihumboldt.hale.ui.views.data.internal that return Pair | |
---|---|
protected abstract Pair<Object,Object> |
MetadataActionProvider.retrieveMetadata(org.eclipse.jface.viewers.ViewerCell cell)
Retrieves the key and value of a certain meta datum from a ViewerCell |
Uses of Pair in eu.esdihumboldt.hale.ui.views.data.internal.compare |
---|
Methods in eu.esdihumboldt.hale.ui.views.data.internal.compare that return Pair | |
---|---|
protected Pair<Object,Object> |
MetadataCompareActionProvider.retrieveMetadata(org.eclipse.jface.viewers.ViewerCell cell)
|
Uses of Pair in eu.esdihumboldt.hale.ui.views.data.internal.explore |
---|
Methods in eu.esdihumboldt.hale.ui.views.data.internal.explore that return Pair | |
---|---|
protected Pair<Object,Object> |
MetadataExploreActionProvider.retrieveMetadata(org.eclipse.jface.viewers.ViewerCell cell)
|
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |