Uses of Interface
net.ssehub.easy.instantiation.core.model.IInstantiatorProject
-
Packages that use IInstantiatorProject Package Description net.ssehub.easy.instantiation.core.model This package holds classes related to the instantiator model for the EASy-Producer.net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.eclipse.model This package holds the complete data model for this plugin.
In this package are abstract super classes and exceptions, in subpackage you'll find the concrete implementations for a specific model. -
-
Uses of IInstantiatorProject in net.ssehub.easy.instantiation.core.model
Methods in net.ssehub.easy.instantiation.core.model that return IInstantiatorProject Modifier and Type Method Description IInstantiatorProjectIInstantiatorProjectManager. getPLP(java.lang.String projectID)Returns PLP by given UUID. -
Uses of IInstantiatorProject in net.ssehub.easy.producer.core.mgmt
Classes in net.ssehub.easy.producer.core.mgmt that implement IInstantiatorProject Modifier and Type Class Description classPLPInfoCarries basic information about a product line project. -
Uses of IInstantiatorProject in net.ssehub.easy.producer.eclipse.model
Classes in net.ssehub.easy.producer.eclipse.model that implement IInstantiatorProject Modifier and Type Class Description classProductLineProjectThis class holds all models, controllers and attributes (which are not stored in a model) related to one product lien project.
-