public interface ParameterSet extends NamedElement
A ParameterSet designates alternative sets of inputs or outputs that a Behavior may use.
The following features are supported:
UMLPackage.getParameterSet()
Modifier and Type | Method and Description |
---|---|
BehavioralFeature |
get_behavioralFeatureOfOwnedParameterSet()
Returns the value of the 'behavioral Feature Of Owned Parameter Set' container reference.
|
Behavior |
get_behaviorOfOwnedParameterSet()
Returns the value of the 'behavior Of Owned Parameter Set' container reference.
|
java.util.Collection<Constraint> |
getCondition()
Returns the value of the 'Condition' containment reference list.
|
java.util.Collection<Parameter> |
getParameter()
Returns the value of the 'Parameter' reference list.
|
boolean |
hasCondition() |
boolean |
hasParameter() |
void |
set_behavioralFeatureOfOwnedParameterSet(BehavioralFeature value)
Sets the value of the '
behavioral
Feature Of Owned Parameter Set ' container reference. |
void |
set_behaviorOfOwnedParameterSet(Behavior value)
Sets the value of the '
behavior Of Owned
Parameter Set ' container reference. |
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
java.util.Collection<Parameter> getParameter()
Parameter
.
It is bidirectional and its opposite is 'Parameter Set
'.
Parameters in the ParameterSet.
UMLPackage.getParameterSet_Parameter()
,
Parameter.getParameterSet()
java.util.Collection<Constraint> getCondition()
Constraint
.
It is bidirectional and its opposite is
'parameter Set Of Condition
'.
A constraint that should be satisfied for the owner of the Parameters in an input ParameterSet to start execution using the values provided for those Parameters,
or the owner of the Parameters in an output ParameterSet to end execution providing the values for those Parameters, if all preconditions and conditions on input
ParameterSets were satisfied.
UMLPackage.getParameterSet_Condition()
,
Constraint.get_parameterSetOfCondition()
@CheckForNull Behavior get_behaviorOfOwnedParameterSet()
Owned Parameter Set
'.
If the meaning of the 'behavior Of Owned Parameter Set' container reference isn't clear, there really should be more of a description here...
set_behaviorOfOwnedParameterSet(Behavior)
,
UMLPackage.getParameterSet__behaviorOfOwnedParameterSet()
,
Behavior.getOwnedParameterSet()
void set_behaviorOfOwnedParameterSet(@CheckForNull Behavior value)
behavior Of Owned
Parameter Set
' container reference.
value
- the new value of the 'behavior Of Owned Parameter Set' container reference.get_behaviorOfOwnedParameterSet()
@CheckForNull BehavioralFeature get_behavioralFeatureOfOwnedParameterSet()
Owned Parameter Set
'.
If the meaning of the 'behavioral Feature Of Owned Parameter Set' container reference isn't clear, there really should be more of a description here...
set_behavioralFeatureOfOwnedParameterSet(BehavioralFeature)
,
UMLPackage.getParameterSet__behavioralFeatureOfOwnedParameterSet()
,
BehavioralFeature.getOwnedParameterSet()
void set_behavioralFeatureOfOwnedParameterSet(@CheckForNull BehavioralFeature value)
behavioral
Feature Of Owned Parameter Set
' container reference.
value
- the new value of the 'behavioral Feature Of Owned Parameter Set' container reference.get_behavioralFeatureOfOwnedParameterSet()
boolean hasParameter() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasCondition() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException