Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.DefaultValue
-
Packages that use DefaultValue Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.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.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of DefaultValue in net.ssehub.easy.instantiation.core.model.artifactModel
Fields in net.ssehub.easy.instantiation.core.model.artifactModel with annotations of type DefaultValue Modifier and Type Field Description static FileArtifactFileArtifact. DEFAULTstatic FolderArtifactFolderArtifact. DEFAULTstatic PathPath. DUMMY -
Uses of DefaultValue in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes with annotations of type DefaultValue Modifier and Type Field Description static java.util.Map<?,?>Map. DEFAULTstatic java.lang.BooleanPseudoBoolean. DEFAULTstatic java.lang.IntegerPseudoInteger. DEFAULTstatic java.lang.DoublePseudoReal. DEFAULTstatic java.lang.StringPseudoString. DEFAULTstatic java.util.List<?>Sequence. DEFAULTstatic java.util.Set<?>Set. DEFAULT -
Uses of DefaultValue in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with annotations of type DefaultValue Modifier and Type Field Description static ValueDecisionVariable. DEFAULT
-