public interface AreaTreeOperator extends Service, ParametrizedOperation
ParametrizedOperation.ValueType| Modifier and Type | Method and Description |
|---|---|
void |
apply(AreaTree atree)
Applies the operation to the given tree.
|
void |
apply(AreaTree atree,
Area root)
Applies the operation to the given subtree of the tree.
|
getDescription, getId, getNamegetParam, getParamNames, getParamTypes, setParamvoid apply(AreaTree atree)
atree - the area tree to be modified.Copyright © 2015. All rights reserved.