Class PinView.ConvertPinToObjectNodeAction.ConvertPinToObjectNodeActionFactory
- java.lang.Object
-
- com.nomagic.magicdraw.uml.symbols.shapes.PinView.ConvertPinToObjectNodeAction.ConvertPinToObjectNodeActionFactory
-
- All Implemented Interfaces:
com.nomagic.magicdraw.uml.actions.DynamicCategoryFactory<com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory>,com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementActionFactory
- Enclosing class:
- com.nomagic.magicdraw.uml.symbols.shapes.PinView.ConvertPinToObjectNodeAction
public static class PinView.ConvertPinToObjectNodeAction.ConvertPinToObjectNodeActionFactory extends java.lang.Object implements com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementActionFactory
-
-
Constructor Summary
Constructors Constructor Description ConvertPinToObjectNodeActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddActions(com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory category, BaseElement... target)booleanisAvailable(BaseElement... target)
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable(BaseElement... target)
- Specified by:
isAvailablein interfacecom.nomagic.magicdraw.uml.actions.DynamicCategoryFactory<com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory>
-
addActions
public void addActions(com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory category, BaseElement... target)- Specified by:
addActionsin interfacecom.nomagic.magicdraw.uml.actions.DynamicCategoryFactory<com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory>
-
-