Uses of Class
net.ssehub.easy.varModel.persistency.AbstractVarModelWriter.DefaultSpace
-
Packages that use AbstractVarModelWriter.DefaultSpace Package Description net.ssehub.easy.varModel.persistency 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 -
-
Uses of AbstractVarModelWriter.DefaultSpace in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency that return AbstractVarModelWriter.DefaultSpace Modifier and Type Method Description static AbstractVarModelWriter.DefaultSpaceAbstractVarModelWriter.DefaultSpace. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractVarModelWriter.DefaultSpace[]AbstractVarModelWriter.DefaultSpace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.varModel.persistency with parameters of type AbstractVarModelWriter.DefaultSpace Modifier and Type Method Description protected abstract voidAbstractVarModelWriter. printDefaultSpace(AbstractVarModelWriter.DefaultSpace location)Prints default spaces.protected voidIVMLWriter. printDefaultSpace(AbstractVarModelWriter.DefaultSpace location)
-