iec61850bean icon indicating copy to clipboard operation
iec61850bean copied to clipboard

Abdelaziz Said Modifications

Open AbdelazizSaid250 opened this issue 1 year ago • 0 comments

  • Add ConnectionParam.java to extract the connection parameters under the ConnectedAP tag in the CID/SCD file while parsing it.
  • Add the ConnectionParam to the ServerModel.java to be retrieved after parsing the CID/SCD file.
  • Enhance the SclParser.java to parse the ConnectionParam under the ConnectedAP tag.
  • Optimize imports in the SclParser.java
  • Remove the unnecessary .toStrings in the SclParser.java
  • Replace the If-else with the switch case in the SclParser.java
  • Edit SclParser.java to set the current timestamp.
  • Edit SclParser.java to let the Parsed CID/SCD (ServerModel) returns some attributes and Values that the programmer may need after parsing.
  • Let each returned LogicalDevice that returned from the ServerModel return their LogicalNodes and some attributes after parsing.
  • Let each returned LogicalNode that returned from the LogicalDevice that returned from the ServerModel return their DataObjects and some attributes after parsing.
  • Let FcDataObject returns some attributes after parsing.
  • Let FcModelNode returns some attributes after parsing.

AbdelazizSaid250 avatar Jul 06 '23 02:07 AbdelazizSaid250