Class FCDAInfo
java.lang.Object
org.lfenergy.compas.sct.commons.dto.FCDAInfo
A representation of the model object FCDA.
The following features are supported:
Da Name
Do Name
Fc
em>Ix
Ld Inst
Ln Class
Ln Inst
Prefix
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkFCDACompatibilitiesForBinding
(FCDAInfo fcdaInfo) Checks if two FCDAInfo object match for ldInst, lnInst, lnClass, lnPrefix doName and daName for search of binding control blocksgetFCDA()
Gets FCDAboolean
isValid()
Checks FCDAInfo validity
-
Constructor Details
-
FCDAInfo
Constructor- Parameters:
dataSet
- inputtfcda
- input
-
FCDAInfo
-
-
Method Details
-
getFCDA
Gets FCDA- Returns:
- FCDA object
-
isValid
public boolean isValid()Checks FCDAInfo validity- Returns:
- validity state
-
checkFCDACompatibilitiesForBinding
Checks if two FCDAInfo object match for ldInst, lnInst, lnClass, lnPrefix doName and daName for search of binding control blocks- Parameters:
fcdaInfo
- FCDA to copare with- Returns:
- true if FCDAs match for binding, otherwise false
-