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. -
-
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.
-