VBUMLAPI  1.0.0
UML API for Visual Basic
 All Classes Functions Variables Pages
UMLBehavioralFeature Interface Reference

A behavioral feature refers to a dynamic feature of a model element, such as an operation or method. More...

Inheritance diagram for UMLBehavioralFeature:
UMLFeature UMLModelElement UMLElement UMLOperation

Public Member Functions

Function isQuery () As Boolean
 Specifies whether an execution of the Feature leaves the state of the system unchanged.
 
Function parameters () As UMLParameter()
 An ordered list of Parameters for the Operation.
 
- Public Member Functions inherited from UMLFeature
Function owner () As UMLClassifier
 
Function ownerScope () As UMLScopeKind
 
Sub setOwner (pValue As UMLClassifier)
 
Sub setOwnerScope (pValue As UMLScopeKind)
 
- Public Member Functions inherited from UMLModelElement
Sub addStereotype (pStereotype As UMLStereotype)
 
Sub addTaggedValue (pValue As UMLTaggedValue)
 
Function isSpecification () As Boolean
 
Function name () As UMLName
 
Function referenceTag () As UMLTaggedValue()
 
Sub removeReferenceTag (pValue As UMLTaggedValue)
 
Sub removeTaggedValue (pValue As UMLTaggedValue)
 
Sub setNamespace (pValue As UMLNamespace)
 
Sub setSpecification (pValue As Boolean)
 
Sub setVisibility (pValue As UMLVisibilityKind)
 
Function stereotype () As UMLStereotype()
 
Function taggedValue () As UMLTaggedValue()
 
Function visibility () As UMLVisibilityKind
 

Additional Inherited Members

- Public Attributes inherited from UMLModelElement
namespace As UMLNamespace
 

Detailed Description

A behavioral feature refers to a dynamic feature of a model element, such as an operation or method.

Member Function Documentation

Function UMLBehavioralFeature::isQuery ( )

Specifies whether an execution of the Feature leaves the state of the system unchanged.

Return values
Boolean
Function UMLBehavioralFeature::parameters ( )

An ordered list of Parameters for the Operation.

To call the Operation, the caller must supply a list of values compatible with the types of the Parameters.

Return values
UMLParameter()The ordered list of Parameters for the Operation.