public class TagEntitiesOperator
extends org.fit.layout.impl.BaseOperator
| 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) |
String |
getDescription() |
String |
getId() |
String |
getName() |
String[] |
getParamNames() |
org.fit.layout.api.ParametrizedOperation.ValueType[] |
getParamTypes() |
protected void |
initTaggers() |
protected final String[] paramNames
protected final org.fit.layout.api.ParametrizedOperation.ValueType[] paramTypes
public String getId()
public String getName()
public String getDescription()
public String[] getParamNames()
public org.fit.layout.api.ParametrizedOperation.ValueType[] getParamTypes()
public void addTagger(Tagger tagger)
tagger - the tagger instance to be addedprotected void initTaggers()
public void apply(org.fit.layout.model.AreaTree atree)
public void apply(org.fit.layout.model.AreaTree atree,
org.fit.layout.model.Area root)
Copyright © 2015. All rights reserved.