tomp.xml.type
Interface TypeTransformation

All Superinterfaces:
Parametrized
All Known Subinterfaces:
MultiTransformation
All Known Implementing Classes:
EditTransformation, FilterTypeTransformation, MultiFilterTypeTransformation, StyleTypeTransformation

public interface TypeTransformation
extends Parametrized


Field Summary
static TypeTransformation IDENTITY
           
 
Method Summary
 double getCosts()
           
 boolean isIdentity()
           
 org.xml.sax.XMLFilter newFilter()
           
 
Methods inherited from interface tomp.general.Parametrized
setParameter
 

Field Detail

IDENTITY

public static final TypeTransformation IDENTITY
Method Detail

newFilter

public org.xml.sax.XMLFilter newFilter()
                                throws TypeTransformationException
Throws:
TypeTransformationException

getCosts

public double getCosts()

isIdentity

public boolean isIdentity()