public class FeatureCreateAction extends Object implements CustomAction
| Constructor and Description |
|---|
FeatureCreateAction(MappingComponent mc,
Feature f)
Erzeugt eine FeatureCreateAction-Instanz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
Erzeugt das gespeicherte Feature.
|
boolean |
featureConcerned(Feature feature)
Checks, if the given feature is concerned from this action.
|
CustomAction |
getInverse()
Liefert als Gegenteil die Loeschaktion des Features.
|
String |
info()
Liefert eine Beschreibung der Aktion als String.
|
public FeatureCreateAction(MappingComponent mc, Feature f)
mc - MappingComponent in dem das Feature angelegt werden sollf - feature das zu erzeugende Featurepublic void doAction()
doAction in interface CustomActionpublic String info()
info in interface CustomActionpublic CustomAction getInverse()
getInverse in interface CustomActionpublic boolean featureConcerned(Feature feature)
CustomActionfeatureConcerned in interface CustomActionfeature - the feature that should be checkedCopyright © 2012–2026 cismet GmbH. All rights reserved.