public class TagEntitiesOperator
extends org.fit.layout.impl.BaseOperator
implements org.fit.layout.api.ScriptObject
| 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 |
getCategory() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getVarName() |
protected void |
initTaggers() |
void |
setIO(Reader in,
Writer out,
Writer err) |
defineParams, getParam, getParams, setParampublic 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 getCategory()
getCategory in interface org.fit.layout.api.AreaTreeOperatorpublic 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 © 2018. All rights reserved.