Class FunctionAdapter

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

public class FunctionAdapter extends SclElementAdapter<BayAdapter,TFunction>
A representation of the model object FunctionAdapter.

The following features are supported:

  1. Principal functions

XPATH Example :

           Function[@name="functionName"]
       

See Also:
  • Constructor Details

    • FunctionAdapter

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