|
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.transformation.tree.impl.SourceNodeFactory
public class SourceNodeFactory
Factory for creating SourceNode
s.
Constructor Summary | |
---|---|
SourceNodeFactory()
|
Method Summary | |
---|---|
SourceNode |
getExistingSourceNode(EntityDefinition entityDefinition)
Get the existing source node associated to the given entity definition. |
Iterable<SourceNode> |
getNodes()
Get the existing source nodes. |
SourceNode |
getSourceNode(EntityDefinition entityDefinition)
Get or create source node for the given entity definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceNodeFactory()
Method Detail |
---|
public SourceNode getSourceNode(EntityDefinition entityDefinition)
entityDefinition
- the entity definition the source node is
associated to
public SourceNode getExistingSourceNode(EntityDefinition entityDefinition)
entityDefinition
- the entity definition
null
public Iterable<SourceNode> getNodes()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |