com.partnersoft.data
Interface ObjectMangler

All Superinterfaces:
ObjectTransform
All Known Implementing Classes:
ProjectionTransform

public interface ObjectMangler
extends ObjectTransform

This interface is really a marker subinterface of ObjectTransform. Implement this instead of ObjectTransform if your transform directly modifies the object given, rather than creating an independent modified version. In general, you should name your class with a name ending in "Mangler", and your transform() method should modify the object, then pass it through as the result.

Author:
Paul Reavis Copyright 2006 Partner Software, Inc.

Method Summary
 
Methods inherited from interface com.partnersoft.data.ObjectTransform
transform