|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterSet | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of ParameterSet in org.eclipse.uml2.uml |
Methods in org.eclipse.uml2.uml that return ParameterSet | |
ParameterSet |
UMLFactory.createParameterSet()
Returns a new object of class 'Parameter Set' |
ParameterSet |
Parameter.getParameterSet(String name)
Retrieves the first ParameterSet with the specified 'Name' from the 'Parameter Set' reference list |
ParameterSet |
Parameter.getParameterSet(String name,
boolean ignoreCase)
Retrieves the first ParameterSet with the specified 'Name' from the 'Parameter Set' reference list |
ParameterSet |
BehavioralFeature.createOwnedParameterSet(String name)
Creates a new ParameterSet , with the specified 'Name', and appends it to the 'Owned Parameter Set' containment reference list |
ParameterSet |
BehavioralFeature.getOwnedParameterSet(String name)
Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list |
ParameterSet |
BehavioralFeature.getOwnedParameterSet(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list |
ParameterSet |
Behavior.createOwnedParameterSet(String name)
Creates a new ParameterSet , with the specified 'Name', and appends it to the 'Owned Parameter Set' containment reference list |
ParameterSet |
Behavior.getOwnedParameterSet(String name)
Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list |
ParameterSet |
Behavior.getOwnedParameterSet(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list |
Uses of ParameterSet in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type ParameterSet | |
boolean |
UMLValidator.validateParameterSet(ParameterSet parameterSet,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateParameterSet_validateSameParameterizedEntity(ParameterSet parameterSet,
DiagnosticChain diagnostics,
Map context)
Validates the validateSameParameterizedEntity constraint of 'Parameter Set' |
boolean |
UMLValidator.validateParameterSet_validateInput(ParameterSet parameterSet,
DiagnosticChain diagnostics,
Map context)
Validates the validateInput constraint of 'Parameter Set' |
boolean |
UMLValidator.validateParameterSet_validateTwoParameterSets(ParameterSet parameterSet,
DiagnosticChain diagnostics,
Map context)
Validates the validateTwoParameterSets constraint of 'Parameter Set' |
Object |
UMLSwitch.caseParameterSet(ParameterSet object)
Returns the result of interpretting the object as an instance of 'Parameter Set' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |