Class DlimUtil

java.lang.Object
tools.descartes.dlim.util.DlimUtil

public class DlimUtil extends Object
  • Constructor Details

    • DlimUtil

      public DlimUtil()
  • Method Details

    • getRootEObject

      public static EObject getRootEObject(String modelFilePath)
      Returns the model root of the model contained in the file at the modelFilePath. When using this for dlim files, the resulting Object should be cast to dlim.Sequence.
      Parameters:
      modelFilePath - path of the .dlim file
      Returns:
      EObject of the root (should be of type dlim.Sequence)