Uses of Class
net.ssehub.easy.producer.core.varMod.container.ProjectContainer
-
Packages that use ProjectContainer Package Description net.ssehub.easy.producer.core.mgmt This package contains classes which are needed for data management, i.e.net.ssehub.easy.producer.core.persistence.datatypes This package contains a simple data model, which can be used to store information in a non ivml file.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 ProjectContainer in net.ssehub.easy.producer.core.mgmt
Fields in net.ssehub.easy.producer.core.mgmt declared as ProjectContainer Modifier and Type Field Description private ProjectContainerPLPInfo. varModelThe individual variability model for this project.Methods in net.ssehub.easy.producer.core.mgmt that return ProjectContainer Modifier and Type Method Description ProjectContainerPLPInfo. getProjectContainer()Returns the encapsulatedProjectContainerfor thePLPInfo.getProject().Methods in net.ssehub.easy.producer.core.mgmt with parameters of type ProjectContainer Modifier and Type Method Description protected voidPLPInfo. setProject(ProjectContainer project)This method is for an initial setting of the variability model. -
Uses of ProjectContainer in net.ssehub.easy.producer.core.persistence.datatypes
Fields in net.ssehub.easy.producer.core.persistence.datatypes declared as ProjectContainer Modifier and Type Field Description private ProjectContainerPersistentProject. projectThis project holds all variability information related to the current project.Methods in net.ssehub.easy.producer.core.persistence.datatypes that return ProjectContainer Modifier and Type Method Description ProjectContainerPersistentProject. getProject()Getter for the IVML variability model.Methods in net.ssehub.easy.producer.core.persistence.datatypes with parameters of type ProjectContainer Modifier and Type Method Description voidPersistentProject. setVarModel(ProjectContainer varModel)Setter for the ivml project, which should be read/saved. -
Uses of ProjectContainer in net.ssehub.easy.producer.eclipse.model
Constructors in net.ssehub.easy.producer.eclipse.model with parameters of type ProjectContainer Constructor Description ProductLineProject(java.lang.String projectID, java.lang.String projectName, ProjectContainer project, java.io.File projectLocation, ScriptContainer mainBuildScript)This constructor is needed, if a saved plp is read by the persistence layer.
-