Uses of Interface
net.ssehub.easy.varModel.model.IPartialEvaluable
Packages that use IPartialEvaluable
Package
Description
Base package for the variability model.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
-
Uses of IPartialEvaluable in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement IPartialEvaluableFields in net.ssehub.easy.varModel.model declared as IPartialEvaluableMethods in net.ssehub.easy.varModel.model that return IPartialEvaluableModifier and TypeMethodDescriptionPartialEvaluationBlock.getEvaluable(int index) Returns the constraint specified byindex.Methods in net.ssehub.easy.varModel.model with parameters of type IPartialEvaluableModifier and TypeMethodDescriptionvoidPartialEvaluationBlock.setEvaluables(IPartialEvaluable[] elements) Changes the evaluables.Constructors in net.ssehub.easy.varModel.model with parameters of type IPartialEvaluableModifierConstructorDescriptionPartialEvaluationBlock(String name, IPartialEvaluable[] elements, IModelElement parent) Constructor for the partial evaluation block.PartialEvaluationBlock(String name, IPartialEvaluable[] elements, PartialEvaluationBlock[] nested, IModelElement parent) Constructor for the partial evaluation block. -
Uses of IPartialEvaluable in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type IPartialEvaluableModifier and TypeMethodDescriptionstatic final StringStringProvider.toIvmlString(IPartialEvaluable element) Turns an evaluable element into a string containing IVML.