|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.model.CellUtil
public abstract class CellUtil
Cell related utility methods.
Constructor Summary | |
---|---|
CellUtil()
|
Method Summary | |
---|---|
static String |
getCellDescription(Cell cell)
Get a short description of a cell. |
static Entity |
getFirstEntity(com.google.common.collect.ListMultimap<String,? extends Entity> entities)
Get the first entity from the given entities map (as contained e.g. |
static String |
getFirstParameter(Cell cell,
String parameterName)
Get the first parameter with the given name in the given cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellUtil()
Method Detail |
---|
public static Entity getFirstEntity(com.google.common.collect.ListMultimap<String,? extends Entity> entities)
entities
- the entities map
null
if there is nonepublic static String getFirstParameter(Cell cell, String parameterName)
cell
- the cellparameterName
- the parameter name
null
public static String getCellDescription(Cell cell)
cell
- the cell
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |