Package cz.vutbr.fit.layout.impl
Class BaseOperator
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseService
-
- cz.vutbr.fit.layout.impl.BaseParametrizedOperation
-
- cz.vutbr.fit.layout.impl.BaseOperator
-
- All Implemented Interfaces:
AreaTreeOperator
,ParametrizedOperation
,Service
- Direct Known Subclasses:
CollapseAreasOperator
,FindLineOperator
,FlattenTreeOperator
,HTMLOutputOperator
,MultiLineOperator
,SortByPositionOperator
,SuperAreaOperator
,TagByExamplesOperator
,TagEntitiesOperator
,XMLOutputOperator
public abstract class BaseOperator extends BaseParametrizedOperation implements AreaTreeOperator
A common base for our area operators.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description BaseOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseParametrizedOperation
defineParams, getParam, getParams, getParamString, setParam
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseService
getServiceManager, setServiceManager
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.vutbr.fit.layout.api.AreaTreeOperator
apply, apply
-
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
-
-