Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.IRegistration
-
Packages that use IRegistration Package Description net.ssehub.easy.instantiation.ant ANT additions to VIL.net.ssehub.easy.instantiation.aspectj Java additions to VIL.net.ssehub.easy.instantiation.core.model This package holds classes related to the instantiator model for the EASy-Producer.net.ssehub.easy.instantiation.java Java additions to VIL.net.ssehub.easy.instantiation.maven A Maven instantiator.net.ssehub.easy.instantiation.serializer.xml A simple and generic mechanism to persist IVML object models as an XML file or stream and also to read them back.net.ssehub.easy.instantiation.velocity This package contains the VIL instantiator realization of Apache's Velocity.
For more information please visit the Velocity project page.net.ssehub.easy.instantiation.xvcl This package holds the Instantiator for the instantiation xvcl files using the XVCL library. -
-
Uses of IRegistration in net.ssehub.easy.instantiation.ant
Classes in net.ssehub.easy.instantiation.ant that implement IRegistration Modifier and Type Class Description classRegistrationRegisters the ANT additions to VIL. -
Uses of IRegistration in net.ssehub.easy.instantiation.aspectj
Classes in net.ssehub.easy.instantiation.aspectj that implement IRegistration Modifier and Type Class Description classRegistrationRegisters the Java additions to VIL. -
Uses of IRegistration in net.ssehub.easy.instantiation.core.model
Classes in net.ssehub.easy.instantiation.core.model that implement IRegistration Modifier and Type Class Description classBuiltInInitializes built-in VIL types. -
Uses of IRegistration in net.ssehub.easy.instantiation.java
Classes in net.ssehub.easy.instantiation.java that implement IRegistration Modifier and Type Class Description classRegistrationRegisters the Java additions to VIL. -
Uses of IRegistration in net.ssehub.easy.instantiation.maven
Classes in net.ssehub.easy.instantiation.maven that implement IRegistration Modifier and Type Class Description classRegistrationRegisters the Java additions to VIL. -
Uses of IRegistration in net.ssehub.easy.instantiation.serializer.xml
Classes in net.ssehub.easy.instantiation.serializer.xml that implement IRegistration Modifier and Type Class Description classRegistrationRegisters the serialization additions to VIL. -
Uses of IRegistration in net.ssehub.easy.instantiation.velocity
Classes in net.ssehub.easy.instantiation.velocity that implement IRegistration Modifier and Type Class Description classVelocityInstantiatorA VIL instantiator for velocity. -
Uses of IRegistration in net.ssehub.easy.instantiation.xvcl
Classes in net.ssehub.easy.instantiation.xvcl that implement IRegistration Modifier and Type Class Description classXVCLInstantiatorRegisters and calls the XVCL instantiatior from VIL.
-