public class Instance2BSTAction extends SRAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_ID |
java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification> |
instances |
Constructor and Description |
---|
Instance2BSTAction(java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification> instances) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
static com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier |
instance2BST(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification instance) |
static com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier |
instance2BST(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification instance,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification lastInstance,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element owner,
java.util.Map<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification,com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier> traveled) |
static void |
processAttribute(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property property,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.ValueSpecification value,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification lastInstance,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element owner,
java.util.Map<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification,com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier> traveled) |
disable, disable, enable, updateState
accept, addAction, addPropertyChangeListener, addShortcut, addShotcut, addWeakPropertyChangeListener, clone, compareTo, createMenuItem, equals, firePropertyChange, getActions, getCommandKey, getDescription, getGroup, getIcon, getID, getLargeIcon, getLargeOrSmallIcon, getMnemonicKey, getName, getPropertyChangeListeners, getShortcuts, getSmallIcon, getSmallOrLargeIcon, hashCode, isIDGenerated, removeAction, removePropertyChangeListener, removeShortcut, removeWeakPropertyChangeListener, setActions, setDescription, setGroup, setLargeIcon, setMnemonicKey, setName, setShortcuts, setSmallIcon, shallowClone, toString
public static final java.lang.String DEFAULT_ID
public java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification> instances
public Instance2BSTAction(java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification> instances)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class com.nomagic.magicdraw.actions.MDAction
public static com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier instance2BST(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification instance)
public static com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier instance2BST(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification instance, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification lastInstance, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element owner, java.util.Map<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification,com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier> traveled)
public static void processAttribute(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property property, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.ValueSpecification value, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification lastInstance, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element owner, java.util.Map<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.InstanceSpecification,com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Classifier> traveled)