UML.Semantic.BehavioralElements.CommonBehavior
Class DestroyAction

java.lang.Object
  |
  +--UML.Semantic.Foundation.Core.ModelElement
        |
        +--UML.Semantic.BehavioralElements.CommonBehavior.Action
              |
              +--UML.Semantic.BehavioralElements.CommonBehavior.DestroyAction
All Implemented Interfaces:
Element, ElementAtt, LinkAtt

public class DestroyAction
extends Action

A destroy action is an action results in the destruction of an object specified in the action.

In the metamodel a DestroyAction is a subclass of Action. The designated object is specified by the target association of the Action.


Constructor Summary
DestroyAction()
           
 
Method Summary
 boolean check()
          Checks if well-formedness rules are respected in this model element.
 
Methods inherited from class UML.Semantic.BehavioralElements.CommonBehavior.Action
getIsAsynchronous, setIsAsynchronous
 
Methods inherited from class UML.Semantic.Foundation.Core.ModelElement
add, add, getBindingList, getConstraintList, getElementType, getErrors, getHref, getId, getIdentification, getIdref, getIndex, getInfo, getIsOwned, getLabel, getLocator, getName, getNamespace, getNamespaceId, getStereotype, getTemplate, getTemplateParameterList, getTitle, getUuid, getUuidref, getVisibility, getVisibilitySymbol, getWarnings, setElementType, setErrors, setHref, setId, setIdref, setIndex, setIsOwned, setLabel, setName, setNamespace, setTemplate, setTitle, setUuid, setUuidref, setVisibility, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyAction

public DestroyAction()
Method Detail

check

public boolean check()
Checks if well-formedness rules are respected in this model element.

Overrides:
check in class Action
Returns:
True if check was successful, false otherwise.