Package tools.descartes.dlim.util
Class DlimUtil
java.lang.Object
tools.descartes.dlim.util.DlimUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EObject
getRootEObject
(String modelFilePath) Returns the model root of the model contained in the file at the modelFilePath.
-
Constructor Details
-
DlimUtil
public DlimUtil()
-
-
Method Details
-
getRootEObject
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)
-