public class AqdefWriter extends Object implements AqdefConstants
AqdefObjectModel to DFQ files. #writeTo(Writer) to write DFQ content to a given writer or #getData() to get DFQ content as a String.
DFQ content is created lazily when one of these methods is called.LINE_SEPARATOR, MEASURED_VALUES_CHARACTERISTIC_SEPARATOR, MEASURED_VALUES_DATA_SEPARATOR, VALUES_SEPARATOR| Constructor and Description |
|---|
AqdefWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(AqdefObjectModel aqdefObjectModel,
Writer writer)
Creates AQDEF content and writes it to a given
writer |
String |
writeToString(AqdefObjectModel aqdefObjectModel)
Creates AQDFQ content and returns it as a String
|
public String writeToString(AqdefObjectModel aqdefObjectModel)
aqdefObjectModel - public void writeTo(AqdefObjectModel aqdefObjectModel, Writer writer) throws IOException
writeraqdefObjectModel - writer - IOExceptionCopyright © 2017. All rights reserved.