public static class ObjectNodeView.ConvertObjectNodeToInputPinAction.ConvertObjectNodeToInputPinActionFactory
extends java.lang.Object
implements com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementActionFactory
| Constructor and Description |
|---|
ObjectNodeView.ConvertObjectNodeToInputPinAction.ConvertObjectNodeToInputPinActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActions(com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory category,
BaseElement... target) |
boolean |
isAvailable(BaseElement... target) |
public ObjectNodeView.ConvertObjectNodeToInputPinAction.ConvertObjectNodeToInputPinActionFactory()
public boolean isAvailable(@Nonnull
BaseElement... target)
isAvailable in interface com.nomagic.magicdraw.uml.actions.DynamicCategoryFactory<com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory>public void addActions(@Nonnull
com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory category,
@Nonnull
BaseElement... target)
addActions in interface com.nomagic.magicdraw.uml.actions.DynamicCategoryFactory<com.nomagic.magicdraw.uml.actions.refactor.convertelement.ConvertElementCategory>