|
||||||||||||
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 java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
Constraint |
createCondition()
Creates a Constraint and appends it to the 'Condition' containment reference list |
Constraint |
createCondition(EClass eClass)
Creates a Constraint and appends it to the 'Condition' containment reference list |
Constraint |
getCondition(java.lang.String name)
Retrieves the Constraint with the specified 'Name' from the 'Condition' containment reference list |
EList |
getConditions()
Returns the value of the 'Condition' containment reference list. |
Parameter |
getParameter(java.lang.String name)
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, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, 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 java.lang.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(java.lang.String name)
Parameter
with the specified 'Name' from the 'Parameter' reference list.
name
- The '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(java.lang.String name)
Constraint
with the specified 'Name' from the 'Condition' containment reference list.
name
- The '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 Constraint createCondition()
Constraint
and appends it to the 'Condition' containment reference list.
Constraint
.getConditions()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |