uci.uml.Foundation.Core
Class Method

java.lang.Object
  |
  +--uci.uml.Foundation.Core.ElementImpl
        |
        +--uci.uml.Foundation.Core.ModelElementImpl
              |
              +--uci.uml.Foundation.Core.Feature
                    |
                    +--uci.uml.Foundation.Core.BehavioralFeature
                          |
                          +--uci.uml.Foundation.Core.Method

public class Method
extends BehavioralFeature

See Also:
Serialized Form

Field Summary
 ProcedureExpression _body
           
 Operation _specification
           
 
Fields inherited from class uci.uml.Foundation.Core.BehavioralFeature
_isQuery, _parameter, _raisedException
 
Fields inherited from class uci.uml.Foundation.Core.Feature
_owner, _ownerScope, _visibility
 
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
Method()
           
 
Method Summary
 ProcedureExpression getBody()
           
 Operation getSpecification()
           
 void setBody(ProcedureExpression x)
           
 void setSpecification(Operation x)
           
 
Methods inherited from class uci.uml.Foundation.Core.BehavioralFeature
addParameter, addRaisedException, findParameter, getIsQuery, getParameter, getRaisedException, getReturnType, removeParameter, removeRaisedException, setIsQuery, setParameter, setRaisedException, setReturnType
 
Methods inherited from class uci.uml.Foundation.Core.Feature
fireVetoableChange, getOwner, getOwnerScope, getVisibility, setOwner, setOwnerScope, setVisibility, toString
 
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, isLegalXMI, isNotLegalXMI, prepareForTrash, recoverFromTrash, removeBehavior, removeConstraint, removeElementReference, removeProvision, removeRequirement, removeStereotype, removeTemplateParameter, setBehavior, setConstraint, setElementOwnership, setElementReference, setNamespace, setProvision, setRequirement, setStereotype, setTemplate, setTemplateParameter
 
Methods inherited from class uci.uml.Foundation.Core.ElementImpl
addCharacteristic, addPropertyChangeListener, addTaggedValue, addVetoableChangeListener, dbgString, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChangeNoCritique, firePropertyChangeNoCritique, fireVetoableChange, fireVetoableChange, fireVetoableChangeNoCompare, getCharacteristic, getClassification, getElementCount, getHighlight, getId, getName, getNamedProperty, getOCLTypeStr, getTaggedValue, getVetoListeners, newElementID, removeCharacteristic, removePropertyChangeListener, removeTaggedValue, removeVetoableChangeListener, setCharacteristic, setClassification, setElementCount, setHighlight, setId, setName, setName, setStaticChangeListener, setTaggedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_body

public ProcedureExpression _body

_specification

public Operation _specification
Constructor Detail

Method

public Method()
Method Detail

getBody

public ProcedureExpression getBody()

setBody

public void setBody(ProcedureExpression x)

getSpecification

public Operation getSpecification()

setSpecification

public void setSpecification(Operation x)