All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ccl.util.Transformable

public interface Transformable
An interface that can be used for inner classes in conjunction with filter methods.

Version:
$Id: Transformable.java,v 1.2 1999/07/26 09:31:50 clemens Exp clemens $
Author:
Chr. Clemens Lee < clemens@kclee.com >

Method Index

 o transform(Object)
Transform one object to another.

Methods

 o transform
 public abstract Object transform(Object pObject_)
Transform one object to another.

Parameters:
pObject_ - the input to create a new object out of it.

All Packages  Class Hierarchy  This Package  Previous  Next  Index