Package com.powsybl.psse.model.io
Class Context
java.lang.Object
com.powsybl.psse.model.io.Context
- Author:
- Luma Zamarreño <zamarrenolm at aia.es>, José Antonio Marqués <marquesja at aia.es>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
detectDelimiter
(String record) int
char
String[]
getFieldNames
(RecordGroupIdentification recordGroup) setFieldNames
(RecordGroupIdentification recordGroup, String[] fieldNames) setFileFormat
(FileFormat fileFormat) setJsonGenerator
(com.fasterxml.jackson.core.JsonGenerator jsonGenerator) setNetworkNode
(com.fasterxml.jackson.databind.JsonNode networkNode) setVersion
(PsseVersion version)
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getVersion
-
setVersion
-
getFileFormat
-
setFileFormat
-
getDelimiter
public char getDelimiter() -
detectDelimiter
-
setFieldNames
-
getFieldNames
-
getCurrentRecordGroupMaxNumFields
public int getCurrentRecordGroupMaxNumFields() -
setJsonGenerator
-
setNetworkNode
-