|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Parameter Set'. An parameter set acts as a complete set of inputs and outputs to a behavior, exclusive of other parameter sets on the behavior.
The following features are supported:
UML2Package.getParameterSet()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
Constraint |
createCondition(EClass eClass)
Creates a Constraint and appends it to the 'Condition' containment reference list |
Constraint |
getCondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Condition' containment reference list |
EList |
getConditions()
Returns the value of the 'Condition' containment reference list. |
EList |
getOwnedElements()
|
Parameter |
getParameter(String unqualifiedName)
Retrieves the Parameter with the specified name from the 'Parameter' reference list |
EList |
getParameters()
Returns the value of the 'Parameter' reference list. |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final String copyright
Method Detail |
public EList getParameters()
Parameter
.
It is bidirectional and its opposite is 'Parameter Set
'.
If the meaning of the 'Parameter' reference list isn't clear, there really should be more of a description here...
UML2Package.getParameterSet_Parameter()
,
Parameter.getParameterSets()
public Parameter getParameter(String unqualifiedName)
Parameter
with the specified name from the 'Parameter' reference list.
unqualifiedName
- The unqualified name of the Parameter
to retrieve.
Parameter
with the specified name, or null
.getParameters()
public EList getConditions()
Constraint
.
If the meaning of the 'Condition' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getParameterSet_Condition()
public Constraint getCondition(String unqualifiedName)
Constraint
with the specified name from the 'Condition' containment reference list.
unqualifiedName
- The unqualified name of the Constraint
to retrieve.
Constraint
with the specified name, or null
.getConditions()
public Constraint createCondition(EClass eClass)
Constraint
and appends it to the 'Condition' containment reference list.
eClass
- The Ecore class of the Constraint
to create.
Constraint
.getConditions()
public EList getOwnedElements()
getOwnedElements
in interface NamedElement
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |