public class TagEntitiesOperator
extends org.fit.layout.impl.BaseOperator
implements org.fit.layout.api.ScriptObject
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
paramNames |
protected org.fit.layout.api.ParametrizedOperation.ValueType[] |
paramTypes |
| Constructor and Description |
|---|
TagEntitiesOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTagger(Tagger tagger)
Registers a new tagger that should be used by this operator.
|
void |
apply(org.fit.layout.model.AreaTree atree) |
void |
apply(org.fit.layout.model.AreaTree atree,
org.fit.layout.model.Area root) |
void |
clearTaggers()
Unregisters all taggers from the operator.
|
Tagger |
findTagger(String id,
Map<String,Object> params) |
String |
getDescription() |
String |
getId() |
String |
getName() |
String[] |
getParamNames() |
org.fit.layout.api.ParametrizedOperation.ValueType[] |
getParamTypes() |
String |
getVarName() |
protected void |
initTaggers() |
void |
setIO(Reader in,
Writer out,
Writer err) |
getParam, getParamRange, setParamprotected final String[] paramNames
protected final org.fit.layout.api.ParametrizedOperation.ValueType[] paramTypes
public String getId()
getId in interface org.fit.layout.api.Servicepublic String getName()
getName in interface org.fit.layout.api.Servicepublic String getDescription()
getDescription in interface org.fit.layout.api.Servicepublic String[] getParamNames()
getParamNames in interface org.fit.layout.api.ParametrizedOperationpublic org.fit.layout.api.ParametrizedOperation.ValueType[] getParamTypes()
getParamTypes in interface org.fit.layout.api.ParametrizedOperationpublic void addTagger(Tagger tagger)
tagger - the tagger instance to be addedpublic void clearTaggers()
protected void initTaggers()
public void apply(org.fit.layout.model.AreaTree atree)
apply in interface org.fit.layout.api.AreaTreeOperatorpublic void apply(org.fit.layout.model.AreaTree atree,
org.fit.layout.model.Area root)
apply in interface org.fit.layout.api.AreaTreeOperatorpublic String getVarName()
getVarName in interface org.fit.layout.api.ScriptObjectCopyright © 2016. All rights reserved.