Package nl.basjes.sunspec.model.entities
Object FixesAndImprovements
-
- All Implemented Interfaces:
public class FixesAndImprovements
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>groupNameToNameprivate final <Error class: unknown class>digitalSignatureprivate final <Error class: unknown class>certificateprivate final <Error class: unknown class>powerRelatedPointsprivate final Map<Integer, Map<String, String>>pointNameToLabelpublic final static FixesAndImprovementsINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitfixProblemsInStandardSunSpec(SunSpecModel model)Various fixes to make the SunSpec usable in code. final <Error class: unknown class>getGroupNameToName()final <Error class: unknown class>getDigitalSignature()final <Error class: unknown class>getCertificate()final <Error class: unknown class>getPowerRelatedPoints()final Map<Integer, Map<String, String>>getPointNameToLabel()-
-
Method Detail
-
fixProblemsInStandardSunSpec
final Unit fixProblemsInStandardSunSpec(SunSpecModel model)
Various fixes to make the SunSpec usable in code.
- Parameters:
model- The SunSpecModel that needs to be fixed.
-
getGroupNameToName
final <Error class: unknown class> getGroupNameToName()
-
getDigitalSignature
final <Error class: unknown class> getDigitalSignature()
-
getCertificate
final <Error class: unknown class> getCertificate()
-
getPowerRelatedPoints
final <Error class: unknown class> getPowerRelatedPoints()
-
-
-
-