tomp.xml.type
Interface MultiTransformation

All Superinterfaces:
Parametrized, TypeTransformation
All Known Implementing Classes:
MultiFilterTypeTransformation

public interface MultiTransformation
extends TypeTransformation


Field Summary
 
Fields inherited from interface tomp.xml.type.TypeTransformation
IDENTITY
 
Method Summary
 void addTransformation(TypeTransformation tt)
           
 
Methods inherited from interface tomp.xml.type.TypeTransformation
getCosts, isIdentity, newFilter
 
Methods inherited from interface tomp.general.Parametrized
setParameter
 

Method Detail

addTransformation

public void addTransformation(TypeTransformation tt)