IBM Rational Software Modeler
Release 6.0

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

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

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

Subclasses of PatternParameterValue in com.ibm.xtools.patterns.framework
static class PatternParameterValue.Added
          The added subclass of pattern parameter value represents the state of when a pattern parameter value is added.
static class PatternParameterValue.Maintained
          The maintained subclass of the pattern parameter value represents the state of when a pattern parameter value is maintained (it is the current value, not added or removed).
static class PatternParameterValue.Proposed
          The proposed subclass of the pattern parameter value represents the state of when a pattern parameter value is proposed (it is ready for validation but its addition is contingent on the validity of the value.
static class PatternParameterValue.Removed
          The removed subclass of the pattern parameter value represents the state of when a pattern parameter value is removed (it has just been removed as a value)
static class PatternParameterValue.Replaced
          The Replaced subclass of the pattern parameter value represents the state of when a pattern parameter value is replaced by one or more values.
static class PatternParameterValue.Unresolved
          The unresolved subclass of the pattern parameter value represents the state of when a pattern parameter value is unresolved (this state indicates the value is in some alternate form that through a resolve can migrate to another resolved stated such as added).
 

Methods in com.ibm.xtools.patterns.framework that return PatternParameterValue
 PatternParameterValue AbstractPatternInstance.PatternParameterValueQueue.dequeue()
          Performs a dequeue on the queue returning back the value from the top of the queue.
 

Methods in com.ibm.xtools.patterns.framework with parameters of type PatternParameterValue
 boolean AbstractPatternDependency.update(PatternParameterValue dependent, PatternParameterValue dependency)
          Update the dependency using the dependent and dependency values as provided.
protected  boolean AbstractPatternParameter.expand(PatternParameterValue value)
          A hot-spot method that can be overridden in parameter subclasses.
 boolean PatternDependencyDelegate.update(PatternParameterValue dependent, PatternParameterValue dependency)
          The general update method is called if the pattern parameter values are not more specifically typed.
 boolean PatternParameterDelegate.expand(PatternParameterValue value)
          The general expand method takes a single pattern parameter value object and adapts this call into the appropriate pattern service interface calls.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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