Class ConnectedAPAdapter


public class ConnectedAPAdapter extends SclElementAdapter<SubNetworkAdapter,TConnectedAP>
A representation of the model object ConnectedAP.

The following features are supported:

See Also:
  • Constructor Details

    • ConnectedAPAdapter

      public ConnectedAPAdapter(SubNetworkAdapter parentAdapter, TConnectedAP currentElem)
      Constructor
      Parameters:
      parentAdapter - Parent container reference
      currentElem - Current reference
  • Method Details

    • amChildElementRef

      protected boolean amChildElementRef()
      Check if node is child of the reference node
      Specified by:
      amChildElementRef in class SclElementAdapter<SubNetworkAdapter,TConnectedAP>
      Returns:
      link parent child existence
    • elementXPath

      protected String elementXPath()
      Description copied from class: SclElementAdapter
      Returns XPath path to current element
      Specified by:
      elementXPath in class SclElementAdapter<SubNetworkAdapter,TConnectedAP>
      Returns:
      message as undefined
    • getIedName

      public String getIedName()
      Returns the value of the iedName attribute.
      Returns:
      the value of the iedName attribute.
    • getApName

      public String getApName()
      Returns the value of the apName attribute.
      Returns:
      the value of the apName attribute.
    • copyAddressAndPhysConnFromIcd

      public void copyAddressAndPhysConnFromIcd(SCL icd)
      Copies Address and PhysicalConnection nodes from ICD file
      Parameters:
      icd - ICD object
      See Also:
      • Issue !76 Copies Address and PhysicalConnection nodes from ICD file
    • updateGseOrCreateIfNotExists

      public void updateGseOrCreateIfNotExists(String ldInst, String cbName, List<TP> listOfP, TDurationInMilliSec minTime, TDurationInMilliSec maxTime)
      Create A GSE Section or update an existing GSE Section (the network configuration of a GSEControl block).
      Parameters:
      ldInst - ldInst
      cbName - cbName
      listOfP - list of P elements
      minTime - minTime
      maxTime - maxTime
    • updateSmvOrCreateIfNotExists

      public void updateSmvOrCreateIfNotExists(String ldInst, String cbName, List<TP> listOfP)
      Create A SMV Section or update an existing SMV Section (the network configuration of a SampledValueControl block)..
      Parameters:
      ldInst - ldInst
      cbName - cbName
      listOfP - list of P elements