Package net.ssehub.easy.instantiation.core
This package contains the core of the VIL type system, the VIL build language object model,
the VIL template language object model and the basis for all instantiators, which can be used in EASy.
The realization of VIL relies on some reuse strategies:
vilTypes packageimplements the extensible VIL type model which consists of basic types, instantiators and theartifact model.expressions packageprovides the common expression tree model for both VIL languages.common packageimplements the common language model elements (already relying on the foundations of the expressions package)buildlanguage modelimplements the specific language model elements for the VIL build language (relying on the foundations of the expressions and the commons package)template language modelimplements the specific language model elements for the VIL template language (relying on the foundations of the expressions and the commons package)
-
Class Summary Class Description Bundle Stores data about the containing OSGi bundle (static bundle without activator).JavaUtilities Common utility functions for Java operations which may be used by several instantiators.