Interface TransformerSerializer<T extends AbstractPropertyTransformer<T,L,AP>,L,AP>
-
- Type Parameters:
T- the concrete transformer classL- the label classAP- the atomic proposition class
- All Known Implementing Classes:
ADDTransformerSerializer,BDDTransformerSerializer
public interface TransformerSerializer<T extends AbstractPropertyTransformer<T,L,AP>,L,AP>Utility interface for serializingAbstractPropertyTransformerimplementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(List<String> data)List<String>serialize(T transformer)
-