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

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 BehavioralFeature.createOwnedParameterSet(java.lang.String name)
          Creates a new ParameterSet, with the specified 'Name', and appends it to the 'Owned Parameter Set' containment reference list
 ParameterSet Behavior.createOwnedParameterSet(java.lang.String name)
          Creates a new ParameterSet, with the specified 'Name', and appends it to the 'Owned Parameter Set' containment reference list
 ParameterSet UMLFactory.createParameterSet()
          Returns a new object of class 'Parameter Set'
 ParameterSet BehavioralFeature.getOwnedParameterSet(java.lang.String name)
          Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list
 ParameterSet Behavior.getOwnedParameterSet(java.lang.String name)
          Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list
 ParameterSet BehavioralFeature.getOwnedParameterSet(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list
 ParameterSet Behavior.getOwnedParameterSet(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ParameterSet with the specified 'Name' from the 'Owned Parameter Set' containment reference list
 ParameterSet Parameter.getParameterSet(java.lang.String name)
          Retrieves the first ParameterSet with the specified 'Name' from the 'Parameter Set' reference list
 ParameterSet Parameter.getParameterSet(java.lang.String name, boolean ignoreCase)
          Retrieves the first ParameterSet with the specified 'Name' from the 'Parameter Set' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ParameterSet
 org.eclipse.emf.common.util.EList<ParameterSet> BehavioralFeature.getOwnedParameterSets()
          Returns the value of the 'Owned Parameter Set' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterSet> Behavior.getOwnedParameterSets()
          Returns the value of the 'Owned Parameter Set' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterSet> Parameter.getParameterSets()
          Returns the value of the 'Parameter Set' reference list.
 

Uses of ParameterSet in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ParameterSet
 T UMLSwitch.caseParameterSet(ParameterSet object)
          Returns the result of interpreting the object as an instance of 'Parameter Set'
 boolean UMLValidator.validateParameterSet_validateInput(ParameterSet parameterSet, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateInput constraint of 'Parameter Set'
 boolean UMLValidator.validateParameterSet_validateSameParameterizedEntity(ParameterSet parameterSet, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSameParameterizedEntity constraint of 'Parameter Set'
 boolean UMLValidator.validateParameterSet_validateTwoParameterSets(ParameterSet parameterSet, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTwoParameterSets constraint of 'Parameter Set'
 boolean UMLValidator.validateParameterSet(ParameterSet parameterSet, 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.