All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface vnet.yawb.YAWBTransform

public interface YAWBTransform
Processes a value before it is output.


Method Index

 o transform(String, YAWBDataStore)
Retrieves the named value from the given data store and proccess it.

Methods

 o transform
 public abstract String transform(String name,
                                  YAWBDataStore store) throws YAWBDataFormatException
Retrieves the named value from the given data store and proccess it. This method may be executed by multiple threads, so should be thread safe.

Parameters:
name - the value to retrieve
store - the data store
Returns:
the processed value
Throws: YAWBDataFormatException
when the data cannot be represented as required

All Packages  Class Hierarchy  This Package  Previous  Next  Index