public interface AbstractBehavior extends AbstractNamedElement
The following features are supported:
BehaviorPackage.getAbstractBehavior()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractParameter> |
getOwnedParameter()
Returns the value of the 'Owned Parameter' reference list.
|
org.eclipse.emf.common.util.EList<AbstractParameterSet> |
getOwnedParameterSet()
Returns the value of the 'Owned Parameter Set' reference list.
|
boolean |
isIsControlOperator()
Returns the value of the 'Is Control Operator' attribute.
|
void |
setIsControlOperator(boolean value)
Sets the value of the '
Is Control Operator' attribute. |
getName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isIsControlOperator()
If the meaning of the 'Is Control Operator' attribute isn't clear, there really should be more of a description here...
setIsControlOperator(boolean),
BehaviorPackage.getAbstractBehavior_IsControlOperator()void setIsControlOperator(boolean value)
Is Control Operator' attribute.
value - the new value of the 'Is Control Operator' attribute.isIsControlOperator()org.eclipse.emf.common.util.EList<AbstractParameterSet> getOwnedParameterSet()
AbstractParameterSet.
If the meaning of the 'Owned Parameter Set' reference list isn't clear, there really should be more of a description here...
BehaviorPackage.getAbstractBehavior_OwnedParameterSet()org.eclipse.emf.common.util.EList<AbstractParameter> getOwnedParameter()
AbstractParameter.
If the meaning of the 'Owned Parameter' reference list isn't clear, there really should be more of a description here...
BehaviorPackage.getAbstractBehavior_OwnedParameter()