Class LNodeAdapter

java.lang.Object
org.lfenergy.compas.sct.commons.scl.SclElementAdapter<FunctionAdapter,TLNode>
org.lfenergy.compas.sct.commons.scl.sstation.LNodeAdapter

public class LNodeAdapter extends SclElementAdapter<FunctionAdapter,TLNode>
A representation of the model object LNodeAdapter.

The following features are supported:

  1. Principal functions

XPATH Example :

      LNode[@iedName="iedName1" and @ldInst="ldInst1" and @Prefix="prefix1" and @lnClass="lnClass1" and @lnInst="lnInst1"]
    

See Also:
  • Constructor Details

    • LNodeAdapter

      public LNodeAdapter(FunctionAdapter parentAdapter, TLNode currentElem)
      Constructor
      Parameters:
      parentAdapter - Parent container reference
      currentElem - Current reference
  • Method Details