Class XvclTransformatorEngine
- java.lang.Object
-
- net.ssehub.easy.instantiation.xvcl.XvclTransformatorEngine
-
public class XvclTransformatorEngine extends java.lang.ObjectThe XVCL instantiator implementation.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description XvclTransformatorEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidinstantiate(FileArtifact specification)Instantiates the given XVCL specification file via VIL.
-
-
-
Method Detail
-
instantiate
void instantiate(FileArtifact specification) throws VilException
Instantiates the given XVCL specification file via VIL.- Parameters:
specification- The stating point for instantiation with XVCL.- Throws:
VilException- If XVCL detects any errors.
-
-