org.eclipse.uml2
Interface ParameterSet

All Superinterfaces:
Element, EModelElement, EObject, NamedElement, Notifier, TemplateableElement

public interface ParameterSet
extends NamedElement

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:

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getParameters

public EList getParameters()
Returns the value of the 'Parameter' reference list. The list contents are of type 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...

Returns:
the value of the 'Parameter' reference list.
See Also:
UML2Package.getParameterSet_Parameter(), Parameter.getParameterSets()

getParameter

public Parameter getParameter(String unqualifiedName)
Retrieves the Parameter with the specified name from the 'Parameter' reference list.

Parameters:
unqualifiedName - The unqualified name of the Parameter to retrieve.
Returns:
The Parameter with the specified name, or null.
See Also:
getParameters()

getConditions

public EList getConditions()
Returns the value of the 'Condition' containment reference list. The list contents are of type Constraint.

If the meaning of the 'Condition' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' containment reference list.
See Also:
UML2Package.getParameterSet_Condition()

getCondition

public Constraint getCondition(String unqualifiedName)
Retrieves the Constraint with the specified name from the 'Condition' containment reference list.

Parameters:
unqualifiedName - The unqualified name of the Constraint to retrieve.
Returns:
The Constraint with the specified name, or null.
See Also:
getConditions()

createCondition

public Constraint createCondition(EClass eClass)
Creates a Constraint and appends it to the 'Condition' containment reference list.

Parameters:
eClass - The Ecore class of the Constraint to create.
Returns:
The new Constraint.
See Also:
getConditions()

getOwnedElements

public EList getOwnedElements()

Specified by:
getOwnedElements in interface NamedElement

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.