IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework
Class PatternParameterMapping.Filter

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.PatternParameterMapping.Filter
Enclosing class:
PatternParameterMapping

public abstract static class PatternParameterMapping.Filter
extends Object

A filter interface for processing source values and returning target values. This is used at run-time for each value that flows from the source to the target. There is no type-checking currently, so the implementor of this interface must be cognizant of any issues that might arise (between the type of the source pattern parameter and the type of the target pattern parameter for example).


Constructor Summary
PatternParameterMapping.Filter()
           
 
Method Summary
abstract  Object process(Object sourceValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternParameterMapping.Filter

public PatternParameterMapping.Filter()
Method Detail

process

public abstract Object process(Object sourceValue)

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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