Commit Graph

5 Commits (261f2f03fed74ca6590c01faed0c5fb42ef24dc1)

Author SHA1 Message Date
abdelaziz 261f2f03fe - Add ConnectionParam.java to extract the connection parameters under 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 switch case in the SclParser.java
- Edit SclParser.java to set current timestamp.
- Edit SclParser.java to let the Parsed CID/SCD (ServerModel) returns some attributes and Values that programmer may need after parsing.
- Let each returned LogicalDevice that returned from the ServerModel to return their LogicalNodes and some attributes after parsing.
- Let each returned LogicalNode that returned from the LogicalDevice that returned from the ServerModel to return their DataObjects and some attributes after parsing.
- Let FcDataObject returns some attributes after parsing.
- Let FcModelNode returns some attibutes after parsing.
2 years ago
Abdelaziz Said 39c7ef8285 - Add the Runtime module and the IEC61850-Bean library to Protocol_Converter project. 4 years ago
Stefan Feuerhahn 792afe0ce8 removed code smells detected by IntelliJ and Error Prone SCA, removed the GUI's jcalendar dependency 5 years ago
Stefan Feuerhahn f416a33418 renamed OpenIEC61850 to IEC61850bean 5 years ago
Stefan Feuerhahn c0fb912326 moved classes from org.openmuc package to com.beanit package 7 years ago