Package cz.vutbr.fit.layout.api
Interface AreaTreeOperator
-
- All Superinterfaces:
ParametrizedOperation,Service
- All Known Implementing Classes:
BaseOperator
public interface AreaTreeOperator extends Service, ParametrizedOperation
A generic procedure that processes the area tree. The procedures may be applied in any order.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(AreaTree atree)Applies the operation to the given tree.voidapply(AreaTree atree, Area root)Applies the operation to the given subtree of the tree.-
Methods inherited from interface cz.vutbr.fit.layout.api.ParametrizedOperation
getParam, getParams, getParamString, setParam
-
Methods inherited from interface cz.vutbr.fit.layout.api.Service
getCategory, getDescription, getId, getName, setServiceManager
-
-
-
-
Method Detail
-
apply
void apply(AreaTree atree)
Applies the operation to the given tree.- Parameters:
atree- the area tree to be modified.
-
-