|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--UML.Semantic.Foundation.Core.ModelElement
|
+--UML.Semantic.Foundation.Core.Feature
|
+--UML.Semantic.Foundation.Core.BehavioralFeature
A behavioral feature refers to a dynamic feature of a model element, such as an operation or method.
In the metamodel a BehavioralFeature specifies
a behavioral aspect of a Classifier. All different
kinds of behavioral aspects of a Classifier, such
as Operation and Method, are
subclasses of BehavioralFeature.
BehavioralFeature is an abstract metaclass.
| Constructor Summary | |
BehavioralFeature()
Constructor. |
|
| Method Summary | |
void |
add(Parameter elem)
Adds a paramter to this feature. |
boolean |
check()
Checks if well-formedness rules are respected in this model element. |
boolean |
getIsQuery()
Gets the value of the isQuery attribute. |
java.util.Vector |
getParameter()
Gets the set of parameters of this feature. |
Parameter |
getParameterAt(int i)
Gets the i-th parameter of this feature. |
java.lang.String |
getParameterList()
Gets a string representing tha parameters of this feature. |
java.lang.String |
getReturnList()
Gets a string representing the return values of this feature. |
java.lang.String |
getSignature()
Gets the signature of this behavioral feature. |
void |
setIsQuery(java.lang.String mode)
Sets the value of isQuery attribute. |
| Methods inherited from class UML.Semantic.Foundation.Core.Feature |
getOwner, getOwnerScope, setOwner, setOwnerScope |
| 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 |
public BehavioralFeature()
| Method Detail |
public void setIsQuery(java.lang.String mode)
public boolean getIsQuery()
public void add(Parameter elem)
public java.util.Vector getParameter()
public Parameter getParameterAt(int i)
public java.lang.String getParameterList()
public java.lang.String getReturnList()
public java.lang.String getSignature()
public boolean check()
check in class Feature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||