Class FCDAInfo

java.lang.Object
org.lfenergy.compas.sct.commons.dto.FCDAInfo

public class FCDAInfo extends Object
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 Details

    • FCDAInfo

      public FCDAInfo(String dataSet, TFCDA tfcda)
      Constructor
      Parameters:
      dataSet - input
      tfcda - input
    • FCDAInfo

      public FCDAInfo(TFCDA tfcda)
  • Method Details

    • getFCDA

      public TFCDA getFCDA()
      Gets FCDA
      Returns:
      FCDA object
    • isValid

      public boolean isValid()
      Checks FCDAInfo validity
      Returns:
      validity state
    • checkFCDACompatibilitiesForBinding

      public boolean checkFCDACompatibilitiesForBinding(FCDAInfo fcdaInfo)
      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