|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Parameter in org.eclipse.uml2.uml |
---|
Methods in org.eclipse.uml2.uml that return Parameter | |
---|---|
Parameter |
BehavioralFeature.createOwnedParameter(java.lang.String name,
Type type)
Creates a new Parameter , with the specified 'Name', and 'Type', and appends it to the 'Owned Parameter' containment reference list |
Parameter |
Behavior.createOwnedParameter(java.lang.String name,
Type type)
Creates a new Parameter , with the specified 'Name', and 'Type', and appends it to the 'Owned Parameter' containment reference list |
Parameter |
UMLFactory.createParameter()
Returns a new object of class 'Parameter' |
Parameter |
BehavioralFeature.createReturnResult(java.lang.String name,
Type type)
Creates a return result parameter with the specified name and type. |
Parameter |
BehavioralFeature.getOwnedParameter(java.lang.String name,
Type type)
Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list |
Parameter |
Behavior.getOwnedParameter(java.lang.String name,
Type type)
Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list |
Parameter |
BehavioralFeature.getOwnedParameter(java.lang.String name,
Type type,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list |
Parameter |
Behavior.getOwnedParameter(java.lang.String name,
Type type,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list |
Parameter |
ActivityParameterNode.getParameter()
Returns the value of the 'Parameter' reference |
Parameter |
ParameterSet.getParameter(java.lang.String name,
Type type)
Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Parameter' reference list |
Parameter |
ParameterSet.getParameter(java.lang.String name,
Type type,
boolean ignoreCase)
Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Parameter' reference list |
Parameter |
OpaqueExpression.getResult()
Returns the value of the 'Result' reference |
Parameter |
Operation.getReturnResult()
Retrieves the (only) return result parameter for this operation |
Methods in org.eclipse.uml2.uml that return types with arguments of type Parameter | |
---|---|
org.eclipse.emf.common.util.EList<Parameter> |
BehavioralFeature.getOwnedParameters()
Returns the value of the 'Owned Parameter' containment reference list. |
org.eclipse.emf.common.util.EList<Parameter> |
Behavior.getOwnedParameters()
Returns the value of the 'Owned Parameter' containment reference list. |
org.eclipse.emf.common.util.EList<Parameter> |
ParameterSet.getParameters()
Returns the value of the 'Parameter' reference list. |
org.eclipse.emf.common.util.EList<Parameter> |
Operation.returnResult()
The query returnResult() returns the set containing the return parameter of the Operation if one exists, otherwise, it returns an empty set result = ownedParameter->select (par | par.direction = #return) |
Methods in org.eclipse.uml2.uml with parameters of type Parameter | |
---|---|
void |
ActivityParameterNode.setParameter(Parameter value)
Sets the value of the ' Parameter ' reference |
Uses of Parameter in org.eclipse.uml2.uml.util |
---|
Methods in org.eclipse.uml2.uml.util with parameters of type Parameter | |
---|---|
T |
UMLSwitch.caseParameter(Parameter object)
Returns the result of interpreting the object as an instance of 'Parameter' |
java.lang.Object |
UMLUtil.UML2EcoreConverter.caseParameter(Parameter parameter)
|
boolean |
UMLValidator.validateParameter_validateConnectorEnd(Parameter parameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateConnectorEnd constraint of 'Parameter' |
boolean |
UMLValidator.validateParameter_validateInAndOut(Parameter parameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateInAndOut constraint of 'Parameter' |
boolean |
UMLValidator.validateParameter_validateNotException(Parameter parameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateNotException constraint of 'Parameter' |
boolean |
UMLValidator.validateParameter_validateReentrantBehaviors(Parameter parameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateReentrantBehaviors constraint of 'Parameter' |
boolean |
UMLValidator.validateParameter_validateStreamAndException(Parameter parameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateStreamAndException constraint of 'Parameter' |
boolean |
UMLValidator.validateParameter(Parameter parameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |