Class LDeviceActivation
java.lang.Object
org.lfenergy.compas.sct.commons.scl.LDeviceActivation
Common class for all states that define if LDevice should be activated or not
regardless of the CompasLDeviceStatus Private, Enum Values of DO 'Beh' and if it's referenced in Substation...LNode or not
-
Constructor Summary
ConstructorDescriptionLDeviceActivation
(List<org.apache.commons.lang3.tuple.Pair<String, String>> iedNameLdInstList) -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkLDeviceActivationStatus
(String iedName, String ldInst, TCompasLDeviceStatus compasLDeviceStatus, Set<String> enumValues) checks whether LDevice status is authorized to be activated or Not
-
Constructor Details
-
LDeviceActivation
-
-
Method Details
-
checkLDeviceActivationStatus
public void checkLDeviceActivationStatus(String iedName, String ldInst, TCompasLDeviceStatus compasLDeviceStatus, Set<String> enumValues) checks whether LDevice status is authorized to be activated or Not- Parameters:
iedName
- Ied name value which LDevice appearldInst
- LDevice inst valuecompasLDeviceStatus
- Private valueenumValues
- enum values
-