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 void
addActions(com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory category, BaseElement... target)
boolean
isAvailable(BaseElement... target)
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable(BaseElement... target)
- Specified by:
isAvailable
in 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:
addActions
in interfacecom.nomagic.magicdraw.uml.actions.DynamicCategoryFactory<com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory>
-
-