Uses of Interface
org.eclipse.uml2.uml.Parameter

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> CallAction.inputParameters()
          Return the in and inout ownedParameters of the Behavior or Operation being called.
 org.eclipse.emf.common.util.EList<Parameter> BehavioralFeature.inputParameters()
          The ownedParameters with direction in and inout.
 org.eclipse.emf.common.util.EList<Parameter> Behavior.inputParameters()
          The in and inout ownedParameters of the Behavior.
 org.eclipse.emf.common.util.EList<Parameter> CallAction.outputParameters()
          Return the inout, out and return ownedParameters of the Behavior or Operation being called.
 org.eclipse.emf.common.util.EList<Parameter> BehavioralFeature.outputParameters()
          The ownedParameters with direction out, inout, or return.
 org.eclipse.emf.common.util.EList<Parameter> Behavior.outputParameters()
          The out, inout and return ownedParameters.
 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 (direction = ParameterDirectionKind::return)->asSet()) From package UML::Classification.
 

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
 java.lang.Object UMLUtil.UML2EcoreConverter.caseParameter(Parameter parameter)
           
 T UMLSwitch.caseParameter(Parameter object)
          Returns the result of interpreting the object as an instance of '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_validateObjectEffect(Parameter parameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateObjectEffect 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, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.