Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.IProjectDescriptor
-
Packages that use IProjectDescriptor Package Description net.ssehub.easy.instantiation.core.model.execution High level execution support.net.ssehub.easy.instantiation.core.model.vilTypes Contains the basic VIL types used as foundation for the artifact model and for integrating the variability model, i.e., types which are not artifacts themselves.net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.core.persistence.standard This package contains classes which specific to the persistencer of this plug-in. -
-
Uses of IProjectDescriptor in net.ssehub.easy.instantiation.core.model.execution
Methods in net.ssehub.easy.instantiation.core.model.execution with parameters of type IProjectDescriptor Modifier and Type Method Description ExecutorExecutor. addSource(IProjectDescriptor source)Adds the source project as argument.ExecutorExecutor. addSources(IProjectDescriptor[] sources)Adds the source projects as argument.ExecutorExecutor. addTarget(IProjectDescriptor target)Adds the target project as argument. -
Uses of IProjectDescriptor in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes declared as IProjectDescriptor Modifier and Type Field Description private IProjectDescriptorProject. descriptorMethods in net.ssehub.easy.instantiation.core.model.vilTypes that return IProjectDescriptor Modifier and Type Method Description IProjectDescriptorIProjectDescriptor. getPredecessor(int index)Returns a specific predecessor descriptor.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type IProjectDescriptor Modifier and Type Method Description static ProjectProject. getProjectFor(IProjectDescriptor descriptor)Returns a cached project or caches a new one fordescriptor.Constructors in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type IProjectDescriptor Constructor Description Project(IProjectDescriptor descriptor, ProgressObserver observer)Creates a project based on a givendescriptor. -
Uses of IProjectDescriptor in net.ssehub.easy.producer.core.mgmt
Classes in net.ssehub.easy.producer.core.mgmt that implement IProjectDescriptor Modifier and Type Class Description (package private) classProjectDescriptorImplements the mapping of relevant information from EASy projects to VIL projects.Methods in net.ssehub.easy.producer.core.mgmt that return IProjectDescriptor Modifier and Type Method Description IProjectDescriptorProjectDescriptor. getPredecessor(int index) -
Uses of IProjectDescriptor in net.ssehub.easy.producer.core.persistence.standard
Classes in net.ssehub.easy.producer.core.persistence.standard that implement IProjectDescriptor Modifier and Type Class Description classStandaloneProjectDescriptorImplements a descriptor for the source and target VIL project locations.Fields in net.ssehub.easy.producer.core.persistence.standard declared as IProjectDescriptor Modifier and Type Field Description private IProjectDescriptorStandaloneProjectDescriptor. parentMethods in net.ssehub.easy.producer.core.persistence.standard that return IProjectDescriptor Modifier and Type Method Description IProjectDescriptorStandaloneProjectDescriptor. getPredecessor(int index)Constructors in net.ssehub.easy.producer.core.persistence.standard with parameters of type IProjectDescriptor Constructor Description StandaloneProjectDescriptor(IProjectDescriptor parent, java.io.File base)Allows to instantiate into a given location.
-