IBM Rational Software Modeler
Release 6.0

Uses of Class
com.ibm.xtools.patterns.framework.PatternParameterValue.Removed

Packages that use PatternParameterValue.Removed
com.ibm.xtools.patterns.framework Provides the base classes that form the patterns framework.  
 

Uses of PatternParameterValue.Removed in com.ibm.xtools.patterns.framework
 

Methods in com.ibm.xtools.patterns.framework that return PatternParameterValue.Removed
 PatternParameterValue.Removed PatternParameterValue.Replaced.asRemoved()
          Produces a new removed value from this replaced value's state (the values and not the replacement values)
 

Methods in com.ibm.xtools.patterns.framework with parameters of type PatternParameterValue.Removed
 boolean AbstractPatternDependency.update(PatternParameterValue.Maintained dependent, PatternParameterValue.Removed dependency)
          Update the dependency using the dependent and dependency values as provided.
 boolean AbstractPatternDependency.update(PatternParameterValue.Removed dependent, PatternParameterValue.Maintained dependency)
          Update the dependency using the dependent and dependency values as provided.
 boolean AbstractPatternDependency.updatePattern(AbstractPatternInstance owningInstance, PatternParameterValue.Removed dependent)
          Update the dependency with the dependency parameter being generated with the current state.
protected  boolean AbstractPatternDependency.updatePattern(PatternParameterValue.Maintained dependent, PatternParameterValue.Removed dependency)
          Update the dependency with the given dependent and dependency parameter values.
protected  boolean AbstractPatternDependency.updatePattern(PatternParameterValue.Removed dependent, PatternParameterValue.Maintained dependency)
          Update the dependency with the given dependent and dependency parameter values.
 boolean AbstractPatternInstance.PatternParameterValueQueue.enqueue(PatternParameterValue.Removed removed)
          Performs an enqueue on the queue, putting the input value to the end or bottom of the queue.
protected  boolean AbstractPatternParameter.expand(PatternParameterValue.Removed value)
          A hot-spot method that can be overridden in parameter subclasses.
 boolean PatternDependencyDelegate.update(PatternParameterValue.Maintained dependent, PatternParameterValue.Removed dependency)
          The update method adapts the maintained removed value state combination into the respectively matched pattern service method invocations.
 boolean PatternDependencyDelegate.update(PatternParameterValue.Removed dependent, PatternParameterValue.Maintained dependency)
          The update method adapts the removed maintained value state combination into the respectively matched pattern service method invocations.
 boolean PatternParameterDelegate.expand(PatternParameterValue.Removed value)
          The removed variant of the expand method takes a single pattern parameter value object and adapts this call into the appropriate pattern service interface calls.
abstract  void PatternParameterValue.Removed.Consumer.consume(PatternParameterValue.Removed removed)
          The consume method accepts a removed pattern parameter value for consumption.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.