uci.uml.Behavioral_Elements.Common_Behavior
Class UninterpretedAction

java.lang.Object
  |
  +--uci.uml.Foundation.Core.ElementImpl
        |
        +--uci.uml.Foundation.Core.ModelElementImpl
              |
              +--uci.uml.Behavioral_Elements.Common_Behavior.MMAction
                    |
                    +--uci.uml.Behavioral_Elements.Common_Behavior.UninterpretedAction

public class UninterpretedAction
extends MMAction

See Also:
Serialized Form

Field Summary
 String _body
           
 
Fields inherited from class uci.uml.Behavioral_Elements.Common_Behavior.MMAction
_actionSequence, _isAsynchronous, _message, _recurrence, _request, _script, _target
 
Fields inherited from class uci.uml.Foundation.Core.ModelElementImpl
_behavior, _collaboration, _constraint, _elementOwnership, _elementReference, _provision, _requirement, _stereotype, _taggedValue, _template, _templateParameter, MAX_STEREOTYPE
 
Fields inherited from class uci.uml.Foundation.Core.ElementImpl
_characteristic, _classification, _highlight, _name, _propertyListeners, _staticListener, _taggedValue, _vetoListeners, elementID
 
Constructor Summary
UninterpretedAction()
           
UninterpretedAction(Name name)
           
UninterpretedAction(String body)
           
UninterpretedAction(String nameStr, String body)
           
 
Method Summary
 String getBody()
           
 void setBody(String x)
           
 
Methods inherited from class uci.uml.Behavioral_Elements.Common_Behavior.MMAction
addMessage, getActionSequence, getIsAsynchronous, getMessage, getOCLTypeStr, getRecurrence, getRequest, getScript, getTarget, removeMessage, setActionSequence, setIsAsynchronous, setMessage, setRecurrence, setRequest, setScript, setTarget
 
Methods inherited from class uci.uml.Foundation.Core.ModelElementImpl
addBehavior, addConstraint, addElementReference, addProvision, addRequirement, addStereotype, addTemplateParameter, alsoTrash, containsStereotype, dbgStereotypes, dbgTaggedValues, getBehavior, getConstraint, getElementOwnership, getElementReference, getNamespace, getProvision, getRequirement, getStereotype, getTemplate, getTemplateParameter, getVisibility, isLegalXMI, isNotLegalXMI, prepareForTrash, recoverFromTrash, removeBehavior, removeConstraint, removeElementReference, removeProvision, removeRequirement, removeStereotype, removeTemplateParameter, setBehavior, setConstraint, setElementOwnership, setElementReference, setNamespace, setProvision, setRequirement, setStereotype, setTemplate, setTemplateParameter, setVisibility
 
Methods inherited from class uci.uml.Foundation.Core.ElementImpl
addCharacteristic, addPropertyChangeListener, addTaggedValue, addVetoableChangeListener, dbgString, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChangeNoCritique, firePropertyChangeNoCritique, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChangeNoCompare, getCharacteristic, getClassification, getElementCount, getHighlight, getId, getName, getNamedProperty, getTaggedValue, getVetoListeners, newElementID, removeCharacteristic, removePropertyChangeListener, removeTaggedValue, removeVetoableChangeListener, setCharacteristic, setClassification, setElementCount, setHighlight, setId, setName, setName, setStaticChangeListener, setTaggedValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_body

public String _body
Constructor Detail

UninterpretedAction

public UninterpretedAction()

UninterpretedAction

public UninterpretedAction(Name name)

UninterpretedAction

public UninterpretedAction(String body)

UninterpretedAction

public UninterpretedAction(String nameStr,
                           String body)
Method Detail

getBody

public String getBody()

setBody

public void setBody(String x)
             throws PropertyVetoException