Humboldt Alignment Editor 2.5.0

Uses of Class
eu.esdihumboldt.util.Pair

Packages that use Pair
eu.esdihumboldt.cst.internal   
eu.esdihumboldt.hale.common.align.model.transformation.tree   
eu.esdihumboldt.hale.common.align.model.transformation.tree.context.impl   
eu.esdihumboldt.hale.common.align.model.transformation.tree.impl   
eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor   
eu.esdihumboldt.hale.io.shp.reader.internal   
eu.esdihumboldt.hale.ui.function.internal   
eu.esdihumboldt.hale.ui.io.action.wizard   
eu.esdihumboldt.hale.ui.style   
eu.esdihumboldt.hale.ui.util.wizard   
eu.esdihumboldt.hale.ui.views.data.internal   
eu.esdihumboldt.hale.ui.views.data.internal.compare   
eu.esdihumboldt.hale.ui.views.data.internal.explore   
 

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

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d