Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.align.model.Entity

Packages that use Entity
eu.esdihumboldt.cst.internal   
eu.esdihumboldt.hale.common.align.io.impl.internal   
eu.esdihumboldt.hale.common.align.model   
eu.esdihumboldt.hale.common.align.model.condition   
eu.esdihumboldt.hale.common.align.model.impl   
eu.esdihumboldt.hale.common.align.model.transformation.tree.visitor   
eu.esdihumboldt.hale.ui.function.common   
eu.esdihumboldt.hale.ui.function.generic.pages.internal   
 

Uses of Entity in eu.esdihumboldt.cst.internal
 

Method parameters in eu.esdihumboldt.cst.internal with type arguments of type Entity
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 Entity in eu.esdihumboldt.hale.common.align.io.impl.internal
 

Methods in eu.esdihumboldt.hale.common.align.io.impl.internal that return Entity
 Entity PropertyBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
           
abstract  Entity EntityBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
          Create the represented entity
 Entity TypeBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
           
 

Constructors in eu.esdihumboldt.hale.common.align.io.impl.internal with parameters of type Entity
NamedEntityBean(String name, Entity entity)
          Create a named entity bean and initialize it using the given entity
 

Uses of Entity in eu.esdihumboldt.hale.common.align.model
 

Subinterfaces of Entity in eu.esdihumboldt.hale.common.align.model
 interface Property
          Represents a property in a mapping cell
 interface Type
          Represents a type in a mapping cell
 

Methods in eu.esdihumboldt.hale.common.align.model that return Entity
static Entity CellUtil.getFirstEntity(com.google.common.collect.ListMultimap<String,? extends Entity> entities)
          Get the first entity from the given entities map (as contained e.g.
 

Methods in eu.esdihumboldt.hale.common.align.model that return types with arguments of type Entity
 com.google.common.collect.ListMultimap<String,? extends Entity> Cell.getSource()
          Get the source entities.
 com.google.common.collect.ListMultimap<String,? extends Entity> Cell.getTarget()
          Get the target entities.
 

Method parameters in eu.esdihumboldt.hale.common.align.model with type arguments of type Entity
static boolean AlignmentUtil.entityOrChildContained(EntityDefinition entity, Iterable<? extends Entity> candidates)
          Determines if the given entity definition or one of its children is contained in the given entity candidates.
static Entity CellUtil.getFirstEntity(com.google.common.collect.ListMultimap<String,? extends Entity> entities)
          Get the first entity from the given entities map (as contained e.g.
 void MutableCell.setSource(com.google.common.collect.ListMultimap<String,? extends Entity> source)
           
 void MutableCell.setTarget(com.google.common.collect.ListMultimap<String,? extends Entity> target)
           
 

Uses of Entity in eu.esdihumboldt.hale.common.align.model.condition
 

Classes in eu.esdihumboldt.hale.common.align.model.condition with type parameters of type Entity
 interface EntityCondition<T extends Entity>
          Condition an Entity may fulfill
 

Uses of Entity in eu.esdihumboldt.hale.common.align.model.impl
 

Classes in eu.esdihumboldt.hale.common.align.model.impl that implement Entity
 class DefaultProperty
          Represents a property in a mapping cell
 class DefaultType
          Represents a type in a mapping cell
 

Methods in eu.esdihumboldt.hale.common.align.model.impl that return types with arguments of type Entity
 com.google.common.collect.ListMultimap<String,? extends Entity> DefaultCell.getSource()
           
 com.google.common.collect.ListMultimap<String,? extends Entity> DefaultCell.getTarget()
           
 

Methods in eu.esdihumboldt.hale.common.align.model.impl with parameters of type Entity
protected  String AbstractCellExplanation.formatEntity(Entity entity, boolean html, boolean indexInFront)
          Format an entity for inclusion in an explanation.
protected  String AbstractCellExplanation.getEntityNameWithoutCondition(Entity entity)
          Returns an entity name without condition strings (e.g.
protected  boolean AbstractCellExplanation.hasIndexCondition(Entity entity)
          Checks whether the given entity has an index condition.
 

Method parameters in eu.esdihumboldt.hale.common.align.model.impl with type arguments of type Entity
 void DefaultCell.setSource(com.google.common.collect.ListMultimap<String,? extends Entity> source)
           
 void DefaultCell.setTarget(com.google.common.collect.ListMultimap<String,? extends Entity> target)
           
 

Uses of Entity 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 Entity
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 Entity in eu.esdihumboldt.hale.ui.function.common
 

Methods in eu.esdihumboldt.hale.ui.function.common that return Entity
protected abstract  Entity EntitySelector.createEntity(EntityDefinition element)
          Create an entity for the given entity definition
protected  Entity TypeEntitySelector.createEntity(EntityDefinition element)
           
protected  Entity PropertyEntitySelector.createEntity(EntityDefinition element)
           
 Entity EntitySelector.getEntity()
          Get the selected entity
 

Uses of Entity in eu.esdihumboldt.hale.ui.function.generic.pages.internal
 

Method parameters in eu.esdihumboldt.hale.ui.function.generic.pages.internal with type arguments of type Entity
 void Field.fillEntities(com.google.common.collect.ListMultimap<String,Entity> target)
          Fill the given map with the field's entities
 


Humboldt Alignment Editor 2.5.0

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