Class ObjectReference

java.lang.Object
org.lfenergy.compas.sct.commons.scl.ObjectReference

public class ObjectReference extends Object
A representation of the model object ObjectReference.

The following features are supported:

  1. Principal functions
    • Returns LDName : "name" attribute of IEDName element + "inst" attribute of LDevice element
    • Returns LNName : "prefix" + "lnClass" + "lnInst" of LN element
    • Returns DataName
    • Returns DataName[.DataName[…]].DataAttributeName[.DAComponentName[ ….]]

      ObjectReference: LDName/LNName.DataName[.DataName[…]].DataAttributeName[.DAComponentName[ ….]]
      LDName = "name" attribute of IEDName element + "inst" attribute of LDevice element
      LNName = "prefix" + "lnClass" + "lnInst"
  
See Also:
  • Constructor Details

    • ObjectReference

      public ObjectReference(String reference)
    • ObjectReference

      public ObjectReference(TExtRef extRef, ExtrefTarget target)
  • Method Details

    • init

      public final void init()