34#ifndef TTA_OPERATION_SERIALIZER_HH
35#define TTA_OPERATION_SERIALIZER_HH
ObjectState * toOperation(const ObjectState *state)
ObjectState * convertToOperationFormat(const ObjectState *state)
ObjectState * toXMLFormat(const ObjectState *state)
void setSourceFile(const std::string &filename)
OperationSerializer & operator=(const OperationSerializer &)
Assignment not allowed.
XMLSerializer serializer_
Constructs the ObjectState tree from the XML file.
OperationSerializer(const OperationSerializer &)
Copying not allowed.
virtual void writeState(const ObjectState *state)
void setDestinationFile(const std::string &filename)
virtual ObjectState * readState()
void setUseSchema(bool useSchema)
virtual ~OperationSerializer()
ObjectState * convertToXMLFormat(const ObjectState *state)
void setSchemaFile(const std::string &filename)
void setOperandProperties(ObjectState *operand, ObjectState *source)