|
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.cst.internal.TransformationTreePool
public class TransformationTreePool
Pool for transformation trees.
Constructor Summary | |
---|---|
TransformationTreePool(Alignment alignment,
ContextMatcher matcher)
Create a transformation tree pool. |
Method Summary | |
---|---|
TransformationTree |
getTree(TypeDefinition targetType)
Get a transformation tree from the pool. |
void |
releaseTree(TransformationTree tree)
Release a tree to the pool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationTreePool(Alignment alignment, ContextMatcher matcher)
alignment
- the associated alignmentmatcher
- the context matcher to apply to a created treeMethod Detail |
---|
public TransformationTree getTree(TypeDefinition targetType)
targetType
- the target type for the transformation tree
public void releaseTree(TransformationTree tree)
tree
- the transformation tree that is no longer needed
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |