public abstract class ActionCondition extends Action
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionCondition.CompareType |
| Modifier and Type | Field and Description |
|---|---|
protected ActionList |
actionListFalse |
protected ActionList |
actionListTrue |
attributeID, attributeName, log, THE_GEOM| Constructor and Description |
|---|
ActionCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionList(boolean type,
ActionList actionList) |
void |
addActionToList(boolean type,
Action action) |
void |
clearActionList(boolean type) |
void |
close() |
protected EasyFeature |
compare(EasyFeature feature,
Object left,
ActionCondition.CompareType compareType,
Object right) |
abstract EasyFeature |
execute(EasyFeature feature) |
ActionList |
getActionList(boolean type) |
protected String |
listsGetDescription() |
protected String |
listsToString() |
protected Double |
parseDouble(Object object) |
protected EasyFeature |
process(boolean actionListType,
EasyFeature feature) |
fixAttributeID, fixTypename, flush, getAttributeId, getAttributeIds, getConstructors, getDescription_NL, getName, processPostCollectionActions, toStringprotected ActionList actionListTrue
protected ActionList actionListFalse
public abstract EasyFeature execute(EasyFeature feature) throws Exception
public ActionList getActionList(boolean type)
public void clearActionList(boolean type)
public void addActionList(boolean type,
ActionList actionList)
public void addActionToList(boolean type,
Action action)
protected EasyFeature compare(EasyFeature feature, Object left, ActionCondition.CompareType compareType, Object right) throws Exception
Exceptionprotected EasyFeature process(boolean actionListType, EasyFeature feature) throws Exception
Exceptionprotected String listsToString()
protected String listsGetDescription()
Copyright © 2016. All rights reserved.